SqlCastExpr

easysql.ast.expr.SqlExpr$.SqlCastExpr
final case class SqlCastExpr(expr: SqlExpr, castType: String)

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product