in scala/dbc/datatype
class String

abstract class String()
extends DataType
with ScalaObject
Implementing classes or objects:
class CharacterString()

A type category for all SQL types that store strings of elements.

Method Summary
  def maxLength: Option[Int]
     The maximal possible length of the string defined in characters.

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/dbc/DataType-class
NativeType, isEquivalent, isSubtypeOf, nativeTypeId, nullable, sqlString

Method Detail

maxLength

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