like
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the string expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the int expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the long expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the float expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the double expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the boolean expression to compare with the current expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Return
a Like expression.
Parameters
the date expression to compare with the current expression.