Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
Packages that use RDBMSColumnInfo
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.
Provides a definition of the schema in the datastore, including tables, columns and types.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Uses of RDBMSColumnInfo in org.datanucleus.store.rdbms
Methods in org.datanucleus.store.rdbms that return RDBMSColumnInfoModifier and TypeMethodDescriptionRDBMSStoreManager.getColumnInfoForColumnName
(Table table, Connection conn, DatastoreIdentifier column) Returns the column info for a column name. -
Uses of RDBMSColumnInfo in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter that return RDBMSColumnInfoModifier and TypeMethodDescriptionBaseDatastoreAdapter.newRDBMSColumnInfo
(ResultSet rs) DatastoreAdapter.newRDBMSColumnInfo
(ResultSet rs) Create a new column info from the current row of the passed ResultSet.DB2Adapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.MySQLAdapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.PostgreSQLAdapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.SQLAnywhereAdapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.SQLServerAdapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.SybaseAdapter.newRDBMSColumnInfo
(ResultSet rs) Method to create a column info for the current row.Methods in org.datanucleus.store.rdbms.adapter with parameters of type RDBMSColumnInfoModifier and TypeMethodDescriptionboolean
CloudSpannerTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) boolean
H2TypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) Utility to check the compatibility of this type with the supplied Column type.boolean
HSQLTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) Utility to check the compatibility of this type with the supplied Column type.boolean
MySQLTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) Utility to check the compatibility of this type with the supplied Column type.boolean
PostgreSQLTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) Utility to check the compatibility of this type with the supplied Column type.boolean
SQLiteTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) boolean
SQLServerTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) -
Uses of RDBMSColumnInfo in org.datanucleus.store.rdbms.schema
Methods in org.datanucleus.store.rdbms.schema that return RDBMSColumnInfoModifier and TypeMethodDescriptionprotected RDBMSColumnInfo
RDBMSSchemaHandler.getRDBMSColumnInfoForColumn
(Connection conn, Table table, String columnName) Convenience method to get the column info from the datastore for the column in the specified table.Methods in org.datanucleus.store.rdbms.schema with parameters of type RDBMSColumnInfoModifier and TypeMethodDescriptionboolean
SQLTypeInfo.isCompatibleWith
(RDBMSColumnInfo colInfo) Convenience method for returning if this type is compatible with the provided column. -
Uses of RDBMSColumnInfo in org.datanucleus.store.rdbms.table
Methods in org.datanucleus.store.rdbms.table with parameters of type RDBMSColumnInfoModifier and TypeMethodDescriptionvoid
Column.initializeColumnInfoFromDatastore
(RDBMSColumnInfo ci) Initialize the default column value and auto incrementvoid
ColumnImpl.initializeColumnInfoFromDatastore
(RDBMSColumnInfo ci) void
Column.validate
(RDBMSColumnInfo ci) Method to validate the contents of the column.void
ColumnImpl.validate
(RDBMSColumnInfo ci)