Uses of Class
adams.data.spreadsheet.sql.AbstractTypeMapper
-
-
Uses of AbstractTypeMapper in adams.data.io.output
Fields in adams.data.io.output declared as AbstractTypeMapper Modifier and Type Field Description protected AbstractTypeMapper
SqlDumpSpreadSheetWriter. m_TypeMapper
the type mapper to use.Methods in adams.data.io.output that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
SqlDumpSpreadSheetWriter. getTypeMapper()
Returns the type mapper in use.Methods in adams.data.io.output with parameters of type AbstractTypeMapper Modifier and Type Method Description void
SqlDumpSpreadSheetWriter. setTypeMapper(AbstractTypeMapper value)
Sets the type mapper to use. -
Uses of AbstractTypeMapper in adams.data.spreadsheet.sql
Subclasses of AbstractTypeMapper in adams.data.spreadsheet.sql Modifier and Type Class Description class
DefaultTypeMapper
Default type mapper, works with MySQL and PostgreSQL.class
MSSQLServerTypeMapper
MS SQL Server type mapper.Fields in adams.data.spreadsheet.sql declared as AbstractTypeMapper Modifier and Type Field Description protected AbstractTypeMapper
Reader. m_TypeMapper
the type mapper to use.protected AbstractTypeMapper
Writer. m_TypeMapper
the type mapper to use.Methods in adams.data.spreadsheet.sql that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
Reader. getTypeMapper()
Returns the type mapper in use.AbstractTypeMapper
Writer. getTypeMapper()
Returns the type mapper in use.Constructors in adams.data.spreadsheet.sql with parameters of type AbstractTypeMapper Constructor Description Reader(AbstractTypeMapper typeMapper, Class rowClass)
Initializes the reader.Writer(SpreadSheet sheet, AbstractTypeMapper typeMapper, String table, int maxCol, ColumnNameConversion colName, String stringCol, int maxStr, int batchSize)
Initializes the object. -
Uses of AbstractTypeMapper in adams.db
Methods in adams.db with parameters of type AbstractTypeMapper Modifier and Type Method Description static SpreadSheet
MetaDataUtils. getMetaData(AbstractDatabaseConnection conn, AbstractTypeMapper mapper, MetaDataType type, String table, MessageCollection errors)
Generates spreadsheet with the metadata. -
Uses of AbstractTypeMapper in adams.flow.sink
Fields in adams.flow.sink declared as AbstractTypeMapper Modifier and Type Field Description protected AbstractTypeMapper
SpreadSheetDbWriter. m_TypeMapper
the type mapper to use.Methods in adams.flow.sink that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
SpreadSheetDbWriter. getTypeMapper()
Returns the type mapper in use.Methods in adams.flow.sink with parameters of type AbstractTypeMapper Modifier and Type Method Description void
SpreadSheetDbWriter. setTypeMapper(AbstractTypeMapper value)
Sets the type mapper to use. -
Uses of AbstractTypeMapper in adams.flow.source
Fields in adams.flow.source declared as AbstractTypeMapper Modifier and Type Field Description protected AbstractTypeMapper
AbstractDatabaseMetaData. m_TypeMapper
the type mapper to use.protected AbstractTypeMapper
AbstractSpreadSheetDbReader. m_TypeMapper
the type mapper to use.Methods in adams.flow.source that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
AbstractDatabaseMetaData. getTypeMapper()
Returns the type mapper in use.AbstractTypeMapper
AbstractSpreadSheetDbReader. getTypeMapper()
Returns the type mapper in use.Methods in adams.flow.source with parameters of type AbstractTypeMapper Modifier and Type Method Description void
AbstractDatabaseMetaData. setTypeMapper(AbstractTypeMapper value)
Sets the type mapper to use.void
AbstractSpreadSheetDbReader. setTypeMapper(AbstractTypeMapper value)
Sets the type mapper to use. -
Uses of AbstractTypeMapper in adams.gui.tools.spreadsheetprocessor.sources
Methods in adams.gui.tools.spreadsheetprocessor.sources that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
DatabaseSource. getCurrentTypeMapper()
Returns the current type mapper.Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type AbstractTypeMapper Modifier and Type Method Description void
DatabaseSource. setCurrentTypeMapper(AbstractTypeMapper value)
Sets the current type mapper. -
Uses of AbstractTypeMapper in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapper
DatabaseTarget. getCurrentTypeMapper()
Returns the current type mapper.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type AbstractTypeMapper Modifier and Type Method Description void
DatabaseTarget. setCurrentTypeMapper(AbstractTypeMapper value)
Sets the current type mapper.
-