|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.SQLIdentifier
com.triactive.jdo.store.TableIdentifier
class TableIdentifier
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 |
---|
public static int MAX_TABLE_NAME_SUFFIX
Constructor Detail |
---|
public TableIdentifier(DatabaseAdapter dba, java.lang.String javaName)
Method Detail |
---|
protected int getMaxLength()
getMaxLength
in class SQLIdentifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |