org.apache.empire.db.oracle
Class OracleSYSDatabase.DBUserConCol

java.lang.Object
  extended by org.apache.empire.db.DBObject
      extended by org.apache.empire.db.DBExpr
          extended by org.apache.empire.db.DBRowSet
              extended by org.apache.empire.db.DBTable
                  extended by org.apache.empire.db.oracle.OracleSYSDatabase.DBUserConCol
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
OracleSYSDatabase

public static class OracleSYSDatabase.DBUserConCol
extends DBTable

See Also:
Serialized Form

Field Summary
 DBTableColumn C_COLUMN_NAME
           
 DBTableColumn C_CONSTRAINT_NAME
           
 DBTableColumn C_OWNER
           
 DBTableColumn C_TABLE_NAME
           
 
Fields inherited from class org.apache.empire.db.DBTable
BIGINT, DEFAULT, MEDIUMINT, SMALLINT
 
Fields inherited from class org.apache.empire.db.DBRowSet
columnReferences, columns, comment, db, log, primaryKey, timestampColumn
 
Fields inherited from class org.apache.empire.db.DBExpr
CTX_ALIAS, CTX_ALL, CTX_DEFAULT, CTX_FULLNAME, CTX_NAME, CTX_NOPARENTHESES, CTX_VALUE
 
Constructor Summary
OracleSYSDatabase.DBUserConCol(DBDatabase db)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.db.DBTable
addColumn, addColumn, addColumn, addColumn, addColumn, addIndex, addIndex, addSQL, addTimestampColumn, clone, createRecord, deleteRecord, getAlias, getForeignKeyRelations, getIndexes, getName, getPrimaryKey, isCascadeDelete, isUpdateable, setCascadeDelete, setPrimaryKey, setPrimaryKey, setPrimaryKey, setPrimaryKey
 
Methods inherited from class org.apache.empire.db.DBRowSet
addColumnReference, addReferencedColumns, completeInitRecord, count, deleteAllReferences, deleteRecord, deleteReferenceRecords, equals, findById, getColumn, getColumn, getColumnIndex, getColumnIndex, getColumnReferences, getColumns, getComment, getDatabase, getFullName, getId, getKeyColumns, getRecordKey, getRenameTablePhrase, getTimestampColumn, initRecord, initRecord, isColumnReadOnly, isKeyColumn, prepareInitRecord, readRecord, readRecord, recordExists, recordExists, setComment, setKeyConstraints, setTimestampColumn, updateRecord
 
Methods inherited from class org.apache.empire.db.DBExpr
getObjectValue, getValueClass
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

C_CONSTRAINT_NAME

public DBTableColumn C_CONSTRAINT_NAME

C_TABLE_NAME

public DBTableColumn C_TABLE_NAME

C_COLUMN_NAME

public DBTableColumn C_COLUMN_NAME

C_OWNER

public DBTableColumn C_OWNER
Constructor Detail

OracleSYSDatabase.DBUserConCol

public OracleSYSDatabase.DBUserConCol(DBDatabase db)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.