Java SDK Documentation
12.0.0
|
Public Member Functions | |
int | compare (String a, String b) |
Static Public Member Functions | |
static IdentComparator | getInstance () |
Compares two SQL Identifiers; for example, column names. SQL Identifiers are case and locale insensitive.
Warning: The current implementation handles ASCII identifiers only; For performance reasons, input values are not checked for non-ASCII characters. Future implementations will provide support for all non-ASCII identifiers. Using this comparator now will ensure ease of upgrade in the future.
|
static |
Retrieve a singleton instance of IdentComparator. IdentComparator is stateless and threadsafe.