in scala.dbc.datatype
object Factory

object Factory
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this



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

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