c

org.yupana.jdbc

YupanaConnectionImpl

class YupanaConnectionImpl extends YupanaConnection

Linear Supertypes
YupanaConnection, Connection, AutoCloseable, Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YupanaConnectionImpl
  2. YupanaConnection
  3. Connection
  4. AutoCloseable
  5. Wrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YupanaConnectionImpl(url: String, properties: Properties)

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 abort(executor: Executor): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearWarnings(): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Unit
    Definition Classes
    YupanaConnectionImpl → Connection → AutoCloseable
    Annotations
    @throws( ... )
  9. def commit(): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  10. def createArrayOf(s: String, objects: Array[AnyRef]): Array
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  11. def createBlob(): Blob
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  12. def createClob(): Clob
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  13. def createNClob(): NClob
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  14. def createSQLXML(): SQLXML
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  15. def createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  16. def createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  17. def createStatement(): Statement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  18. def createStruct(s: String, objects: Array[AnyRef]): Struct
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getAutoCommit(): Boolean
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  23. def getCatalog(): String
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getClientInfo(): Properties
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  26. def getClientInfo(s: String): String
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  27. def getHoldability(): Int
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  28. lazy val getMetaData: DatabaseMetaData
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  29. def getNetworkTimeout(): Int
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  30. def getSchema(): String
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  31. def getTransactionIsolation(): Int
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  32. def getTypeMap(): Map[String, Class[_]]
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  33. def getWarnings(): SQLWarning
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def isClosed(): Boolean
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isReadOnly(): Boolean
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  38. def isValid(i: Int): Boolean
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  39. def isWrapperFor(aClass: Class[_]): Boolean
    Definition Classes
    YupanaConnectionImpl → Wrapper
    Annotations
    @throws( ... )
  40. def nativeSQL(s: String): String
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Nothing
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  45. def prepareCall(s: String, i: Int, i1: Int): CallableStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  46. def prepareCall(s: String): CallableStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  47. def prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  48. def prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  49. def prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  50. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  51. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  52. def prepareStatement(sql: String): PreparedStatement
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  53. def releaseSavepoint(savepoint: Savepoint): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  54. def rollback(savepoint: Savepoint): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  55. def rollback(): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  56. def runBatchQuery(query: String, params: Seq[Map[Int, ParameterValue]]): Result
    Definition Classes
    YupanaConnectionImplYupanaConnection
  57. def runQuery(query: String, params: Map[Int, ParameterValue]): Result
    Definition Classes
    YupanaConnectionImplYupanaConnection
  58. val serverVersion: Option[Version]
    Definition Classes
    YupanaConnectionImplYupanaConnection
  59. def setAutoCommit(autoCommit: Boolean): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  60. def setCatalog(s: String): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  61. def setClientInfo(properties: Properties): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  62. def setClientInfo(s: String, s1: String): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  63. def setHoldability(holdability: Int): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  64. def setNetworkTimeout(executor: Executor, i: Int): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  65. def setReadOnly(b: Boolean): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  66. def setSavepoint(s: String): Savepoint
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  67. def setSavepoint(): Savepoint
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  68. def setSchema(s: String): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  69. def setTransactionIsolation(i: Int): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  70. def setTypeMap(map: Map[String, Class[_]]): Unit
    Definition Classes
    YupanaConnectionImpl → Connection
    Annotations
    @throws( ... )
  71. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. def unwrap[T](aClass: Class[T]): T
    Definition Classes
    YupanaConnectionImpl → Wrapper
    Annotations
    @throws( ... )
  74. val url: String
    Definition Classes
    YupanaConnectionImplYupanaConnection
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from YupanaConnection

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped