Uses of Interface
org.datanucleus.store.rdbms.table.Column

Packages that use Column
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
 
This package contains wrappers to various types of keys found in RDBMS databases.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Package containing mappings for column (JDBC) types.
Provides the mechanism of communicating with the database using JDBC.
Series of classes used to generate SQL statements.
Series of expressions representing conditions in SQL statements.
Provides the internal DataNucleus definition of a table/view and its columns.