Class

org.yupana.jdbc

YupanaStatement

Related Doc: package jdbc

Permalink

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)

    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 addBatch(s: String): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cancel(): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  7. def clearBatch(): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  8. def clearWarnings(): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement → AutoCloseable
    Annotations
    @throws( ... )
  11. def closeOnCompletion(): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  12. val connection: YupanaConnection

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def execute(sql: String, columnNames: Array[String]): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  16. def execute(sql: String, columnIndexes: Array[Int]): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  17. def execute(sql: String, autoGeneratedKeys: Int): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  18. def execute(sql: String): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  19. def executeBatch(): Array[Int]

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  20. def executeLargeBatch(): Array[Long]

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  21. def executeLargeUpdate(arg0: String, arg1: Array[String]): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  22. def executeLargeUpdate(arg0: String, arg1: Array[Int]): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  23. def executeLargeUpdate(arg0: String, arg1: Int): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  24. def executeLargeUpdate(arg0: String): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  25. def executeQuery(sql: String): ResultSet

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  26. def executeUpdate(sql: String, columnNames: Array[String]): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  27. def executeUpdate(sql: String, columnIndexes: Array[Int]): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  28. def executeUpdate(sql: String, autoGeneratedKeys: Int): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  29. def executeUpdate(s: String): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  30. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getConnection(): Connection

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  33. def getFetchDirection(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  34. def getFetchSize(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  35. def getGeneratedKeys(): ResultSet

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  36. def getLargeMaxRows(): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  37. def getLargeUpdateCount(): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  38. def getMaxFieldSize(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  39. def getMaxRows(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  40. def getMoreResults(current: Int): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  41. def getMoreResults(): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  42. def getQueryTimeout(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  43. def getResultSet(): ResultSet

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  44. def getResultSetConcurrency(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  45. def getResultSetHoldability(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  46. def getResultSetType(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  47. def getUpdateCount(): Int

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  48. def getWarnings(): SQLWarning

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. def isCloseOnCompletion(): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  51. def isClosed(): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. def isPoolable(): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  54. def isWrapperFor(aClass: Class[_]): Boolean

    Permalink
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  55. var lastResultSet: YupanaResultSet

    Permalink
    Attributes
    protected
  56. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  59. def setCursorName(s: String): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  60. def setEscapeProcessing(b: Boolean): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  61. def setFetchDirection(fetchDirection: Int): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  62. def setFetchSize(fetchSize: Int): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  63. def setLargeMaxRows(arg0: Long): Unit

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  64. def setMaxFieldSize(i: Int): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  65. def setMaxRows(maxRows: Int): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  66. def setPoolable(b: Boolean): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  67. def setQueryTimeout(i: Int): Unit

    Permalink
    Definition Classes
    YupanaStatement → Statement
    Annotations
    @throws( ... )
  68. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  70. def unwrap[T](aClass: Class[T]): T

    Permalink
    Definition Classes
    YupanaStatement → Wrapper
    Annotations
    @throws( ... )
  71. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Statement

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped