ColumnNamerConfiguration
The configuration for the allowed column names.
Methods
static ColumnNamerConfiguration
getDefault
()
static ColumnNamerConfiguration
getDefault
()
void
configure
(String stringValue)
Configure the column namer.
void
configure
(String stringValue)
Configure the column namer.
Parameters:
stringValue - the configuration
void
configure
(Mode.ModeEnum modeEnum)
Configure the rules.
void
configure
(Mode.ModeEnum modeEnum)
Configure the rules.
Parameters:
modeEnum - the mode
Pattern
getCompiledRegularExpressionMatchAllowed
()
Pattern
getCompiledRegularExpressionMatchAllowed
()
Pattern
getCompiledRegularExpressionMatchDisallowed
()
Pattern
getCompiledRegularExpressionMatchDisallowed
()
String
getDefaultColumnNamePattern
()
String
getDefaultColumnNamePattern
()
int
getMaxIdentiferLength
()
int
getMaxIdentiferLength
()
String
getRegularExpressionMatchAllowed
()
String
getRegularExpressionMatchAllowed
()
String
getRegularExpressionMatchDisallowed
()
String
getRegularExpressionMatchDisallowed
()
boolean
isGenerateUniqueColumnNames
()
boolean
isGenerateUniqueColumnNames
()
void
setCompiledRegularExpressionMatchAllowed
(Pattern compiledRegularExpressionMatchAllowed)
void
setCompiledRegularExpressionMatchAllowed
(Pattern compiledRegularExpressionMatchAllowed)
void
setCompiledRegularExpressionMatchDisallowed
(Pattern compiledRegularExpressionMatchDisallowed)
void
setCompiledRegularExpressionMatchDisallowed
(Pattern compiledRegularExpressionMatchDisallowed)
void
setDefaultColumnNamePattern
(String defaultColumnNamePattern)
void
setDefaultColumnNamePattern
(String defaultColumnNamePattern)
void
setGenerateUniqueColumnNames
(boolean generateUniqueColumnNames)
void
setGenerateUniqueColumnNames
(boolean generateUniqueColumnNames)
void
setMaxIdentiferLength
(int maxIdentiferLength)
void
setMaxIdentiferLength
(int maxIdentiferLength)
void
setRegularExpressionMatchAllowed
(String regularExpressionMatchAllowed)
void
setRegularExpressionMatchAllowed
(String regularExpressionMatchAllowed)
void
setRegularExpressionMatchDisallowed
(String regularExpressionMatchDisallowed)
void
setRegularExpressionMatchDisallowed
(String regularExpressionMatchDisallowed)