public interface InstanceQueryAdapter
Modifier and Type | Method and Description |
---|---|
String |
attributeCaseFix(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(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()).
|
String attributeCaseFix(String columnName)
columnName
- the column to retrieve the original case forboolean getDebug()
boolean getSparseData()
int translateDBColumnType(String type)
type
- the column type as retrieved with
java.sql.MetaData.getColumnTypeName(int)Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.