in scala.dbc.datatype
class String

abstract class String
extends scala.dbc.DataType
with scala.ScalaObject
A type category for all SQL types that store strings of elements.
Direct Known Subclasses:
CharacterString

Constructor Summary
def this



Def Summary
def maxLength : scala.Option[scala.Int]
The maximal possible length of the string defined in characters. This is an implementation-specific value.


Constructor Detail
def this

Def Detail
def maxLength : scala.Option[scala.Int]
The maximal possible length of the string defined in characters. This is an implementation-specific value.