|
Scala 2.3.3
|
object
Factory
extends
java.lang.Object
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Val Summary | |
final
|
val
java_lang_Integer_SIZE
: scala.Int(32)
|
final
|
val
java_lang_Long_SIZE
: scala.Int(64)
|
Def Summary | |
def
bytePrecision
(precision: scala.Int, signed: scala.Boolean, safe: scala.Boolean)
: scala.Int
Returns the binary precision for an integer field. This should only be used to find precision for integer numbers. It assumes that bytes cannot be used partially (result % 8 = 0). |
|
def
create
(metadata: java.sql.ResultSetMetaData, index: scala.Int)
: scala.dbc.DataType
|
|
def
isNullable
(metadata: java.sql.ResultSetMetaData, index: scala.Int)
: scala.Option[scala.Boolean]
Returns a mullable property formated as a boolean option |
Constructor Detail |
Val Detail |
Def Detail |
def
bytePrecision
(precision: scala.Int, signed: scala.Boolean, safe: scala.Boolean): scala.Int
def
create
(metadata: java.sql.ResultSetMetaData, index: scala.Int): scala.dbc.DataType
def
isNullable
(metadata: java.sql.ResultSetMetaData, index: scala.Int): scala.Option[scala.Boolean]