class YupanaConnectionImpl extends YupanaConnection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YupanaConnectionImpl
- YupanaConnection
- Connection
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YupanaConnectionImpl(url: String, properties: Properties)
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
-
def
abort(executor: Executor): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clearWarnings(): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- YupanaConnectionImpl → Connection → AutoCloseable
- Annotations
- @throws( ... )
-
def
commit(): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createArrayOf(s: String, objects: Array[AnyRef]): Array
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createBlob(): Blob
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createClob(): Clob
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createNClob(): NClob
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createSQLXML(): SQLXML
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createStatement(): Statement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
createStruct(s: String, objects: Array[AnyRef]): Struct
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
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] )
-
def
getAutoCommit(): Boolean
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getCatalog(): String
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClientInfo(): Properties
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getClientInfo(s: String): String
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getHoldability(): Int
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
lazy val
getMetaData: DatabaseMetaData
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getNetworkTimeout(): Int
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getSchema(): String
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getTransactionIsolation(): Int
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getTypeMap(): Map[String, Class[_]]
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
getWarnings(): SQLWarning
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isClosed(): Boolean
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReadOnly(): Boolean
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
isValid(i: Int): Boolean
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
isWrapperFor(aClass: Class[_]): Boolean
- Definition Classes
- YupanaConnectionImpl → Wrapper
- Annotations
- @throws( ... )
-
def
nativeSQL(s: String): String
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
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()
-
def
prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Nothing
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareCall(s: String, i: Int, i1: Int): CallableStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareCall(s: String): CallableStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
prepareStatement(sql: String): PreparedStatement
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
releaseSavepoint(savepoint: Savepoint): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
rollback(savepoint: Savepoint): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
rollback(): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
runBatchQuery(query: String, params: Seq[Map[Int, ParameterValue]]): Result
- Definition Classes
- YupanaConnectionImpl → YupanaConnection
-
def
runQuery(query: String, params: Map[Int, ParameterValue]): Result
- Definition Classes
- YupanaConnectionImpl → YupanaConnection
-
val
serverVersion: Option[Version]
- Definition Classes
- YupanaConnectionImpl → YupanaConnection
-
def
setAutoCommit(autoCommit: Boolean): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setCatalog(s: String): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setClientInfo(properties: Properties): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setClientInfo(s: String, s1: String): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setHoldability(holdability: Int): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setNetworkTimeout(executor: Executor, i: Int): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setReadOnly(b: Boolean): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setSavepoint(s: String): Savepoint
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setSavepoint(): Savepoint
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setSchema(s: String): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setTransactionIsolation(i: Int): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
def
setTypeMap(map: Map[String, Class[_]]): Unit
- Definition Classes
- YupanaConnectionImpl → Connection
- Annotations
- @throws( ... )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unwrap[T](aClass: Class[T]): T
- Definition Classes
- YupanaConnectionImpl → Wrapper
- Annotations
- @throws( ... )
-
val
url: String
- Definition Classes
- YupanaConnectionImpl → YupanaConnection
-
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()