in scala.dbc.datatype
class CharacterString

abstract class CharacterString
extends scala.dbc.datatype.String
with scala.ScalaObject
A type category for all SQL types that store strings of characters.
Direct Known Subclasses:
CharacterVarying, CharacterLargeObject, Character

Constructor Summary
def this

Type Summary
type NativeType

Val Summary
val nativeTypeId : scala.Int

Def Summary
def encoding : scala.Option[java.lang.String]
The name of the character set in which the string is encoded.
Def inherited from scala.dbc.datatype.String
maxLength
Constructor Detail
def this

Val Detail
val nativeTypeId : scala.Int

Def Detail
def encoding : scala.Option[java.lang.String]
The name of the character set in which the string is encoded.