in scala.dbc.datatype
class String

abstract class String
extends DataType
with ScalaObject
A type category for all SQL types that store strings of elements.

Constructor Summary
def this



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


Constructor Detail
def this

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