Companion

object Companion

Properties

Link copied to clipboard

Alternative form of QueryParser.Operator.AND

Link copied to clipboard
const val CONJ_AND: Int = 1
Link copied to clipboard
const val CONJ_NONE: Int = 0
Link copied to clipboard
const val CONJ_OR: Int = 2
Link copied to clipboard
const val MOD_NONE: Int = 0
Link copied to clipboard
const val MOD_NOT: Int = 10
Link copied to clipboard
const val MOD_REQ: Int = 11
Link copied to clipboard

Alternative form of QueryParser.Operator.OR

Functions

Link copied to clipboard

Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.

Link copied to clipboard
fun hexToInt(c: Char): Int

Returns the numeric value of the hexadecimal character