core
/
com.moengage.core.internal.model.database
/
WhereClause
Where
Clause
class
WhereClause
(selection:
String
?, selectionArgs:
Array
<
String
>?)
Content copied to clipboard
Condition for filtering out data
Author
Umang Chamaria
Constructors
Properties
Constructors
WhereClause
Link copied to clipboard
fun
WhereClause
(selection:
String
?, selectionArgs:
Array
<
String
>?)
Content copied to clipboard
Properties
selection
Link copied to clipboard
val
selection
:
String
?
Content copied to clipboard
Filter condition with place holder values
selectionArgs
Link copied to clipboard
val
selectionArgs
:
Array
<
String
>?
Content copied to clipboard
Actual values for the place holders.