Class/Object

com.lucidchart.relate

SqlRow

Related Docs: object SqlRow | package relate

Permalink

class SqlRow extends ResultSetWrapper

Linear Supertypes
ResultSetWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlRow
  2. ResultSetWrapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SqlRow(resultSet: ResultSet)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](col: String)(implicit arg0: ColReader[A]): A

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bigDecimal(column: String): BigDecimal

    Permalink
  7. def bigDecimalOption(column: String): Option[BigDecimal]

    Permalink
  8. def bigInt(column: String): BigInt

    Permalink
  9. def bigIntOption(column: String): Option[BigInt]

    Permalink
  10. def bool(column: String): Boolean

    Permalink
  11. def boolOption(column: String): Option[Boolean]

    Permalink
  12. def byte(column: String): Byte

    Permalink
  13. def byteArray(column: String): Array[Byte]

    Permalink
  14. def byteArrayOption(column: String): Option[Array[Byte]]

    Permalink
  15. def byteOption(column: String): Option[Byte]

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def date(column: String): Date

    Permalink
  18. def dateOption(column: String): Option[Date]

    Permalink
  19. def double(column: String): Double

    Permalink
  20. def doubleOption(column: String): Option[Double]

    Permalink
  21. def enum(column: String, e: Enumeration): Value

    Permalink
  22. def enumOption(column: String, e: Enumeration): Option[Value]

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def extractOption[A](column: String)(f: (Any) ⇒ A): Option[A]

    Permalink
    Attributes
    protected[com.lucidchart.relate]
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getResultSetOption[A](f: ⇒ A): Option[A]

    Permalink
    Attributes
    protected
  29. def getRow(): Int

    Permalink

    Get the number of the row the SqlResult is currently on

    Get the number of the row the SqlResult is currently on

    returns

    the current row number

  30. def hasColumn(column: String): Boolean

    Permalink

    Determine if the result set contains the given column name

    Determine if the result set contains the given column name

    column

    the column name to check

    returns

    whether or not the result set contains that column name

    Definition Classes
    ResultSetWrapper
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def int(column: String): Int

    Permalink
  33. def intOption(column: String): Option[Int]

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def javaBigDecimal(column: String): BigDecimal

    Permalink
  36. def javaBigDecimalOption(column: String): Option[BigDecimal]

    Permalink
  37. def javaBigInteger(column: String): BigInteger

    Permalink
  38. def javaBigIntegerOption(column: String): Option[BigInteger]

    Permalink
  39. def long(column: String): Long

    Permalink
  40. def longOption(column: String): Option[Long]

    Permalink
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def next(): Boolean

    Permalink
    Definition Classes
    ResultSetWrapper
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. def opt[A](col: String)(implicit arg0: ColReader[A]): Option[A]

    Permalink
  46. val resultSet: ResultSet

    Permalink
    Definition Classes
    SqlRowResultSetWrapper
  47. def short(column: String): Short

    Permalink
  48. def shortOption(column: String): Option[Short]

    Permalink
  49. def strictArray(column: String): Array

    Permalink
  50. def strictArrayOption(column: String): Option[Array]

    Permalink
  51. def strictAsciiStream(column: String): InputStream

    Permalink
  52. def strictAsciiStreamOption(column: String): Option[InputStream]

    Permalink
  53. def strictBigDecimal(column: String): BigDecimal

    Permalink
  54. def strictBigDecimalOption(column: String): Option[BigDecimal]

    Permalink
  55. def strictBinaryStream(column: String): InputStream

    Permalink
  56. def strictBinaryStreamOption(column: String): Option[InputStream]

    Permalink
  57. def strictBlob(column: String): Blob

    Permalink
  58. def strictBlobOption(column: String): Option[Blob]

    Permalink
  59. def strictBoolean(column: String): Boolean

    Permalink
  60. def strictBooleanOption(column: String): Option[Boolean]

    Permalink
  61. def strictByte(column: String): Byte

    Permalink
  62. def strictByteOption(column: String): Option[Byte]

    Permalink
  63. def strictBytes(column: String): Array[Byte]

    Permalink
  64. def strictBytesOption(column: String): Option[Array[Byte]]

    Permalink
  65. def strictCharacterStream(column: String): Reader

    Permalink
  66. def strictCharacterStreamOption(column: String): Option[Reader]

    Permalink
  67. def strictClob(column: String): Clob

    Permalink
  68. def strictClobOption(column: String): Option[Clob]

    Permalink
  69. def strictDate(column: String, cal: Calendar): Date

    Permalink
  70. def strictDate(column: String): Date

    Permalink
  71. def strictDateOption(column: String, cal: Calendar): Option[Date]

    Permalink
  72. def strictDateOption(column: String): Option[Date]

    Permalink
  73. def strictDouble(column: String): Double

    Permalink
  74. def strictDoubleOption(column: String): Option[Double]

    Permalink
  75. def strictFloat(column: String): Float

    Permalink
  76. def strictFloatOption(column: String): Option[Float]

    Permalink
  77. def strictInt(column: String): Int

    Permalink
  78. def strictInt(index: Int): Int

    Permalink
  79. def strictIntOption(column: String): Option[Int]

    Permalink
  80. def strictLong(column: String): Long

    Permalink
  81. def strictLong(index: Int): Long

    Permalink
  82. def strictLongOption(column: String): Option[Long]

    Permalink
  83. def strictNCharacterStream(column: String): Reader

    Permalink
  84. def strictNCharacterStreamOption(column: String): Option[Reader]

    Permalink
  85. def strictNClob(column: String): NClob

    Permalink
  86. def strictNClobOption(column: String): Option[NClob]

    Permalink
  87. def strictNString(column: String): String

    Permalink
  88. def strictNStringOption(column: String): Option[String]

    Permalink
  89. def strictObject(column: String, map: Map[String, Class[_]]): AnyRef

    Permalink
  90. def strictObject(column: String): AnyRef

    Permalink
  91. def strictObjectOption(column: String, map: Map[String, Class[_]]): Option[AnyRef]

    Permalink
  92. def strictObjectOption(column: String): Option[AnyRef]

    Permalink
  93. def strictRef(column: String): Ref

    Permalink
  94. def strictRefOption(column: String): Option[Ref]

    Permalink
  95. def strictRowId(column: String): RowId

    Permalink
  96. def strictRowIdOption(column: String): Option[RowId]

    Permalink
  97. def strictSQLXML(column: String): SQLXML

    Permalink
  98. def strictSQLXMLOption(column: String): Option[SQLXML]

    Permalink
  99. def strictShort(column: String): Short

    Permalink
  100. def strictShortOption(column: String): Option[Short]

    Permalink
  101. def strictString(column: String): String

    Permalink
  102. def strictStringOption(column: String): Option[String]

    Permalink
  103. def strictTime(column: String, cal: Calendar): Time

    Permalink
  104. def strictTime(column: String): Time

    Permalink
  105. def strictTimeOption(column: String, cal: Calendar): Option[Time]

    Permalink
  106. def strictTimeOption(column: String): Option[Time]

    Permalink
  107. def strictTimestamp(column: String, cal: Calendar): Timestamp

    Permalink
  108. def strictTimestamp(column: String): Timestamp

    Permalink
  109. def strictTimestampOption(column: String, cal: Calendar): Option[Timestamp]

    Permalink
  110. def strictTimestampOption(column: String): Option[Timestamp]

    Permalink
  111. def strictURL(column: String): URL

    Permalink
  112. def strictURLOption(column: String): Option[URL]

    Permalink
  113. def string(column: String): String

    Permalink
  114. def stringOption(column: String): Option[String]

    Permalink
  115. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  116. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  117. def uuid(column: String): UUID

    Permalink
  118. def uuidFromString(column: String): UUID

    Permalink
  119. def uuidFromStringOption(column: String): Option[UUID]

    Permalink
  120. def uuidOption(column: String): Option[UUID]

    Permalink
  121. final def wait(): Unit

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

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

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

    Permalink

    Determine if the last value extracted from the result set was null

    Determine if the last value extracted from the result set was null

    returns

    whether the last value was null

    Definition Classes
    ResultSetWrapper
  125. def withResultSet[A](f: (ResultSet) ⇒ A): A

    Permalink
    Definition Classes
    ResultSetWrapper

Inherited from ResultSetWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped