|
|
Scala 2.3.3
|
abstract
class
Character
extends scala.dbc.datatype.CharacterString
with scala.ScalaObject
| Constructor Summary | |
def
this
|
|
| Val inherited from scala.dbc.datatype.CharacterString | |
| nativeTypeId |
| Def Summary | |
def
isEquivalent
(datatype: scala.dbc.DataType)
: scala.Boolean
|
|
def
isSubtypeOf
(datatype: scala.dbc.DataType)
: scala.Boolean
|
|
abstract
|
def
length
: scala.Int
The length of the string defined in characters. |
override
|
def
sqlString
: java.lang.String
A SQL-99 compliant string representation of the type. |
| Def inherited from scala.dbc.datatype.CharacterString | |
| encoding |
| Constructor Detail |
| Def Detail |
def
isEquivalent
(datatype: scala.dbc.DataType): scala.Boolean
def
isSubtypeOf
(datatype: scala.dbc.DataType): scala.Boolean
abstract
def
length
: scala.Int
override
def
sqlString
: java.lang.String