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

Packages that use DbORUser
org.modelsphere.sms.or.db   
org.modelsphere.sms.or.ibm.db   
org.modelsphere.sms.or.informix.db   
org.modelsphere.sms.or.oracle.db   
 

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

Methods in org.modelsphere.sms.or.db that return DbORUser
 DbORUser DbORAbsTable.getUser()
          Gets the user object associated to a DbORAbsTable's instance.
 DbORUser DbORAbstractMethod.getUser()
          Gets the user object associated to a DbORAbstractMethod's instance.
 DbORUser DbORDomain.getUser()
          Gets the user object associated to a DbORDomain's instance.
 DbORUser DbORIndex.getUser()
          Gets the user object associated to a DbORIndex's instance.
 

Methods in org.modelsphere.sms.or.db with parameters of type DbORUser
 void DbORAbsTable.setUser(DbORUser value)
          Sets the user object associated to a DbORAbsTable's instance.
 void DbORAbstractMethod.setUser(DbORUser value)
          Sets the user object associated to a DbORAbstractMethod's instance.
 void DbORDomain.setUser(DbORUser value)
          Sets the user object associated to a DbORDomain's instance.
 void DbORIndex.setUser(DbORUser value)
          Sets the user object associated to a DbORIndex's instance.
 

Uses of DbORUser in org.modelsphere.sms.or.ibm.db
 

Methods in org.modelsphere.sms.or.ibm.db that return DbORUser
 DbORUser DbIBMSequence.getUser()
          Gets the user object associated to a DbIBMSequence's instance.
 

Methods in org.modelsphere.sms.or.ibm.db with parameters of type DbORUser
 void DbIBMSequence.setUser(DbORUser value)
          Sets the user object associated to a DbIBMSequence's instance.
 

Uses of DbORUser in org.modelsphere.sms.or.informix.db
 

Methods in org.modelsphere.sms.or.informix.db that return DbORUser
 DbORUser DbINFCheck.getUser()
          Gets the user object associated to a DbINFCheck's instance.
 DbORUser DbINFForeign.getUser()
          Gets the user object associated to a DbINFForeign's instance.
 DbORUser DbINFPrimaryUnique.getUser()
          Gets the user object associated to a DbINFPrimaryUnique's instance.
 

Methods in org.modelsphere.sms.or.informix.db with parameters of type DbORUser
 void DbINFCheck.setUser(DbORUser value)
          Sets the user object associated to a DbINFCheck's instance.
 void DbINFForeign.setUser(DbORUser value)
          Sets the user object associated to a DbINFForeign's instance.
 void DbINFPrimaryUnique.setUser(DbORUser value)
          Sets the user object associated to a DbINFPrimaryUnique's instance.
 

Uses of DbORUser in org.modelsphere.sms.or.oracle.db
 

Methods in org.modelsphere.sms.or.oracle.db that return DbORUser
 DbORUser DbORASequence.getUser()
          Gets the user object associated to a DbORASequence's instance.
 

Methods in org.modelsphere.sms.or.oracle.db with parameters of type DbORUser
 void DbORASequence.setUser(DbORUser value)
          Sets the user object associated to a DbORASequence's instance.
 



Open ModelSphere 2007. All Rights Reserved.