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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

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