Scala Library Documentation
|
|
scala/dbc/datatype/String.scala
]
abstract
class
String
extends
DataTypeMethod Summary | |
def
|
maxLength
: Option[Int]
The maximal possible length of the string defined in characters.
This is an implementation-specific value.
|
Methods inherited from DataType | |
isEquivalent (abstract), isSubtypeOf (abstract), nativeTypeId (abstract), nullable, sqlString |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|