getTableInfo abstract method
Fetches information about the columns of a table. The information includes all column names, their type, whether or not they are nullable, and whether they are part of the PK.
Implementation
Statement getTableInfo(QualifiedTablename table);