com.triactive.jdo.store
Class TableIdentifier

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

 class TableIdentifier
extends SQLIdentifier


Field Summary
static int MAX_TABLE_NAME_SUFFIX
          The maximum length in characters reserved at the end of table names for suffixes used to construct related names (such as _PK for a table's primary key).
 
Fields inherited from class com.triactive.jdo.store.SQLIdentifier
dba, identifierQuoteString, javaName, sqlIdentifier
 
Constructor Summary
TableIdentifier(DatabaseAdapter dba, java.lang.String javaName)
           
 
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_TABLE_NAME_SUFFIX

public static int MAX_TABLE_NAME_SUFFIX
The maximum length in characters reserved at the end of table names for suffixes used to construct related names (such as _PK for a table's primary key).

Constructor Detail

TableIdentifier

public TableIdentifier(DatabaseAdapter dba,
                       java.lang.String javaName)
Method Detail

getMaxLength

protected int getMaxLength()
Overrides:
getMaxLength in class SQLIdentifier


Copyright ? 2001 TriActive, Inc. All Rights Reserved.