com.triactive.jdo.store
Class IndexIdentifier

java.lang.Object
  extended by com.triactive.jdo.store.SQLIdentifier
      extended by com.triactive.jdo.store.IndexIdentifier

 class IndexIdentifier
extends SQLIdentifier


Field Summary
static int MAX_INDICES
           
 
Fields inherited from class com.triactive.jdo.store.SQLIdentifier
dba, identifierQuoteString, javaName, sqlIdentifier
 
Constructor Summary
IndexIdentifier(BaseTable table, boolean isUnique, int seq)
           
 
Method Summary
protected  int getMaxLength()
           
 
Methods inherited from class com.triactive.jdo.store.SQLIdentifier
equals, getJavaName, getSQLIdentifier, hashCode, setJavaName, setSQLIdentifier, toString, truncate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_INDICES

public static final int MAX_INDICES
See Also:
Constant Field Values
Constructor Detail

IndexIdentifier

public IndexIdentifier(BaseTable table,
                       boolean isUnique,
                       int seq)
Method Detail

getMaxLength

protected int getMaxLength()
Overrides:
getMaxLength in class SQLIdentifier


Copyright ? 2001 TriActive, Inc. All Rights Reserved.