class YupanaPreparedStatement extends YupanaStatement with PreparedStatement

Annotations
@throws( ... )
Linear Supertypes
PreparedStatement, YupanaStatement, Statement, AutoCloseable, Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YupanaPreparedStatement
  2. PreparedStatement
  3. YupanaStatement
  4. Statement
  5. AutoCloseable
  6. Wrapper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YupanaPreparedStatement(connection: YupanaConnection, templateQuery: String)
    Attributes
    protected[jdbc]

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(): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  5. def addBatch(s: String): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cancel(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  8. def clearBatch(): Unit
    Definition Classes
    YupanaPreparedStatementYupanaStatement → Statement
    Annotations
    @throws( ... )
  9. def clearParameters(): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  10. def clearWarnings(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def close(): Unit
    Definition Classes
    YupanaStatement → Statement → AutoCloseable
    Annotations
    @throws( ... )
  13. def closeOnCompletion(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  14. val connection: YupanaConnection
    Definition Classes
    YupanaStatement
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def execute(): Boolean
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  18. def execute(sql: String, columnNames: Array[String]): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  19. def execute(sql: String, columnIndexes: Array[Int]): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  20. def execute(sql: String, autoGeneratedKeys: Int): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  21. def execute(sql: String): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  22. def executeBatch(): Array[Int]
    Definition Classes
    YupanaPreparedStatementYupanaStatement → Statement
    Annotations
    @throws( ... )
  23. def executeLargeBatch(): Array[Long]
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  24. def executeLargeUpdate(): Long
    Definition Classes
    PreparedStatement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  25. def executeLargeUpdate(arg0: String, arg1: Array[String]): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  26. def executeLargeUpdate(arg0: String, arg1: Array[Int]): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  27. def executeLargeUpdate(arg0: String, arg1: Int): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  28. def executeLargeUpdate(arg0: String): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  29. def executeQuery(): ResultSet
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  30. def executeQuery(sql: String): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  31. def executeUpdate(): Int
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  32. def executeUpdate(sql: String, columnNames: Array[String]): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  33. def executeUpdate(sql: String, columnIndexes: Array[Int]): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  34. def executeUpdate(sql: String, autoGeneratedKeys: Int): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  35. def executeUpdate(s: String): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def getConnection(): Connection
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  39. def getFetchDirection(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  40. def getFetchSize(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  41. def getGeneratedKeys(): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  42. def getLargeMaxRows(): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  43. def getLargeUpdateCount(): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  44. def getMaxFieldSize(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  45. def getMaxRows(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  46. def getMetaData(): ResultSetMetaData
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  47. def getMoreResults(current: Int): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  48. def getMoreResults(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  49. def getParameterMetaData(): ParameterMetaData
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  50. def getQueryTimeout(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  51. def getResultSet(): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  52. def getResultSetConcurrency(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  53. def getResultSetHoldability(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  54. def getResultSetType(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  55. def getUpdateCount(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  56. def getWarnings(): SQLWarning
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def isCloseOnCompletion(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  59. def isClosed(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  60. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  61. def isPoolable(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  62. def isWrapperFor(aClass: Class[_]): Boolean
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  63. var lastResultSet: YupanaResultSet
    Attributes
    protected
    Definition Classes
    YupanaStatement
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def setArray(parameterIndex: Int, x: Array): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  68. def setAsciiStream(parameterIndex: Int, x: InputStream, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  69. def setAsciiStream(parameterIndex: Int, x: InputStream, length: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  70. def setAsciiStream(parameterIndex: Int, x: InputStream): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  71. def setBigDecimal(parameterIndex: Int, x: BigDecimal): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  72. def setBinaryStream(parameterIndex: Int, x: InputStream, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  73. def setBinaryStream(parameterIndex: Int, x: InputStream, length: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  74. def setBinaryStream(parameterIndex: Int, x: InputStream): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  75. def setBlob(parameterIndex: Int, x: InputStream, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  76. def setBlob(parameterIndex: Int, x: InputStream): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  77. def setBlob(parameterIndex: Int, x: Blob): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  78. def setBoolean(parameterIndex: Int, x: Boolean): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  79. def setByte(parameterIndex: Int, x: Byte): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  80. def setBytes(parameterIndex: Int, x: Array[Byte]): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  81. def setCharacterStream(parameterIndex: Int, x: Reader, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  82. def setCharacterStream(parameterIndex: Int, x: Reader, length: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  83. def setCharacterStream(parameterIndex: Int, x: Reader): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  84. def setClob(parameterIndex: Int, x: Reader, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  85. def setClob(parameterIndex: Int, x: Reader): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  86. def setClob(parameterIndex: Int, x: Clob): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  87. def setCursorName(s: String): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  88. def setDate(parameterIndex: Int, x: Date, cal: Calendar): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  89. def setDate(parameterIndex: Int, x: Date): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  90. def setDouble(parameterIndex: Int, x: Double): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  91. def setEscapeProcessing(b: Boolean): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  92. def setFetchDirection(fetchDirection: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  93. def setFetchSize(fetchSize: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  94. def setFloat(parameterIndex: Int, x: Float): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  95. def setInt(parameterIndex: Int, x: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  96. def setLargeMaxRows(arg0: Long): Unit
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  97. def setLong(parameterIndex: Int, x: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  98. def setMaxFieldSize(i: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  99. def setMaxRows(maxRows: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  100. def setNCharacterStream(parameterIndex: Int, x: Reader, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  101. def setNCharacterStream(parameterIndex: Int, x: Reader): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  102. def setNClob(parameterIndex: Int, x: Reader, length: Long): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  103. def setNClob(parameterIndex: Int, x: Reader): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  104. def setNClob(parameterIndex: Int, x: NClob): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  105. def setNString(parameterIndex: Int, x: String): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  106. def setNull(parameterIndex: Int, sqlType: Int, typeName: String): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  107. def setNull(parameterIndex: Int, sqlType: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  108. def setObject(parameterIndex: Int, x: Any, targetSqlType: Int, scaleOrLength: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  109. def setObject(parameterIndex: Int, x: Any, targetSqlType: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  110. def setObject(parameterIndex: Int, x: AnyRef): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  111. def setObject(arg0: Int, arg1: Any, arg2: SQLType): Unit
    Definition Classes
    PreparedStatement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  112. def setObject(arg0: Int, arg1: Any, arg2: SQLType, arg3: Int): Unit
    Definition Classes
    PreparedStatement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  113. def setPoolable(b: Boolean): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  114. def setQueryTimeout(i: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  115. def setRef(parameterIndex: Int, x: Ref): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  116. def setRowId(parameterIndex: Int, x: RowId): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  117. def setSQLXML(parameterIndex: Int, x: SQLXML): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  118. def setShort(parameterIndex: Int, x: Short): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  119. def setString(parameterIndex: Int, x: String): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  120. def setTime(parameterIndex: Int, x: Time, cal: Calendar): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  121. def setTime(parameterIndex: Int, x: Time): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  122. def setTimestamp(parameterIndex: Int, x: Timestamp, cal: Calendar): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  123. def setTimestamp(parameterIndex: Int, x: Timestamp): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  124. def setURL(parameterIndex: Int, x: URL): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  125. def setUnicodeStream(parameterIndex: Int, x: InputStream, length: Int): Unit
    Definition Classes
    YupanaPreparedStatement → PreparedStatement
    Annotations
    @throws( ... )
  126. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  127. def toString(): String
    Definition Classes
    AnyRef → Any
  128. def unwrap[T](aClass: Class[T]): T
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  129. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PreparedStatement

Inherited from YupanaStatement

Inherited from Statement

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped