|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||