class YupanaStatement extends Statement
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- YupanaStatement
- Statement
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YupanaStatement(connection: YupanaConnection)
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(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
- YupanaStatement → Statement
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
executeLargeBatch(): Array[Long]
- Definition Classes
- Statement
- 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(sql: String): ResultSet
- Definition Classes
- YupanaStatement → Statement
- 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
getMoreResults(current: Int): Boolean
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
getMoreResults(): Boolean
- Definition Classes
- YupanaStatement → Statement
- 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
-
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
setCursorName(s: String): Unit
- Definition Classes
- YupanaStatement → Statement
- 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
setLargeMaxRows(arg0: Long): Unit
- Definition Classes
- Statement
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setMaxFieldSize(i: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setMaxRows(maxRows: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setPoolable(b: Boolean): Unit
- Definition Classes
- YupanaStatement → Statement
- Annotations
- @throws( ... )
-
def
setQueryTimeout(i: Int): Unit
- Definition Classes
- YupanaStatement → Statement
- 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()