class YupanaPreparedStatement extends YupanaStatement with PreparedStatement
- Annotations
- @throws( ... )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YupanaPreparedStatement
- PreparedStatement
- YupanaStatement
- Statement
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
YupanaPreparedStatement(connection: YupanaConnection, templateQuery: String)
- Attributes
- protected[jdbc]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addBatch(): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
addBatch(s: String): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cancel(): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
clearBatch(): Unit
- Definition Classes
- YupanaPreparedStatement → YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
clearParameters(): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
clearWarnings(): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- YupanaStatement → Statement → AutoCloseable
- Annotations
- @throws( ... )
-
def
closeOnCompletion(): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
val
connection: YupanaConnection
- Definition Classes
- YupanaStatement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(): Boolean
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
execute(sql: String, columnNames: Array[String]): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
execute(sql: String, columnIndexes: Array[Int]): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
execute(sql: String, autoGeneratedKeys: Int): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
execute(sql: String): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeBatch(): Array[Int]
- Definition Classes
- YupanaPreparedStatement → YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeLargeBatch(): Array[Long]
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeLargeUpdate(): Long
- Definition Classes
- PreparedStatement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeLargeUpdate(arg0: String, arg1: Array[String]): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeLargeUpdate(arg0: String, arg1: Array[Int]): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeLargeUpdate(arg0: String, arg1: Int): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeLargeUpdate(arg0: String): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
executeQuery(): ResultSet
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
executeQuery(sql: String): ResultSet
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeUpdate(): Int
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
executeUpdate(sql: String, columnNames: Array[String]): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeUpdate(sql: String, columnIndexes: Array[Int]): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeUpdate(sql: String, autoGeneratedKeys: Int): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeUpdate(s: String): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConnection(): Connection
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getFetchDirection(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getFetchSize(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getGeneratedKeys(): ResultSet
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getLargeMaxRows(): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getLargeUpdateCount(): Long
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getMaxFieldSize(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getMaxRows(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getMetaData(): ResultSetMetaData
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
getMoreResults(current: Int): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getMoreResults(): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getParameterMetaData(): ParameterMetaData
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
getQueryTimeout(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getResultSet(): ResultSet
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getResultSetConcurrency(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getResultSetHoldability(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getResultSetType(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getUpdateCount(): Int
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getWarnings(): SQLWarning
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isCloseOnCompletion(): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
isClosed(): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPoolable(): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
isWrapperFor(aClass: Class[_]): Boolean
- Definition Classes
- YupanaStatement → Wrapper
- Annotations
- @throws( ... )
-
var
lastResultSet: YupanaResultSet
- Attributes
- protected
- Definition Classes
- YupanaStatement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setArray(parameterIndex: Int, x: Array): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setAsciiStream(parameterIndex: Int, x: InputStream, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setAsciiStream(parameterIndex: Int, x: InputStream, length: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setAsciiStream(parameterIndex: Int, x: InputStream): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBigDecimal(parameterIndex: Int, x: BigDecimal): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBinaryStream(parameterIndex: Int, x: InputStream, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBinaryStream(parameterIndex: Int, x: InputStream, length: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBinaryStream(parameterIndex: Int, x: InputStream): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBlob(parameterIndex: Int, x: InputStream, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBlob(parameterIndex: Int, x: InputStream): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBlob(parameterIndex: Int, x: Blob): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBoolean(parameterIndex: Int, x: Boolean): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setByte(parameterIndex: Int, x: Byte): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setBytes(parameterIndex: Int, x: Array[Byte]): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setCharacterStream(parameterIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setCharacterStream(parameterIndex: Int, x: Reader, length: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setCharacterStream(parameterIndex: Int, x: Reader): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setClob(parameterIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setClob(parameterIndex: Int, x: Reader): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setClob(parameterIndex: Int, x: Clob): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setCursorName(s: String): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setDate(parameterIndex: Int, x: Date, cal: Calendar): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setDate(parameterIndex: Int, x: Date): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setDouble(parameterIndex: Int, x: Double): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setEscapeProcessing(b: Boolean): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setFetchDirection(fetchDirection: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setFetchSize(fetchSize: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setFloat(parameterIndex: Int, x: Float): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setInt(parameterIndex: Int, x: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setLargeMaxRows(arg0: Long): Unit
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setLong(parameterIndex: Int, x: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setMaxFieldSize(i: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setMaxRows(maxRows: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setNCharacterStream(parameterIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNCharacterStream(parameterIndex: Int, x: Reader): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNClob(parameterIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNClob(parameterIndex: Int, x: Reader): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNClob(parameterIndex: Int, x: NClob): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNString(parameterIndex: Int, x: String): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNull(parameterIndex: Int, sqlType: Int, typeName: String): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setNull(parameterIndex: Int, sqlType: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setObject(parameterIndex: Int, x: Any, targetSqlType: Int, scaleOrLength: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setObject(parameterIndex: Int, x: Any, targetSqlType: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setObject(parameterIndex: Int, x: AnyRef): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setObject(arg0: Int, arg1: Any, arg2: SQLType): Unit
- Definition Classes
- PreparedStatement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setObject(arg0: Int, arg1: Any, arg2: SQLType, arg3: Int): Unit
- Definition Classes
- PreparedStatement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setPoolable(b: Boolean): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setQueryTimeout(i: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setRef(parameterIndex: Int, x: Ref): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setRowId(parameterIndex: Int, x: RowId): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setSQLXML(parameterIndex: Int, x: SQLXML): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setShort(parameterIndex: Int, x: Short): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setString(parameterIndex: Int, x: String): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setTime(parameterIndex: Int, x: Time, cal: Calendar): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setTime(parameterIndex: Int, x: Time): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setTimestamp(parameterIndex: Int, x: Timestamp, cal: Calendar): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setTimestamp(parameterIndex: Int, x: Timestamp): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setURL(parameterIndex: Int, x: URL): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
def
setUnicodeStream(parameterIndex: Int, x: InputStream, length: Int): Unit
- Definition Classes
- YupanaPreparedStatement → PreparedStatement
- Annotations
- @throws( ... )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unwrap[T](aClass: Class[T]): T
- Definition Classes
- YupanaStatement → Wrapper
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()