public class DBIdentifierRule extends IdentifierRule
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SQL_92 |
static String |
SPECIAL_CHARS |
DEFAULT_RULE, EMPTY_SET, UNDERSCORE
Constructor and Description |
---|
DBIdentifierRule() |
DBIdentifierRule(DBIdentifier.DBIdentifierType id,
Set<String> reservedWords) |
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
public static final String DEFAULT_SQL_92
public static final String SPECIAL_CHARS
public DBIdentifierRule()
public DBIdentifierRule(DBIdentifier.DBIdentifierType id, Set<String> reservedWords)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.