PrimaryKeyColumnExpr
case class PrimaryKeyColumnExpr[T <: SqlDataType](table: String, column: String, schema: TableSchema[_], var isIncr: Boolean) extends Expr[T]
trait Serializable
trait Product
trait Equals
trait Expr[T]
trait SelectItem[T]
class Object
trait Matchable
class Any
Value members
Inherited methods
infix def between[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr
infix def notBetween[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr