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 TypeClassDescriptionclassSQL Type info for Google Cloud Spanner datastore.classSQL Type info for DB2 datastores.classSQL Type info for Derby datastores.classSQL Type info for Firebird datastores.classSQL Type info for H2 datastores.classSQL Type info for HSQLDB datastores.classSQL Type info for Informix datastores.classSQL Type info for MySQL datastores.classType info for NuoDB.classSQL Type info for Oracle datastores.classSQL Type info for PostgreSQL datastores.classSQL Type info for SQLite datastores.classSQL Type info for SQLServer datastores.classSQL 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 booleanBaseDatastoreAdapter.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.intBaseDatastoreAdapter.getUnlimitedLengthPrecisionValue(SQLTypeInfo typeInfo) Returns the precision value to be used when creating string columns of "unlimited" length.intDatastoreAdapter.getUnlimitedLengthPrecisionValue(SQLTypeInfo typeInfo) Returns the precision value to be used when creating string columns of "unlimited" length.intPointbaseAdapter.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 SQLTypeInfoColumnImpl.typeInfoSQL 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 SQLTypeInfoColumnImpl.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 ColumnColumnImpl.setTypeInfo(SQLTypeInfo typeInfo)