Package org.jpox.store.rdbms.columninfo

Acts as a wrapper around JDBC's Column Info meta-data, allowing the implmentation to control the precise aspects for each column.

See:
          Description

Class Summary
ColumnInfo Represents the metadata of a specific table column.
DB2ColumnInfo Represents the metadata of a specific table column in DB2.
MSSQLServerColumnInfo Represents the metadata of a specific table column in MS SQL Server.
OracleColumnInfo Represents the metadata of a specific table column in Oracle.
PostgreSQLColumnInfo Represents the metadata of a specific table column in PostgreSQL.
SybaseColumnInfo Represents the metadata of a specific table column in Sybase.
TableInfo Represents the metadata of a specific table.
 

Package org.jpox.store.rdbms.columninfo Description

Acts as a wrapper around JDBC's Column Info meta-data, allowing the implmentation to control the precise aspects for each column. Database specific column info variants are registered in their derivation.



Copyright © -2007 . All Rights Reserved.