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

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

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

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

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

Methods in com.triactive.jdo.store.sql with parameters of type Index
 boolean BaseTable.addIndex(Index idx)
           
 



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