t

org.yupana.jdbc

YupanaConnection

trait YupanaConnection extends Connection

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

Abstract Value Members

  1. abstract def abort(arg0: Executor): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  2. abstract def clearWarnings(): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  3. abstract def close(): Unit
    Definition Classes
    Connection → AutoCloseable
    Annotations
    @throws( classOf[java.sql.SQLException] )
  4. abstract def commit(): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  5. abstract def createArrayOf(arg0: String, arg1: Array[AnyRef]): Array
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  6. abstract def createBlob(): Blob
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  7. abstract def createClob(): Clob
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  8. abstract def createNClob(): NClob
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  9. abstract def createSQLXML(): SQLXML
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  10. abstract def createStatement(arg0: Int, arg1: Int, arg2: Int): Statement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  11. abstract def createStatement(arg0: Int, arg1: Int): Statement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  12. abstract def createStatement(): Statement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  13. abstract def createStruct(arg0: String, arg1: Array[AnyRef]): Struct
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  14. abstract def getAutoCommit(): Boolean
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  15. abstract def getCatalog(): String
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  16. abstract def getClientInfo(): Properties
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  17. abstract def getClientInfo(arg0: String): String
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  18. abstract def getHoldability(): Int
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  19. abstract def getMetaData(): DatabaseMetaData
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  20. abstract def getNetworkTimeout(): Int
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  21. abstract def getSchema(): String
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  22. abstract def getTransactionIsolation(): Int
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  23. abstract def getTypeMap(): Map[String, Class[_]]
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  24. abstract def getWarnings(): SQLWarning
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  25. abstract def isClosed(): Boolean
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  26. abstract def isReadOnly(): Boolean
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  27. abstract def isValid(arg0: Int): Boolean
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  28. abstract def isWrapperFor(arg0: Class[_]): Boolean
    Definition Classes
    Wrapper
    Annotations
    @throws( classOf[java.sql.SQLException] )
  29. abstract def nativeSQL(arg0: String): String
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  30. abstract def prepareCall(arg0: String, arg1: Int, arg2: Int, arg3: Int): CallableStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  31. abstract def prepareCall(arg0: String, arg1: Int, arg2: Int): CallableStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  32. abstract def prepareCall(arg0: String): CallableStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  33. abstract def prepareStatement(arg0: String, arg1: Array[String]): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  34. abstract def prepareStatement(arg0: String, arg1: Array[Int]): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  35. abstract def prepareStatement(arg0: String, arg1: Int): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  36. abstract def prepareStatement(arg0: String, arg1: Int, arg2: Int, arg3: Int): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  37. abstract def prepareStatement(arg0: String, arg1: Int, arg2: Int): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  38. abstract def prepareStatement(arg0: String): PreparedStatement
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  39. abstract def releaseSavepoint(arg0: Savepoint): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  40. abstract def rollback(arg0: Savepoint): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  41. abstract def rollback(): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  42. abstract def runBatchQuery(query: String, params: Seq[Map[Int, ParameterValue]]): Result
  43. abstract def runQuery(query: String, params: Map[Int, ParameterValue]): Result
  44. abstract def serverVersion: Option[Version]
  45. abstract def setAutoCommit(arg0: Boolean): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  46. abstract def setCatalog(arg0: String): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  47. abstract def setClientInfo(arg0: Properties): Unit
    Definition Classes
    Connection
    Annotations
    @throws( ... )
  48. abstract def setClientInfo(arg0: String, arg1: String): Unit
    Definition Classes
    Connection
    Annotations
    @throws( ... )
  49. abstract def setHoldability(arg0: Int): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  50. abstract def setNetworkTimeout(arg0: Executor, arg1: Int): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  51. abstract def setReadOnly(arg0: Boolean): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  52. abstract def setSavepoint(arg0: String): Savepoint
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  53. abstract def setSavepoint(): Savepoint
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  54. abstract def setSchema(arg0: String): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  55. abstract def setTransactionIsolation(arg0: Int): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  56. abstract def setTypeMap(arg0: Map[String, Class[_]]): Unit
    Definition Classes
    Connection
    Annotations
    @throws( classOf[java.sql.SQLException] )
  57. abstract def unwrap[T](arg0: Class[T]): T
    Definition Classes
    Wrapper
    Annotations
    @throws( classOf[java.sql.SQLException] )
  58. abstract def url: String

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped