in scala.dbc.datatype
class Unknown

class Unknown
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.


Constructor Detail
def this

Type Detail
type NativeType

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.