public interface InstanceQueryAdapter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
attributeCaseFix(java.lang.String columnName)
returns key column headings in their original case.
|
boolean |
getDebug()
Gets whether there should be printed some debugging output to stderr or not.
|
boolean |
getSparseData()
Gets whether data is to be returned as a set of sparse instances
|
int |
translateDBColumnType(java.lang.String type)
translates the column data type string to an integer value that indicates
which data type / get()-Method to use in order to retrieve values from the
database (see DatabaseUtils.Properties, InstanceQuery()).
|
java.lang.String attributeCaseFix(java.lang.String columnName)
columnName
- the column to retrieve the original case forboolean getDebug()
boolean getSparseData()
int translateDBColumnType(java.lang.String type)
type
- the column type as retrieved with
java.sql.MetaData.getColumnTypeName(int)