backend
/
com.tp2020.backend.utils
/
LowerCaseUnaccent
Lower
Case
Unaccent
class
LowerCaseUnaccent
<
T
:
String
?>(expr:
Expression
<
T
>) :
Function
<
T
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toQueryBuilder
Link copied to clipboard
open override fun
toQueryBuilder
(queryBuilder:
QueryBuilder
)
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
columnType
Link copied to clipboard
open override val
columnType
:
IColumnType
Content copied to clipboard
expr
Link copied to clipboard
val
expr
:
Expression
<
T
>
Content copied to clipboard
Returns the expression to convert.