Uses of Class
adams.db.ColumnMapping
-
Packages that use ColumnMapping Package Description adams.db adams.db.generic -
-
Uses of ColumnMapping in adams.db
Methods in adams.db that return ColumnMapping Modifier and Type Method Description protected abstract ColumnMappingAbstractIndexedTable. getColumnMapping()Implement this method to return column names and data types.Methods in adams.db with parameters of type ColumnMapping Modifier and Type Method Description protected booleanAbstractIndexedTable. columnsMatch(ColumnMapping cm, boolean print, boolean addMissing)Determine if columns (name & datatype) of table match table specification.protected booleanAbstractIndexedTable. columnsMatchTest(ColumnMapping cm, boolean print, boolean tryAgain, boolean addMissing)Determine if columns (name & datatype) of table match table specification. -
Uses of ColumnMapping in adams.db.generic
Methods in adams.db.generic that return ColumnMapping Modifier and Type Method Description protected ColumnMappingLogT. getColumnMapping()Returns column names and data types.
-