|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| 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.exceptions | |
| org.datanucleus.store.rdbms.key | This package contains wrappers to various types of keys found in RDBMS databases. |
| org.datanucleus.store.rdbms.mapping | Package containing mappings for datastore (JDBC) types. |
| org.datanucleus.store.rdbms.sql.expression | Series of expressions representing conditions in SQL statements. |
| org.datanucleus.store.rdbms.table | Provides the internal DataNucleus definition of a table/view and its columns. |
| Uses of Column in org.datanucleus.store.rdbms.adapter |
|---|
| Methods in org.datanucleus.store.rdbms.adapter with parameters of type Column | |
|---|---|
String |
H2Adapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
RDBMSAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
MySQLAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
HSQLAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
McKoiAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
PostgreSQLAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
TimesTenAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
DatabaseAdapter.getAddColumnStatement(org.datanucleus.store.mapped.DatastoreContainerObject table,
Column col)
Accessor for the SQL statement to add a column to a table. |
String |
RDBMSAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate SQL to create the given table having the given columns. |
String |
MySQLAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
org.datanucleus.store.mapped.IdentifierFactory factory)
Method to return the CREATE TABLE statement. |
String |
DatabaseAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate SQL to create the given table having the given columns. |
| Uses of Column in org.datanucleus.store.rdbms.exceptions |
|---|
| Constructors in org.datanucleus.store.rdbms.exceptions with parameters of type Column | |
|---|---|
IncompatibleDataTypeException(Column column,
int expectedType,
int actualType)
Constructs an incompatible data type exception. |
|
| Uses of Column in org.datanucleus.store.rdbms.key |
|---|
| Methods in org.datanucleus.store.rdbms.key with parameters of type Column | |
|---|---|
void |
Index.setColumn(int seq,
Column col)
Sets a column for in a specified position seq |
| Uses of Column in org.datanucleus.store.rdbms.mapping |
|---|
| Fields in org.datanucleus.store.rdbms.mapping declared as Column | |
|---|---|
protected Column |
RDBMSMapping.column
The RDBMS Column being persisted to. |
| Uses of Column in org.datanucleus.store.rdbms.sql.expression |
|---|
| Constructors in org.datanucleus.store.rdbms.sql.expression with parameters of type Column | |
|---|---|
ColumnExpression(SQLStatement stmt,
SQLTable table,
Column col)
Constructor for an SQL expression for a column. |
|
| Uses of Column in org.datanucleus.store.rdbms.table |
|---|
| Classes in org.datanucleus.store.rdbms.table that implement Column | |
|---|---|
class |
ColumnImpl
Implementation of a Column in an RDBMS datastore. |
| Fields in org.datanucleus.store.rdbms.table with type parameters of type Column | |
|---|---|
protected List<Column> |
AbstractTable.columns
Columns for this table. |
protected HashMap<org.datanucleus.store.mapped.DatastoreIdentifier,Column> |
AbstractTable.columnsByName
Index to the columns, keyed by name. |
| Methods in org.datanucleus.store.rdbms.table that return Column | |
|---|---|
Column |
ColumnImpl.setConstraints(String constraints)
|
Column |
Column.setConstraints(String constraints)
Mutator for the constraints of the column. |
Column |
ColumnImpl.setTypeInfo(SQLTypeInfo typeInfo)
|
Column |
Column.setTypeInfo(SQLTypeInfo typeInfo)
Mutator for the type information of the column. |
| Methods in org.datanucleus.store.rdbms.table with parameters of type Column | |
|---|---|
protected void |
AbstractTable.addColumnInternal(Column col)
Utility method to add a column to the internal representation |
protected void |
ViewImpl.addColumnInternal(Column col)
Method to add a Column to the View. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||