in scala.dbc.datatype
class Boolean

class Boolean
extends scala.dbc.DataType
with scala.ScalaObject
The SQL type for a truth value.

Constructor Summary
def this

Type Summary
type NativeType

Val Summary
val nativeTypeId : scala.Int

Def Summary
def isEquivalent (datatype: scala.dbc.DataType) : scala.Boolean

def isSubtypeOf (datatype: scala.dbc.DataType) : scala.Boolean

override def sqlString : java.lang.String
A SQL-99 compliant string representation of the type.
Def inherited from scala.dbc.DataType
isEquivalent , isSubtypeOf, nativeTypeId, nullable, sqlString
Constructor Detail
def this

Val Detail
val nativeTypeId : scala.Int

Def Detail
def isEquivalent (datatype: scala.dbc.DataType): scala.Boolean

def isSubtypeOf (datatype: scala.dbc.DataType): scala.Boolean

override def sqlString : java.lang.String
A SQL-99 compliant string representation of the type.