in scala.dbc.datatype
class Character

abstract class Character
extends CharacterString
with ScalaObject
A SQL type for a string of characters of arbitrary length with arbitrary character set.

Constructor Summary
def this



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

def isSubtypeOf ( datatype : DataType ) : scala.Boolean

def length : scala.Int
The length of the string defined in characters.
override def sqlString : java.lang.String
A SQL-99 compliant string representation of the type.


Constructor Detail
def this

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

def isSubtypeOf ( datatype : DataType ) : scala.Boolean

def length : scala.Int
The length of the string defined in characters.

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