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 Product with Serializable

Created by Peerapat A on Feb 5, 2017

Linear Supertypes
Serializable, Product, Equals, BinaryType, DateTimeType, TimestampType, StringType, DoubleType, LongType, IntType, BooleanType, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PStatement
  2. Serializable
  3. Product
  4. Equals
  5. BinaryType
  6. DateTimeType
  7. TimestampType
  8. StringType
  9. DoubleType
  10. LongType
  11. IntType
  12. BooleanType
  13. LazyLogging
  14. AnyRef
  15. 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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def count: PStatement
    Attributes
    protected
    Definition Classes
    PStatementBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  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[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def index: Int
    Attributes
    protected
    Definition Classes
    PStatementBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  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 productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def pstmt: PreparedStatement
    Attributes
    protected
    Definition Classes
    PStatementBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  21. def query: ResultSet
  22. def queryList[A](block: (ResultSet) => A): List[A]
  23. def queryOne[A](block: (ResultSet) => A): Option[A]
  24. def setBlob(param: Blob): PStatement
    Definition Classes
    BinaryType
  25. def setBoolean(param: Boolean): PStatement
    Definition Classes
    BooleanType
  26. def setBytes(param: Array[Byte]): PStatement
    Definition Classes
    BinaryType
  27. def setDateTime(param: DateTime): PStatement
    Definition Classes
    DateTimeType
  28. def setDouble(param: Double): PStatement
    Definition Classes
    DoubleType
  29. def setInt(param: Int): PStatement
    Definition Classes
    IntType
  30. def setJBoolean(param: JBoolean): PStatement
    Definition Classes
    BooleanType
  31. def setJDouble(param: JDouble): PStatement
    Definition Classes
    DoubleType
  32. def setJInt(param: JInt): PStatement
    Definition Classes
    IntType
  33. def setJLong(param: JLong): PStatement
    Definition Classes
    LongType
  34. def setLong(param: Long): PStatement
    Definition Classes
    LongType
  35. def setString(param: String): PStatement
    Definition Classes
    StringType
  36. def setTimestamp(param: Timestamp): PStatement
    Definition Classes
    TimestampType
  37. val sql: String
  38. val stmt: PreparedStatement
    Attributes
    protected
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def update: Int
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

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