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.

Constructor Summary
def this



Type Summary
type NativeType



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


Constructor Detail
def this

Type Detail
type NativeType

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