ValueStringIgnoreCase
Implementation of the VARCHAR_IGNORECASE data type.
| Methods |
| static ValueStringIgnoreCase |
get(String s)
Get or create a case insensitive string value for the given string.
|
| static ValueStringIgnoreCase |
get(String s)
Get or create a case insensitive string value for the given string.
The value will have the same case as the passed string.
Parameters:
s - the string
Returns:
the value
|
| int |
compareSecure(Value o, CompareMode mode)
|
| int |
compareSecure(Value o, CompareMode mode)
|
| boolean |
equals(Object other)
|
| boolean |
equals(Object other)
|
| ValueString |
getNew(String s)
|
| ValueString |
getNew(String s)
|
| String |
getSQL()
|
| String |
getSQL()
|
| int |
getType()
|
| int |
getType()
|
| int |
hashCode()
|
| int |
hashCode()
|