|
Scala 2
|
||
object
DataTypeUtil
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
bigint
: ExactNumeric
|
|
def
boolean
: Boolean
|
|
def
character
( _length : scala.Int )
: Character
|
|
def
characterLargeObject
: CharacterLargeObject
|
|
def
characterVarying
( _length : scala.Int )
: CharacterVarying
|
|
def
doublePrecision
: ApproximateNumeric
|
|
def
integer
: ExactNumeric
|
|
def
numeric
( _precision : scala.Int )
: DataType
|
|
def
numeric
( _precision : scala.Int , _scale : scala.Int )
: DataType
|
|
def
real
: ApproximateNumeric
|
|
def
smallint
: ExactNumeric
|
|
def
tinyint
: ExactNumeric
|
Constructor Detail |
def
this
Def Detail |
def
bigint
: ExactNumeric
def
boolean
: Boolean
def
character
( _length : scala.Int ) : Character
def
characterLargeObject
: CharacterLargeObject
def
characterVarying
( _length : scala.Int ) : CharacterVarying
def
doublePrecision
: ApproximateNumeric
def
integer
: ExactNumeric
def
numeric
( _precision : scala.Int ) : DataType
def
numeric
( _precision : scala.Int , _scale : scala.Int ) : DataType
def
real
: ApproximateNumeric
def
smallint
: ExactNumeric
def
tinyint
: ExactNumeric