neuralib.sqlp.expr.SqlExistsOper

class neuralib.sqlp.expr.SqlExistsOper

Bases: SqlOper

https://www.sqlite.org/lang_expr.html#the_exists_operator

__init__(oper, stat)
Parameters:
  • oper (Literal['EXISTS', 'NOT EXISTS'])

  • stat (SqlStat)

Methods

__init__(oper, stat)

between(value[, value2])

cast(t)

contains(value)

glob(value)

is_not_null()

is_null()

like(value)

not_between(value[, value2])

not_contains(value)

not_like(value)

Attributes

oper

stat

oper
stat
__init__(oper, stat)
Parameters:
  • oper (Literal['EXISTS', 'NOT EXISTS'])

  • stat (SqlStat)