in scala.dbc.datatype
object Factory

object Factory
extends java.lang.Object
with 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 : java.sql.ResultSetMetaData , index : scala.Int ) : DataType

def isNullable ( metadata : java.sql.ResultSetMetaData , index : scala.Int ) : Option
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 : java.sql.ResultSetMetaData , index : scala.Int ) : DataType

def isNullable ( metadata : java.sql.ResultSetMetaData , index : scala.Int ) : Option
Returns a mullable property formated as a boolean option