|
Scala
1.4.0.4 |
|||
| Method Summary | |
def isEquivalent(datatype: DataType): Boolean
Tests whether this datatype is equivalent to another. |
|
def isSubtypeOf(datatype: DataType): Boolean
Tests whether this datatype is equivalent or a subtype of another datatype. |
|
abstract
|
def length: Int
The maximal length of the string defined in characters. |
override
|
def sqlString: String
A SQL-99 compliant string representation of the type. |
| 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 |
| nullable |
| Methods inherited from scala/dbc/datatype/CharacterString-class |
| NativeType, encoding, nativeTypeId |
| Methods inherited from scala/dbc/datatype/String-class |
| maxLength |
| Method Detail |
def isEquivalent(datatype: DataType): Boolean
def isSubtypeOf(datatype: DataType): Boolean
A is said to be subtype of type
B if any value of type A can be
represented as a value of type B.
abstract def length: Int
override def sqlString: String
|
Scala
1.4.0.4 |
|||