in scala/dbc/value
class ApproximateNumeric

abstract class ApproximateNumeric[Type]()
extends Value
with ScalaObject

Field Summary
abstract val dataType: ApproximateNumeric[Type]
     The SQL-99 type of the value.

Method Summary
  def sqlString: String
     A SQL-99 compliant string representation of the value.

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/dbc/Value-class
NativeType, nativeValue

Field Detail

dataType

  abstract val dataType: ApproximateNumeric[Type]
The SQL-99 type of the value.
Method Detail

sqlString

  def sqlString: String
A SQL-99 compliant string representation of the value.