Uses of Class
org.jpox.store.rdbms.columninfo.ColumnInfo

Packages that use ColumnInfo
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
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. 
org.jpox.store.rdbms.typeinfo Acts as a wrapper around JDBC's Type meta-data, allowing the implmentation to control the precise aspects for each type. 
 

Uses of ColumnInfo in org.jpox.store.rdbms
 

Methods in org.jpox.store.rdbms that return ColumnInfo
 ColumnInfo RDBMSManager.getColumnInfoForColumnName(Table table, java.sql.Connection conn, DatastoreIdentifier column)
          Returns the column info for a column name.
static ColumnInfo RDBMSStoreHelper.getColumnInfoForColumnName(RDBMSManager storeMgr, Table table, java.sql.Connection conn, DatastoreIdentifier column)
          Returns the column info for a database table.
 

Methods in org.jpox.store.rdbms with parameters of type ColumnInfo
 void Column.initializeColumnInfoFromDatastore(ColumnInfo ci)
          Initialize the default column value and auto increment
 void Column.validate(ColumnInfo ci)
          Method to validate the contents of the column.
 

Uses of ColumnInfo in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter that return ColumnInfo
 ColumnInfo RDBMSAdapter.newColumnInfo(java.sql.ResultSet rs)
          A factory for ColumnInfo objects.
 ColumnInfo DatabaseAdapter.newColumnInfo(java.sql.ResultSet rs)
          A factory for ColumnInfo objects.
 

Uses of ColumnInfo in org.jpox.store.rdbms.columninfo
 

Subclasses of ColumnInfo in org.jpox.store.rdbms.columninfo
 class DB2ColumnInfo
          Represents the metadata of a specific table column in DB2.
 class MSSQLServerColumnInfo
          Represents the metadata of a specific table column in MS SQL Server.
 class OracleColumnInfo
          Represents the metadata of a specific table column in Oracle.
 class PostgreSQLColumnInfo
          Represents the metadata of a specific table column in PostgreSQL.
 class SybaseColumnInfo
          Represents the metadata of a specific table column in Sybase.
 

Uses of ColumnInfo in org.jpox.store.rdbms.typeinfo
 

Methods in org.jpox.store.rdbms.typeinfo with parameters of type ColumnInfo
 boolean TypeInfo.isCompatibleWith(ColumnInfo ci)
          Indicates whether the type of a given database column is "compatible" with this type.
 boolean TypeInfo.isToValidate(ColumnInfo ci)
          Indicates whether validate columns with certain types
 boolean MSSQLTypeInfo.isCompatibleWith(ColumnInfo colInfo)
           
 boolean MySQLTypeInfo.isCompatibleWith(ColumnInfo colInfo)
          Utility to check the compatibility of this type with the supplied Column type.
 



Copyright © -2007 . All Rights Reserved.