Uses of Interface
com.semarchy.mdm.runtime.model.dbschema.IDBSequence

Packages that use IDBSequence
com.semarchy.mdm.runtime.model.dbschema   
com.semarchy.mdm.runtime.model.physical   
 

Uses of IDBSequence in com.semarchy.mdm.runtime.model.dbschema
 

Methods in com.semarchy.mdm.runtime.model.dbschema that return IDBSequence
 IDBSequence IDBSchema.getSequence(String pName)
           
 

Methods in com.semarchy.mdm.runtime.model.dbschema that return types with arguments of type IDBSequence
 List<? extends IDBSequence> IDBSchema.getSequences()
           
 

Uses of IDBSequence in com.semarchy.mdm.runtime.model.physical
 

Subinterfaces of IDBSequence in com.semarchy.mdm.runtime.model.physical
 interface ISequence
          represents a database sequence
 



Copyright © 2015. All Rights Reserved.