Uses of Enum
org.ujmp.core.enums.DBType
Packages that use DBType
Package
Description
-
Uses of DBType in org.ujmp.core.enums
Methods in org.ujmp.core.enums that return DBType -
Uses of DBType in org.ujmp.core.export.destination
Methods in org.ujmp.core.export.destination with parameters of type DBTypeModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of DBType in org.ujmp.core.export.exporter
Methods in org.ujmp.core.export.exporter with parameters of type DBTypeModifier and TypeMethodDescriptionvoid
private static final String
DefaultMatrixWriterSQLExporter.getBigDecimalType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getBigIntType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getByteArrayType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getColumnType
(DBType db, Matrix matrix, long column) private static final String
DefaultMatrixWriterSQLExporter.getDoubleType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getFloatType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getIntType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getLongType
(DBType db) private static final String
DefaultMatrixWriterSQLExporter.getStringType
(DBType db) -
Uses of DBType in org.ujmp.core.export.format
Methods in org.ujmp.core.export.format with parameters of type DBType -
Uses of DBType in org.ujmp.core.io
Methods in org.ujmp.core.io with parameters of type DBTypeModifier and TypeMethodDescriptionstatic ObjectMatrix
ImportMatrixJDBC.fromDatabase
(DBType type, String host, int port, String database, String sqlStatement, String username, String password) static DenseObjectMatrix2D
LinkMatrixJDBC.toDatabase
(DBType type, String host, int port, String database, String sqlStatement, String username, String password) -
Uses of DBType in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory with parameters of type DBTypeModifier and TypeMethodDescriptionfinal ObjectMatrix
AbstractMatrixFactory.importFromJDBC
(DBType type, String host, int port, String database, String sqlStatement, String username, String password) final ObjectMatrix2D
AbstractMatrixFactory.linkToJDBC
(DBType type, String host, int port, String database, String sqlStatement, String username, String password) -
Uses of DBType in org.ujmp.jdbc
Methods in org.ujmp.jdbc that return DBTypeModifier and TypeMethodDescriptionprivate static DBType
ExportMatrixJDBC.getDBTypeFromUrl
(String url) Methods in org.ujmp.jdbc with parameters of type DBTypeModifier and TypeMethodDescriptionstatic DenseObjectMatrix2D
ImportMatrixJDBC.fromDatabase
(DBType type, String host, int port, String databasename, String sqlStatement, String username, String password) static void
ExportMatrixJDBC.toDatabase
(Matrix matrix, DBType type, String host, int port, String databasename, String tablename, String username, String password) static AbstractDenseJDBCMatrix2D
LinkMatrixJDBC.toDatabase
(DBType type, String host, int port, String databasename, String sqlStatement, String username, String password)