|
Scala
1.4.0.4 |
|||
Method Summary | |
final
|
def bigint: ExactNumeric[Long]
|
final
|
def boolean: Boolean
|
final
|
def character(length: Int): Character
|
final
|
def characterLargeObject: CharacterLargeObject
|
final
|
def characterVarying(length: Int): CharacterVarying
|
final
|
def database(server: String, username: String, password: String): Database
|
final
|
def doublePrecision: ApproximateNumeric[Double]
|
final
|
def integer: ExactNumeric[Int]
|
final
|
def numeric(precision: Int): DataType
|
final
|
def numeric(precision: Int, scale: Int): DataType
|
final
|
def real: ApproximateNumeric[Float]
|
final
|
def smallint: ExactNumeric[Short]
|
final
|
def tinyint: ExactNumeric[Byte]
|
Method Detail |
final def boolean: Boolean
final def tinyint: ExactNumeric[Byte]
final def smallint: ExactNumeric[Short]
final def integer: ExactNumeric[Int]
final def bigint: ExactNumeric[Long]
final def real: ApproximateNumeric[Float]
final def numeric(precision: Int): DataType
final def numeric(precision: Int, scale: Int): DataType
final def doublePrecision: ApproximateNumeric[Double]
final def character(length: Int): Character
final def characterVarying(length: Int): CharacterVarying
final def characterLargeObject: CharacterLargeObject
final def database(server: String, username: String, password: String): Database
|
Scala
1.4.0.4 |
|||