trait YupanaConnection extends Connection
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- YupanaConnection
- Connection
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
abort(arg0: Executor): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
clearWarnings(): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
close(): Unit
- Definition Classes
- Connection → AutoCloseable
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
commit(): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createArrayOf(arg0: String, arg1: Array[AnyRef]): Array
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createBlob(): Blob
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createClob(): Clob
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createNClob(): NClob
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createSQLXML(): SQLXML
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createStatement(arg0: Int, arg1: Int, arg2: Int): Statement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createStatement(arg0: Int, arg1: Int): Statement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createStatement(): Statement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
createStruct(arg0: String, arg1: Array[AnyRef]): Struct
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getAutoCommit(): Boolean
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getCatalog(): String
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getClientInfo(): Properties
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getClientInfo(arg0: String): String
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getHoldability(): Int
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getMetaData(): DatabaseMetaData
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getNetworkTimeout(): Int
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getSchema(): String
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getTransactionIsolation(): Int
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getTypeMap(): Map[String, Class[_]]
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
getWarnings(): SQLWarning
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
isClosed(): Boolean
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
isReadOnly(): Boolean
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
isValid(arg0: Int): Boolean
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
isWrapperFor(arg0: Class[_]): Boolean
- Definition Classes
- Wrapper
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
nativeSQL(arg0: String): String
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareCall(arg0: String, arg1: Int, arg2: Int, arg3: Int): CallableStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareCall(arg0: String, arg1: Int, arg2: Int): CallableStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareCall(arg0: String): CallableStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String, arg1: Array[String]): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String, arg1: Array[Int]): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String, arg1: Int): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String, arg1: Int, arg2: Int, arg3: Int): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String, arg1: Int, arg2: Int): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
prepareStatement(arg0: String): PreparedStatement
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
releaseSavepoint(arg0: Savepoint): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
rollback(arg0: Savepoint): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
rollback(): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
- abstract def runBatchQuery(query: String, params: Seq[Map[Int, ParameterValue]]): Result
- abstract def runQuery(query: String, params: Map[Int, ParameterValue]): Result
- abstract def serverVersion: Option[Version]
-
abstract
def
setAutoCommit(arg0: Boolean): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setCatalog(arg0: String): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setClientInfo(arg0: Properties): Unit
- Definition Classes
- Connection
- Annotations
- @throws( ... )
-
abstract
def
setClientInfo(arg0: String, arg1: String): Unit
- Definition Classes
- Connection
- Annotations
- @throws( ... )
-
abstract
def
setHoldability(arg0: Int): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setNetworkTimeout(arg0: Executor, arg1: Int): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setReadOnly(arg0: Boolean): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setSavepoint(arg0: String): Savepoint
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setSavepoint(): Savepoint
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setSchema(arg0: String): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setTransactionIsolation(arg0: Int): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
setTypeMap(arg0: Map[String, Class[_]]): Unit
- Definition Classes
- Connection
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
abstract
def
unwrap[T](arg0: Class[T]): T
- Definition Classes
- Wrapper
- Annotations
- @throws( classOf[java.sql.SQLException] )
- abstract def url: String
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()