Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
org.datanucleus.store.rdbms.schema |
Provides a definition of the schema in the datastore, including tables, columns and types.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Modifier and Type | Method and Description |
---|---|
RDBMSColumnInfo |
RDBMSStoreManager.getColumnInfoForColumnName(Table table,
Connection conn,
DatastoreIdentifier column)
Returns the column info for a column name.
|
Modifier and Type | Method and Description |
---|---|
RDBMSColumnInfo |
MySQLAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
MSSQLServerAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
PostgreSQLAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
DatastoreAdapter.newRDBMSColumnInfo(ResultSet rs)
Create a new column info from the current row of the passed ResultSet.
|
RDBMSColumnInfo |
SQLAnywhereAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
BaseDatastoreAdapter.newRDBMSColumnInfo(ResultSet rs) |
RDBMSColumnInfo |
OracleAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
DB2Adapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
RDBMSColumnInfo |
SybaseAdapter.newRDBMSColumnInfo(ResultSet rs)
Method to create a column info for the current row.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HSQLTypeInfo.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 |
MSSQLTypeInfo.isCompatibleWith(RDBMSColumnInfo colInfo) |
boolean |
SQLTypeInfo.isCompatibleWith(RDBMSColumnInfo colInfo)
Convenience method for returning if this type is compatible with the provided column.
|
boolean |
H2TypeInfo.isCompatibleWith(RDBMSColumnInfo colInfo)
Utility to check the compatibility of this type with the supplied Column
type.
|
boolean |
SQLiteTypeInfo.isCompatibleWith(RDBMSColumnInfo colInfo) |
boolean |
MySQLTypeInfo.isCompatibleWith(RDBMSColumnInfo colInfo)
Utility to check the compatibility of this type with the supplied Column type.
|
Modifier and Type | Method and Description |
---|---|
void |
Column.initializeColumnInfoFromDatastore(RDBMSColumnInfo ci)
Initialize the default column value and auto increment
|
void |
ColumnImpl.initializeColumnInfoFromDatastore(RDBMSColumnInfo ci) |
void |
Column.validate(RDBMSColumnInfo ci)
Method to validate the contents of the column.
|
void |
ColumnImpl.validate(RDBMSColumnInfo ci) |
Copyright © 2017. All rights reserved.