Uses of Class
org.modelsphere.sms.or.db.DbORColumn

Packages that use DbORColumn
org.modelsphere.sms.or.db   
 

Uses of DbORColumn in org.modelsphere.sms.or.db
 

Methods in org.modelsphere.sms.or.db that return DbORColumn
 DbORColumn DbORCheck.getColumn()
          Gets the column object associated to a DbORCheck's instance.
 DbORColumn DbORFKeyColumn.getColumn()
          Gets the column object associated to a DbORFKeyColumn's instance.
 DbORColumn DbORIndexKey.getIndexedElement()
          Gets the column object associated to a DbORIndexKey's instance.
 DbORColumn DbORFKeyColumn.getSourceColumn()
          Gets the source column object associated to a DbORFKeyColumn's instance.
 

Methods in org.modelsphere.sms.or.db with parameters of type DbORColumn
 void DbORPrimaryUnique.addToColumns(DbORColumn value)
          Adds an element to the list of columns associated to a DbORPrimaryUnique's instance.
 void DbORTrigger.addToColumns(DbORColumn value)
          Adds an element to the list of columns associated to a DbORTrigger's instance.
 void DbORPrimaryUnique.removeFromColumns(DbORColumn value)
          Removes an element from the list of columns associated to a DbORPrimaryUnique's instance.
 void DbORTrigger.removeFromColumns(DbORColumn value)
          Removes an element from the list of columns associated to a DbORTrigger's instance.
 void DbORCheck.setColumn(DbORColumn value)
          Sets the column object associated to a DbORCheck's instance.
 void DbORFKeyColumn.setColumn(DbORColumn value)
          Sets the column object associated to a DbORFKeyColumn's instance.
 void DbORPrimaryUnique.setColumns(DbORColumn value, int op)
          Adds an element to or removes an element from the list of columns associated to a DbORPrimaryUnique's instance.
 void DbORTrigger.setColumns(DbORColumn value, int op)
          Adds an element to or removes an element from the list of columns associated to a DbORTrigger's instance.
 void DbORIndexKey.setIndexedElement(DbORColumn value)
          Sets the column object associated to a DbORIndexKey's instance.
 void DbORFKeyColumn.setSourceColumn(DbORColumn value)
          Sets the source column object associated to a DbORFKeyColumn's instance.
 

Constructors in org.modelsphere.sms.or.db with parameters of type DbORColumn
DbORFKeyColumn(DbORForeign foreignKey, DbORColumn column, DbORColumn sourceColumn)
          Creates an instance of DbORFKeyColumn.
 



Open ModelSphere 2007. All Rights Reserved.