Uses of Class
de.bright_side.bdbexport.bl.DbExporter.DbType
| Package | Description |
|---|---|
| de.bright_side.bdbexport.bl | |
| de.bright_side.bdbexport.model |
-
Uses of DbExporter.DbType in de.bright_side.bdbexport.bl
Methods in de.bright_side.bdbexport.bl that return DbExporter.DbType Modifier and Type Method Description static DbExporter.DbTypeDbUtil. determineDbType(java.sql.Connection connection)static DbExporter.DbTypeDbExporter.DbType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DbExporter.DbType[]DbExporter.DbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bright_side.bdbexport.bl with parameters of type DbExporter.DbType Modifier and Type Method Description static java.lang.StringDbUtil. getClobOrNulllAsSQLString(java.sql.ResultSet resultSet, int columnIndex, DbExporter.DbType type, int maximumSize)static java.lang.StringDbUtil. getDateOrNullAsSQLString(java.sql.ResultSet resultSet, int columnIndex, java.text.SimpleDateFormat format, DbExporter.DbType dataBaseType)static java.lang.StringDbUtil. getDBString(java.lang.String value, DbExporter.DbType type)static java.lang.StringDbUtil. getNullOrStringAsSQLString(java.sql.ResultSet resultSet, int columnIndex, DbExporter.DbType type)static java.lang.StringDbUtil. getNullOrStringAsSQLString(java.sql.ResultSet resultSet, java.lang.String columnName, DbExporter.DbType type)java.lang.StringDbExportViews. getViewDdl(java.sql.Connection connection, DbExporter.DbType dataBaseType, CatalogAndSchema catalogAndSchema, java.lang.String viewName) -
Uses of DbExporter.DbType in de.bright_side.bdbexport.model
Methods in de.bright_side.bdbexport.model that return DbExporter.DbType Modifier and Type Method Description DbExporter.DbTypeInternalObjectExportRequest. getDbType()DbExporter.DbTypeBulkExportRequest. getTargetDbType()DbExporter.DbTypeInternalObjectExportRequest. getTargetDbType()DbExporter.DbTypeObjectExportRequest. getTargetDbType()Methods in de.bright_side.bdbexport.model with parameters of type DbExporter.DbType Modifier and Type Method Description voidInternalObjectExportRequest. setDbType(DbExporter.DbType dbType)voidBulkExportRequest. setTargetDbType(DbExporter.DbType targetDbType)if no value is set the target database type is assumed to be the same as the database type of the connectionvoidInternalObjectExportRequest. setTargetDbType(DbExporter.DbType targetDbType)voidObjectExportRequest. setTargetDbType(DbExporter.DbType targetDbType)if no value is set the target database type is assumed to be the same as the database type of the connection