kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.ast
/
LikeMode
Like
Mode
enum
LikeMode
:
Enum
<
LikeMode
>
Content copied to clipboard
Entries
Properties
Entries
ANYWHERE
Link copied to clipboard
ANYWHERE
(
false
,
false
)
Content copied to clipboard
END
Link copied to clipboard
END
(
false
,
true
)
Content copied to clipboard
START
Link copied to clipboard
START
(
true
,
false
)
Content copied to clipboard
EXACT
Link copied to clipboard
EXACT
(
true
,
true
)
Content copied to clipboard
Properties
endExact
Link copied to clipboard
val
endExact
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
startExact
Link copied to clipboard
val
startExact
:
Boolean
Content copied to clipboard