Packages

c

in.norbor.yoda.orm

PStatement

case class PStatement(sql: String)(implicit conn: Connection) extends LazyLogging with BooleanType with IntType with LongType with DoubleType with StringType with TimestampType with DateTimeType with BinaryType with BigDecimalType with Product with Serializable

Created by Peerapat A on Feb 5, 2017

Linear Supertypes
Serializable, Serializable, Product, Equals, BigDecimalType, BinaryType, DateTimeType, TimestampType, StringType, DoubleType, LongType, IntType, BooleanType, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PStatement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BigDecimalType
  7. BinaryType
  8. DateTimeType
  9. TimestampType
  10. StringType
  11. DoubleType
  12. LongType
  13. IntType
  14. BooleanType
  15. LazyLogging
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PStatement(sql: String)(implicit conn: Connection)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addBatch(): PStatement
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def count: PStatement
    Attributes
    protected
    Definition Classes
    PStatementBigDecimalTypeBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  8. def createBlob: Blob
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def executeBatch: Array[Int]
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def index: Int
    Attributes
    protected
    Definition Classes
    PStatementBigDecimalTypeBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def pstmt: PreparedStatement
    Attributes
    protected
    Definition Classes
    PStatementBigDecimalTypeBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  20. def query: ResultSet
  21. def queryLimit[A](max: Int, block: (ResultSet) ⇒ A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): List[A]
  22. def queryLimit[A](max: Int)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): List[A]
  23. def queryList[A](block: (ResultSet) ⇒ A): List[A]
  24. def queryList[A](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): List[A]
  25. def queryOne[A](block: (ResultSet) ⇒ A): Option[A]
  26. def queryOne[A](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): Option[A]
  27. def queryRange[A](offset: Int, length: Int, block: (ResultSet) ⇒ A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): List[A]

    offset

    is counter of list start from 0

    length

    is size of return record

  28. def queryRange[A](offset: Int, length: Int)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): List[A]

    offset

    is counter of list start from 0

    length

    is size of return record

  29. def setBigDecimal(param: BigDecimal): PStatement
    Definition Classes
    BigDecimalType
  30. def setBigDecimal(param: BigDecimal): PStatement
    Definition Classes
    BigDecimalType
  31. def setBlob(param: Blob): PStatement
    Definition Classes
    BinaryType
  32. def setBoolean(param: Boolean): PStatement
    Definition Classes
    BooleanType
  33. def setBytes(param: Array[Byte]): PStatement
    Definition Classes
    BinaryType
  34. def setDateTime(param: DateTime): PStatement
    Definition Classes
    DateTimeType
  35. def setDouble(param: Double): PStatement
    Definition Classes
    DoubleType
  36. def setInt(param: Int): PStatement
    Definition Classes
    IntType
  37. def setJBoolean(param: JBoolean): PStatement
    Definition Classes
    BooleanType
  38. def setJDouble(param: JDouble): PStatement
    Definition Classes
    DoubleType
  39. def setJInt(param: JInt): PStatement
    Definition Classes
    IntType
  40. def setJLong(param: JLong): PStatement
    Definition Classes
    LongType
  41. def setLong(param: Long): PStatement
    Definition Classes
    LongType
  42. def setString(param: String): PStatement
    Definition Classes
    StringType
  43. def setTimestamp(param: Timestamp): PStatement
    Definition Classes
    TimestampType
  44. val sql: String
  45. val stmt: PreparedStatement
    Attributes
    protected
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def update: Int
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BigDecimalType

Inherited from BinaryType

Inherited from DateTimeType

Inherited from TimestampType

Inherited from StringType

Inherited from DoubleType

Inherited from LongType

Inherited from IntType

Inherited from BooleanType

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped