A B C D E F G I L M N O P R S T U W X

G

generateClass(String, String) - Method in class ir.thinkinsql.Database
If a table name or schema.table is passed, generates a BaseRecord-extending Java class.
getChanges() - Method in class ir.thinkinsql.BaseRecord
 
getChanges() - Method in interface ir.thinkinsql.IRecord
Returns which columns have changed since instantiation or last makeClean.
getColDef(String, String) - Method in class ir.thinkinsql.Database
Retrieves a column's metadata.
getColSize(String, String) - Method in class ir.thinkinsql.Database
returns the size of the column
getColumns() - Method in class ir.thinkinsql.BaseRow
 
getColumns() - Method in interface ir.thinkinsql.IRow
Returns an array of column names, from which fields are populated.
getConnection() - Method in class ir.thinkinsql.Database
 
getCount() - Method in interface ir.thinkinsql.IReader
Returns the number of rows available.
getDatabase() - Method in interface ir.thinkinsql.IRow
Returns object's "home" database.
getDatabaseProductName() - Method in class ir.thinkinsql.Database
 
getDriverMajorVersion() - Method in class ir.thinkinsql.Database
 
getFields() - Method in class ir.thinkinsql.BaseRow
 
getFields() - Method in interface ir.thinkinsql.IRow
Returns a list of bean properties to receive result set values.
getKey() - Method in class ir.thinkinsql.BaseRecord
 
getKey() - Method in interface ir.thinkinsql.IRecord
Returns key to be used to find rows.
getMap(URL) - Static method in class ir.thinkinsql.XmlMapper
 
getName() - Method in class ir.thinkinsql.ColDef
 
getNullableNumerics() - Method in class ir.thinkinsql.BaseRecord
 
getNullableNumerics() - Method in interface ir.thinkinsql.IRecord
Returns names of columns that should update the database as null rather than 0, which is most often used for optional foreign keys.
getOldValue() - Method in class ir.thinkinsql.BaseRecord
 
getOldValue() - Method in interface ir.thinkinsql.IRecord
Returns value of record when makeClean was last called.
getPrecision() - Method in class ir.thinkinsql.ColDef
 
getProperty(Object) - Method in class ir.thinkinsql.Database
Returns the value of an arbitrary property.
getReader(RowSet) - Method in class ir.thinkinsql.Database
Reconstitutes an IReader from a Rowset.
getScale() - Method in class ir.thinkinsql.ColDef
 
getSequenceColumn() - Method in class ir.thinkinsql.BaseRecord
 
getSequenceColumn() - Method in interface ir.thinkinsql.IRecord
Returns record's sequence column, or null if not applicable.
getSequenceName() - Method in class ir.thinkinsql.BaseRecord
 
getSequenceName() - Method in interface ir.thinkinsql.IRecord
Returns record's sequence name, or null if not applicable.
getSize() - Method in class ir.thinkinsql.ColDef
 
getTable() - Method in interface ir.thinkinsql.IRecord
Gets the record's home table.
getTemporaryProperty(Object, Class<T>) - Method in class ir.thinkinsql.BaseRow
 
getTemporaryProperty(Object, Class<T>) - Method in interface ir.thinkinsql.IRow
Allows retrieval of values placed using putTemporaryProperty.

A B C D E F G I L M N O P R S T U W X