Uses of Class
com.triactive.jdo.store.sql.IndexName

Packages that use IndexName
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.sql   
 

Uses of IndexName in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter with parameters of type IndexName
 java.lang.String DatabaseAdapter.getCreateIndexStatement(IndexName idxName, Index idx)
          Returns the appropriate SQL to add an index to its table.
 

Uses of IndexName in com.triactive.jdo.store.sql
 

Methods in com.triactive.jdo.store.sql that return IndexName
static IndexName IndexName.forTable(BaseTable table, boolean isUnique, int seq)
          Generates a new index name.
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.