Uses of Class
ch.sahits.model.db.EDBIndexConstrains

Packages that use EDBIndexConstrains
ch.sahits.model.db   
 

Uses of EDBIndexConstrains in ch.sahits.model.db
 

Methods in ch.sahits.model.db that return EDBIndexConstrains
 EDBIndexConstrains DataBaseTableIndex.getIndexConstrains()
          Retrieve the constraint of the index
static EDBIndexConstrains EDBIndexConstrains.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EDBIndexConstrains[] EDBIndexConstrains.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.sahits.model.db with parameters of type EDBIndexConstrains
 void DataBaseTableIndex.setIndexConstrains(EDBIndexConstrains _indexConstrains)
          Set the index constraint