Uses of Class
org.datanucleus.store.rdbms.schema.SQLTypeInfo
Packages that use SQLTypeInfo
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Package containing mappings for column (JDBC) types.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Uses of SQLTypeInfo in org.datanucleus.store.rdbms
Methods in org.datanucleus.store.rdbms that return SQLTypeInfoModifier and TypeMethodDescriptionRDBMSStoreManager.getSQLTypeInfoForJDBCType
(int jdbcType) Accessor for the SQL type info for the specified JDBC typeRDBMSStoreManager.getSQLTypeInfoForJDBCType
(int jdbcType, String sqlType) Accessor for the SQL type info for the specified JDBC type. -
Uses of SQLTypeInfo in org.datanucleus.store.rdbms.adapter
Subclasses of SQLTypeInfo in org.datanucleus.store.rdbms.adapterModifier and TypeClassDescriptionclass
SQL Type info for Google Cloud Spanner datastore.class
SQL Type info for DB2 datastores.class
SQL Type info for Derby datastores.class
SQL Type info for Firebird datastores.class
SQL Type info for H2 datastores.class
SQL Type info for HSQLDB datastores.class
SQL Type info for Informix datastores.class
SQL Type info for MySQL datastores.class
Type info for NuoDB.class
SQL Type info for Oracle datastores.class
SQL Type info for PostgreSQL datastores.class
SQL Type info for SQLite datastores.class
SQL Type info for SQLServer datastores.class
SQL Type info for Virtuoso datastores.Methods in org.datanucleus.store.rdbms.adapter that return SQLTypeInfoModifier and TypeMethodDescriptionBaseDatastoreAdapter.newSQLTypeInfo
(ResultSet rs) CloudSpannerAdapter.newSQLTypeInfo
(ResultSet rs) DatastoreAdapter.newSQLTypeInfo
(ResultSet rs) Create a new SQL type info from the current row of the passed ResultSet.DB2Adapter.newSQLTypeInfo
(ResultSet rs) DerbyAdapter.newSQLTypeInfo
(ResultSet rs) FirebirdAdapter.newSQLTypeInfo
(ResultSet rs) H2Adapter.newSQLTypeInfo
(ResultSet rs) HSQLAdapter.newSQLTypeInfo
(ResultSet rs) InformixAdapter.newSQLTypeInfo
(ResultSet rs) MySQLAdapter.newSQLTypeInfo
(ResultSet rs) PostgreSQLAdapter.newSQLTypeInfo
(ResultSet rs) SQLAnywhereAdapter.newSQLTypeInfo
(ResultSet rs) SQLServerAdapter.newSQLTypeInfo
(ResultSet rs) SybaseAdapter.newSQLTypeInfo
(ResultSet rs) VirtuosoAdapter.newSQLTypeInfo
(ResultSet rs) Methods in org.datanucleus.store.rdbms.adapter that return types with arguments of type SQLTypeInfoModifier and TypeMethodDescriptionprotected Collection
<SQLTypeInfo> BaseDatastoreAdapter.getSQLTypeInfoForJdbcType
(org.datanucleus.store.schema.StoreSchemaHandler handler, org.datanucleus.store.connection.ManagedConnection mconn, short jdbcTypeNumber) Accessor for the SQLType info for the specified JDBC type and the SQL type name.Methods in org.datanucleus.store.rdbms.adapter with parameters of type SQLTypeInfoModifier and TypeMethodDescriptionprotected boolean
BaseDatastoreAdapter.addSQLTypeForJDBCType
(org.datanucleus.store.schema.StoreSchemaHandler handler, org.datanucleus.store.connection.ManagedConnection mconn, short jdbcTypeNumber, SQLTypeInfo sqlType, boolean addIfNotPresent) Convenience method for use by adapters to add their own fake JDBC/SQL types in where the JDBC driver doesn't provide some type.int
BaseDatastoreAdapter.getUnlimitedLengthPrecisionValue
(SQLTypeInfo typeInfo) Returns the precision value to be used when creating string columns of "unlimited" length.int
DatastoreAdapter.getUnlimitedLengthPrecisionValue
(SQLTypeInfo typeInfo) Returns the precision value to be used when creating string columns of "unlimited" length.int
PointbaseAdapter.getUnlimitedLengthPrecisionValue
(SQLTypeInfo typeInfo) Returns the precision value to be used when creating string columns of "unlimited" length. -
Uses of SQLTypeInfo in org.datanucleus.store.rdbms.mapping.column
Methods in org.datanucleus.store.rdbms.mapping.column that return SQLTypeInfoModifier and TypeMethodDescriptionAbstractColumnMapping.getTypeInfo()
Accessor for the (SQL) type info for this datastore type.TinyIntColumnMapping.getTypeInfo()
-
Uses of SQLTypeInfo in org.datanucleus.store.rdbms.table
Fields in org.datanucleus.store.rdbms.table declared as SQLTypeInfoModifier and TypeFieldDescriptionprotected SQLTypeInfo
ColumnImpl.typeInfo
SQL Type info for the JDBC type being stored in this columnMethods in org.datanucleus.store.rdbms.table that return SQLTypeInfoModifier and TypeMethodDescriptionColumn.getTypeInfo()
Accessor for the type info for this column.final SQLTypeInfo
ColumnImpl.getTypeInfo()
Methods in org.datanucleus.store.rdbms.table with parameters of type SQLTypeInfoModifier and TypeMethodDescriptionColumn.setTypeInfo
(SQLTypeInfo typeInfo) Mutator for the type information of the column.final Column
ColumnImpl.setTypeInfo
(SQLTypeInfo typeInfo)