in scala/dbc
object Syntax

object Syntax
extends Object
with ScalaObject

This class ..

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

boolean

  final def boolean: Boolean

tinyint

  final def tinyint: ExactNumeric[Byte]

smallint

  final def smallint: ExactNumeric[Short]

integer

  final def integer: ExactNumeric[Int]

bigint

  final def bigint: ExactNumeric[Long]

real

  final def real: ApproximateNumeric[Float]

numeric

  final def numeric(precision: Int): DataType

numeric

  final def numeric(precision: Int, scale: Int): DataType

doublePrecision

  final def doublePrecision: ApproximateNumeric[Double]

character

  final def character(length: Int): Character

characterVarying

  final def characterVarying(length: Int): CharacterVarying

characterLargeObject

  final def characterLargeObject: CharacterLargeObject

database

  final def database(server: String, username: String, password: String): Database