Packages

trait SimpleInput extends Any

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleInput
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def readBigDecimal(): BigDecimal
  2. abstract def readBigInt(): BigInt
  3. abstract def readBinary(): Array[Byte]
  4. abstract def readBoolean(): Boolean
  5. abstract def readDouble(): Double
  6. abstract def readInt(): Int
  7. abstract def readLong(): Long
  8. abstract def readString(): String

Concrete Value Members

  1. def readByte(): Byte
  2. def readChar(): Char
  3. def readFloat(): Float
  4. def readShort(): Short
  5. def readTimestamp(): Long