Class

slick.jdbc

PositionedResult

Related Doc: package jdbc

Permalink

abstract class PositionedResult extends Closeable

A database result positioned at a row and column.

Self Type
PositionedResult
Source
PositionedResult.scala
Linear Supertypes
Closeable, AutoCloseable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PositionedResult
  2. Closeable
  3. AutoCloseable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PositionedResult(rs: ResultSet)

    Permalink

Type Members

  1. final class To[C[_]] extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def close(): Unit

    Permalink

    Close the ResultSet and the statement which created it.

    Close the ResultSet and the statement which created it.

    Definition Classes
    PositionedResult → Closeable → AutoCloseable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to any2stringadd[PositionedResult] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PositionedResult, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to ArrowAssoc[PositionedResult] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def <<[T](implicit f: GetResult[T]): T

    Permalink
  6. final def <<?[T](implicit f: GetResult[Option[T]]): Option[T]

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def build[C[_], R](gr: GetResult[R])(implicit canBuildFrom: CanBuildFrom[Nothing, R, C[R]]): C[R]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def currentPos: Int

    Permalink
  12. def ensuring(cond: (PositionedResult) ⇒ Boolean, msg: ⇒ Any): PositionedResult

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to Ensuring[PositionedResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (PositionedResult) ⇒ Boolean): PositionedResult

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to Ensuring[PositionedResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): PositionedResult

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to Ensuring[PositionedResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): PositionedResult

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to Ensuring[PositionedResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to StringFormat[PositionedResult] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def hasMoreColumns: Boolean

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def nextBigDecimal(): BigDecimal

    Permalink
  26. final def nextBigDecimalOption(): Option[BigDecimal]

    Permalink
  27. final def nextBlob(): Blob

    Permalink
  28. final def nextBlobOption(): Option[Blob]

    Permalink
  29. final def nextBoolean(): Boolean

    Permalink
  30. final def nextBooleanOption(): Option[Boolean]

    Permalink
  31. final def nextByte(): Byte

    Permalink
  32. final def nextByteOption(): Option[Byte]

    Permalink
  33. final def nextBytes(): Array[Byte]

    Permalink
  34. final def nextBytesOption(): Option[Array[Byte]]

    Permalink
  35. final def nextClob(): Clob

    Permalink
  36. final def nextClobOption(): Option[Clob]

    Permalink
  37. final def nextDate(): Date

    Permalink
  38. final def nextDateOption(): Option[Date]

    Permalink
  39. final def nextDouble(): Double

    Permalink
  40. final def nextDoubleOption(): Option[Double]

    Permalink
  41. final def nextFloat(): Float

    Permalink
  42. final def nextFloatOption(): Option[Float]

    Permalink
  43. final def nextInt(): Int

    Permalink
  44. final def nextIntOption(): Option[Int]

    Permalink
  45. final def nextLong(): Long

    Permalink
  46. final def nextLongOption(): Option[Long]

    Permalink
  47. final def nextObject(): AnyRef

    Permalink
  48. final def nextObjectOption(): Option[AnyRef]

    Permalink
  49. def nextRow: Boolean

    Permalink
  50. final def nextShort(): Short

    Permalink
  51. final def nextShortOption(): Option[Short]

    Permalink
  52. final def nextString(): String

    Permalink
  53. final def nextStringOption(): Option[String]

    Permalink
  54. final def nextTime(): Time

    Permalink
  55. final def nextTimeOption(): Option[Time]

    Permalink
  56. final def nextTimestamp(): Timestamp

    Permalink
  57. final def nextTimestampOption(): Option[Timestamp]

    Permalink
  58. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. lazy val numColumns: Int

    Permalink
  61. var pos: Int

    Permalink
    Attributes
    protected[this]
  62. final def restart: PositionedResult

    Permalink
  63. final def rewind: PositionedResult

    Permalink
  64. val rs: ResultSet

    Permalink
  65. final def skip: PositionedResult

    Permalink
  66. val startPos: Int

    Permalink
    Attributes
    protected[this]
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. final def to[C[_]]: To[C]

    Permalink
  69. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  70. final def updateBigDecimal(v: BigDecimal): Unit

    Permalink
  71. final def updateBigDecimalOption(v: Option[BigDecimal]): Unit

    Permalink
  72. final def updateBlob(v: Blob): Unit

    Permalink
  73. final def updateBlobOption(v: Option[Blob]): Unit

    Permalink
  74. final def updateBoolean(v: Boolean): Unit

    Permalink
  75. final def updateBooleanOption(v: Option[Boolean]): Unit

    Permalink
  76. final def updateByte(v: Byte): Unit

    Permalink
  77. final def updateByteOption(v: Option[Byte]): Unit

    Permalink
  78. final def updateBytes(v: Array[Byte]): Unit

    Permalink
  79. final def updateBytesOption(v: Option[Array[Byte]]): Unit

    Permalink
  80. final def updateClob(v: Clob): Unit

    Permalink
  81. final def updateClobOption(v: Option[Clob]): Unit

    Permalink
  82. final def updateDate(v: Date): Unit

    Permalink
  83. final def updateDateOption(v: Option[Date]): Unit

    Permalink
  84. final def updateDouble(v: Double): Unit

    Permalink
  85. final def updateDoubleOption(v: Option[Double]): Unit

    Permalink
  86. final def updateFloat(v: Float): Unit

    Permalink
  87. final def updateFloatOption(v: Option[Float]): Unit

    Permalink
  88. final def updateInt(v: Int): Unit

    Permalink
  89. final def updateIntOption(v: Option[Int]): Unit

    Permalink
  90. final def updateLong(v: Long): Unit

    Permalink
  91. final def updateLongOption(v: Option[Long]): Unit

    Permalink
  92. final def updateNull(): Unit

    Permalink
  93. final def updateObject(v: AnyRef): Unit

    Permalink
  94. final def updateObjectOption(v: Option[AnyRef]): Unit

    Permalink
  95. final def updateShort(v: Short): Unit

    Permalink
  96. final def updateShortOption(v: Option[Short]): Unit

    Permalink
  97. final def updateString(v: String): Unit

    Permalink
  98. final def updateStringOption(v: Option[String]): Unit

    Permalink
  99. final def updateTime(v: Time): Unit

    Permalink
  100. final def updateTimeOption(v: Option[Time]): Unit

    Permalink
  101. final def updateTimestamp(v: Timestamp): Unit

    Permalink
  102. final def updateTimestampOption(v: Option[Timestamp]): Unit

    Permalink
  103. def view(discriminatorPos: Int, dataPos: Int, discriminator: (PositionedResult) ⇒ Boolean): PositionedResult

    Permalink

    Create an embedded PositionedResult which extends from the given dataPos column until the end of this PositionedResult, starts at the current row and ends when the discriminator predicate (which can read columns starting at discriminatorPos) returns false or when this PositionedResult ends.

  104. def view1: PositionedResult

    Permalink

    Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position.

    Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position. The embedded view lasts while the discriminator stays the same. If the first discriminator value is NULL, the view is empty.

  105. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. final def wasNull(): Boolean

    Permalink
  109. def [B](y: B): (PositionedResult, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PositionedResult to ArrowAssoc[PositionedResult] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PositionedResult to any2stringadd[PositionedResult]

Inherited by implicit conversion StringFormat from PositionedResult to StringFormat[PositionedResult]

Inherited by implicit conversion Ensuring from PositionedResult to Ensuring[PositionedResult]

Inherited by implicit conversion ArrowAssoc from PositionedResult to ArrowAssoc[PositionedResult]

Ungrouped