c

org.yupana.jdbc

YupanaStatement

class YupanaStatement extends Statement

Linear Supertypes
Statement, AutoCloseable, Wrapper, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YupanaStatement
  2. Statement
  3. AutoCloseable
  4. Wrapper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YupanaStatement(connection: YupanaConnection)

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(s: String): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  7. def clearBatch(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  8. def clearWarnings(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def close(): Unit
    Definition Classes
    YupanaStatement → Statement → AutoCloseable
    Annotations
    @throws( ... )
  11. def closeOnCompletion(): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  12. val connection: YupanaConnection
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def execute(sql: String, columnNames: Array[String]): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  16. def execute(sql: String, columnIndexes: Array[Int]): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  17. def execute(sql: String, autoGeneratedKeys: Int): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  18. def execute(sql: String): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  19. def executeBatch(): Array[Int]
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  20. def executeLargeBatch(): Array[Long]
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  21. def executeLargeUpdate(arg0: String, arg1: Array[String]): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  22. def executeLargeUpdate(arg0: String, arg1: Array[Int]): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  23. def executeLargeUpdate(arg0: String, arg1: Int): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  24. def executeLargeUpdate(arg0: String): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  25. def executeQuery(sql: String): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  26. def executeUpdate(sql: String, columnNames: Array[String]): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  27. def executeUpdate(sql: String, columnIndexes: Array[Int]): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  28. def executeUpdate(sql: String, autoGeneratedKeys: Int): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  29. def executeUpdate(s: String): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getConnection(): Connection
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  33. def getFetchDirection(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  34. def getFetchSize(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  35. def getGeneratedKeys(): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  36. def getLargeMaxRows(): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  37. def getLargeUpdateCount(): Long
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  38. def getMaxFieldSize(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  39. def getMaxRows(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  40. def getMoreResults(current: Int): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  41. def getMoreResults(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  42. def getQueryTimeout(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  43. def getResultSet(): ResultSet
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  44. def getResultSetConcurrency(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  45. def getResultSetHoldability(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  46. def getResultSetType(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  47. def getUpdateCount(): Int
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  48. def getWarnings(): SQLWarning
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def isCloseOnCompletion(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  51. def isClosed(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def isPoolable(): Boolean
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  54. def isWrapperFor(aClass: Class[_]): Boolean
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  55. var lastResultSet: YupanaResultSet
    Attributes
    protected
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. def setCursorName(s: String): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  60. def setEscapeProcessing(b: Boolean): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  61. def setFetchDirection(fetchDirection: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  62. def setFetchSize(fetchSize: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  63. def setLargeMaxRows(arg0: Long): Unit
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  64. def setMaxFieldSize(i: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  65. def setMaxRows(maxRows: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  66. def setPoolable(b: Boolean): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  67. def setQueryTimeout(i: Int): Unit
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  68. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. def unwrap[T](aClass: Class[T]): T
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Statement

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped