| Package | Description |
|---|---|
| com.appslandia.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static LikeType |
LikeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikeType |
LikeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikeType[] |
LikeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static LikeType[] |
LikeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falsePattern) |
void |
StatementImpl.setLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falsePattern) |
void |
StatementImpl.setNLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falsePattern) |
void |
StatementImpl.setNLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falsePattern) |
static String |
SqlLikeEscaper.toLikePattern(String value,
LikeType likeType) |
static String |
SqlLikeEscaper.toLikePattern(String value,
LikeType likeType) |
Copyright © 2021. All rights reserved.