in scala.dbc.datatype
class CharacterVarying

abstract class CharacterVarying
extends scala.dbc.datatype.CharacterString
with scala.ScalaObject
A SQL type for a varying length string of characters with arbitrary maximal length and arbitrary character set.

Constructor Summary
def this



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

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

def length : scala.Int
The maximal 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 : scala.dbc.DataType ) : scala.Boolean

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

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

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