in scala.dbc.statement.expression
class Constant

abstract class Constant
extends scala.dbc.statement.Expression
with scala.ScalaObject

Constructor Summary
def this

Def Summary
abstract def constantValue : scala.dbc.Value
The value of the constant.
def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.
Def inherited from scala.dbc.statement.Expression
fieldTypes , sqlInnerString, sqlString
Constructor Detail
def this

Def Detail
abstract def constantValue : scala.dbc.Value
The value of the constant.

def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.