|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.identifier.IdentifierRule
org.apache.openjpa.jdbc.identifier.DBIdentifierRule
public class DBIdentifierRule
The default DBIdentifier rule. Closely matches SQL92 naming rules.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SQL_92
|
static java.lang.String |
SPECIAL_CHARS
|
Fields inherited from class org.apache.openjpa.lib.identifier.IdentifierRule |
---|
DEFAULT_RULE, EMPTY_SET, UNDERSCORE |
Constructor Summary | |
---|---|
DBIdentifierRule()
|
|
DBIdentifierRule(DBIdentifier.DBIdentifierType id,
java.util.Set<java.lang.String> reservedWords)
|
Method Summary |
---|
Methods inherited from class org.apache.openjpa.lib.identifier.IdentifierRule |
---|
getAllowCompaction, getCanDelimit, getDelimitReservedWords, getMaxLength, getMustDelimit, getName, getReservedWords, getSpecialCharacters, isAllowTruncation, isMustBeginWithLetter, isNullable, isOnlyLettersDigitsUnderscores, isReservedWord, requiresDelimiters, setAllowCompaction, setAllowTruncation, setCanDelimit, setDelimitReservedWords, setMaxLength, setMustBeginWithLetter, setMustDelimit, setName, setNullable, setOnlyLettersDigitsUnderscores, setReservedWords, setSpecialCharacters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_SQL_92
public static final java.lang.String SPECIAL_CHARS
Constructor Detail |
---|
public DBIdentifierRule()
public DBIdentifierRule(DBIdentifier.DBIdentifierType id, java.util.Set<java.lang.String> reservedWords)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |