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 AbstractTypeMapperSqlDumpSpreadSheetWriter. m_TypeMapperthe type mapper to use.Methods in adams.data.io.output that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapperSqlDumpSpreadSheetWriter. getTypeMapper()Returns the type mapper in use.Methods in adams.data.io.output with parameters of type AbstractTypeMapper Modifier and Type Method Description voidSqlDumpSpreadSheetWriter. 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 classDefaultTypeMapperDefault type mapper, works with MySQL and PostgreSQL.classMSSQLServerTypeMapperMS SQL Server type mapper.Fields in adams.data.spreadsheet.sql declared as AbstractTypeMapper Modifier and Type Field Description protected AbstractTypeMapperReader. m_TypeMapperthe type mapper to use.protected AbstractTypeMapperWriter. m_TypeMapperthe type mapper to use.Methods in adams.data.spreadsheet.sql that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapperReader. getTypeMapper()Returns the type mapper in use.AbstractTypeMapperWriter. 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 SpreadSheetMetaDataUtils. 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 AbstractTypeMapperSpreadSheetDbWriter. m_TypeMapperthe type mapper to use.Methods in adams.flow.sink that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapperSpreadSheetDbWriter. getTypeMapper()Returns the type mapper in use.Methods in adams.flow.sink with parameters of type AbstractTypeMapper Modifier and Type Method Description voidSpreadSheetDbWriter. 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 AbstractTypeMapperAbstractDatabaseMetaData. m_TypeMapperthe type mapper to use.protected AbstractTypeMapperAbstractSpreadSheetDbReader. m_TypeMapperthe type mapper to use.Methods in adams.flow.source that return AbstractTypeMapper Modifier and Type Method Description AbstractTypeMapperAbstractDatabaseMetaData. getTypeMapper()Returns the type mapper in use.AbstractTypeMapperAbstractSpreadSheetDbReader. getTypeMapper()Returns the type mapper in use.Methods in adams.flow.source with parameters of type AbstractTypeMapper Modifier and Type Method Description voidAbstractDatabaseMetaData. setTypeMapper(AbstractTypeMapper value)Sets the type mapper to use.voidAbstractSpreadSheetDbReader. 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 AbstractTypeMapperDatabaseSource. getCurrentTypeMapper()Returns the current type mapper.Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type AbstractTypeMapper Modifier and Type Method Description voidDatabaseSource. 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 AbstractTypeMapperDatabaseTarget. getCurrentTypeMapper()Returns the current type mapper.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type AbstractTypeMapper Modifier and Type Method Description voidDatabaseTarget. setCurrentTypeMapper(AbstractTypeMapper value)Sets the current type mapper.
-