public interface IdentifierConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
delimitAll()
Returns true if global name delimiting is enabled.
|
String |
getConversionKey()
Returns a key that can be used to determine whether conversion
should take place.
|
IdentifierRule |
getDefaultIdentifierRule()
Gets the default naming rule
|
String |
getDelimitedCase()
Returns the case that is used when delimiting.
|
String |
getIdentifierConcatenator()
Returns the value used to concatenate multiple names together.
|
String |
getIdentifierDelimiter()
Returns the value used to delimit between individual names.
|
<T> IdentifierRule |
getIdentifierRule(T t)
Returns a naming rule or null if the rule is
not found.
|
<T> Map<T,IdentifierRule> |
getIdentifierRules()
Returns all naming rules
|
String |
getLeadingDelimiter()
Returns the leading delimiter value to use when delimiting a name.
|
String |
getSchemaCase()
Returns the case that is used when delimiters are not used.
|
boolean |
getSupportsDelimitedIdentifiers()
Returns true if delimiting is supported
|
String |
getTrailingDelimiter()
Returns the trailing delimiter value to use when delimiting a name.
|
String getLeadingDelimiter()
String getTrailingDelimiter()
boolean delimitAll()
boolean getSupportsDelimitedIdentifiers()
String getIdentifierConcatenator()
String getIdentifierDelimiter()
IdentifierRule getDefaultIdentifierRule()
<T> Map<T,IdentifierRule> getIdentifierRules()
<T> IdentifierRule getIdentifierRule(T t)
String getDelimitedCase()
String getSchemaCase()
String getConversionKey()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.