in scala.dbc.datatype
object Factory

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: , index: scala.Int) : scala.dbc.DataType

def isNullable (metadata: , index: scala.Int) : scala.Option[scala.Boolean]
Returns a mullable property formated as a boolean option
Constructor Detail
def this

Val Detail
final val java_lang_Integer_SIZE : scala.Int(32)

final val java_lang_Long_SIZE : scala.Int(64)

Def Detail
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: , index: scala.Int): scala.dbc.DataType

def isNullable (metadata: , index: scala.Int): scala.Option[scala.Boolean]
Returns a mullable property formated as a boolean option