Christoph-W
Results
1
issues of
Christoph-W
Given a database system view with column names being keywords can not be handled by JDBDT. It is possible to create table tables meta data: ```java partitionsTable = JDBDT.table("USER_TAB_PARTITIONS") .columns("TABLE_NAME",...
enhancement