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 ColumnMapping
AbstractIndexedTable. 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 boolean
AbstractIndexedTable. columnsMatch(ColumnMapping cm, boolean print, boolean addMissing)
Determine if columns (name & datatype) of table match table specification.protected boolean
AbstractIndexedTable. 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 ColumnMapping
LogT. getColumnMapping()
Returns column names and data types.
-