Packages

c

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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def index: Int
    Attributes
    protected
    Definition Classes
    PStatementBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def pstmt: PreparedStatement
    Attributes
    protected
    Definition Classes
    PStatementBinaryTypeDateTimeTypeTimestampTypeStringTypeDoubleTypeLongTypeIntTypeBooleanType
  20. def query: ResultSet
  21. def queryList[A](block: (ResultSet) => A): List[A]
  22. def queryOne[A](block: (ResultSet) => A): Option[A]
  23. def setBlob(param: Blob): PStatement
    Definition Classes
    BinaryType
  24. def setBoolean(param: Boolean): PStatement
    Definition Classes
    BooleanType
  25. def setBytes(param: Array[Byte]): PStatement
    Definition Classes
    BinaryType
  26. def setDateTime(param: DateTime): PStatement
    Definition Classes
    DateTimeType
  27. def setDouble(param: Double): PStatement
    Definition Classes
    DoubleType
  28. def setInt(param: Int): PStatement
    Definition Classes
    IntType
  29. def setJBoolean(param: JBoolean): PStatement
    Definition Classes
    BooleanType
  30. def setJDouble(param: JDouble): PStatement
    Definition Classes
    DoubleType
  31. def setJInt(param: JInt): PStatement
    Definition Classes
    IntType
  32. def setJLong(param: JLong): PStatement
    Definition Classes
    LongType
  33. def setLong(param: Long): PStatement
    Definition Classes
    LongType
  34. def setString(param: String): PStatement
    Definition Classes
    StringType
  35. def setTimestamp(param: Timestamp): PStatement
    Definition Classes
    TimestampType
  36. val sql: String
  37. val stmt: PreparedStatement
    Attributes
    protected
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def update: Int
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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