object NoopJdbcConnection extends Connection
Java SQL connection implementation, where all methods fail with UnsupportedOperationException.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NoopJdbcConnection
- Connection
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- NoopJdbcConnection → Connection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beginRequest(): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def clearWarnings(): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- NoopJdbcConnection → Connection → AutoCloseable
- def commit(): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def createArrayOf(s: String, objects: Array[AnyRef]): Array
- Definition Classes
- NoopJdbcConnection → Connection
- def createBlob(): Blob
- Definition Classes
- NoopJdbcConnection → Connection
- def createClob(): Clob
- Definition Classes
- NoopJdbcConnection → Connection
- def createNClob(): NClob
- Definition Classes
- NoopJdbcConnection → Connection
- def createSQLXML(): SQLXML
- Definition Classes
- NoopJdbcConnection → Connection
- def createStatement(i: Int, i1: Int, i2: Int): Statement
- Definition Classes
- NoopJdbcConnection → Connection
- def createStatement(i: Int, i1: Int): Statement
- Definition Classes
- NoopJdbcConnection → Connection
- def createStatement(): Statement
- Definition Classes
- NoopJdbcConnection → Connection
- def createStruct(s: String, objects: Array[AnyRef]): Struct
- Definition Classes
- NoopJdbcConnection → Connection
- def endRequest(): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAutoCommit(): Boolean
- Definition Classes
- NoopJdbcConnection → Connection
- def getCatalog(): String
- Definition Classes
- NoopJdbcConnection → Connection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getClientInfo(): Properties
- Definition Classes
- NoopJdbcConnection → Connection
- def getClientInfo(s: String): String
- Definition Classes
- NoopJdbcConnection → Connection
- def getHoldability(): Int
- Definition Classes
- NoopJdbcConnection → Connection
- def getMetaData(): DatabaseMetaData
- Definition Classes
- NoopJdbcConnection → Connection
- def getNetworkTimeout(): Int
- Definition Classes
- NoopJdbcConnection → Connection
- def getSchema(): String
- Definition Classes
- NoopJdbcConnection → Connection
- def getTransactionIsolation(): Int
- Definition Classes
- NoopJdbcConnection → Connection
- def getTypeMap(): Map[String, Class[_]]
- Definition Classes
- NoopJdbcConnection → Connection
- def getWarnings(): SQLWarning
- Definition Classes
- NoopJdbcConnection → Connection
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isClosed(): Boolean
- Definition Classes
- NoopJdbcConnection → Connection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReadOnly(): Boolean
- Definition Classes
- NoopJdbcConnection → Connection
- def isValid(i: Int): Boolean
- Definition Classes
- NoopJdbcConnection → Connection
- def isWrapperFor(aClass: Class[_]): Boolean
- Definition Classes
- NoopJdbcConnection → Wrapper
- def nativeSQL(s: String): String
- Definition Classes
- NoopJdbcConnection → Connection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prepareCall(s: String, i: Int, i1: Int, i2: Int): CallableStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareCall(s: String, i: Int, i1: Int): CallableStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareCall(s: String): CallableStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String, strings: Array[String]): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String, ints: Array[Int]): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String, i: Int): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String, i: Int, i1: Int, i2: Int): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String, i: Int, i1: Int): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def prepareStatement(s: String): PreparedStatement
- Definition Classes
- NoopJdbcConnection → Connection
- def releaseSavepoint(savepoint: Savepoint): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def rollback(savepoint: Savepoint): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def rollback(): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setAutoCommit(b: Boolean): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setCatalog(s: String): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setClientInfo(properties: Properties): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setClientInfo(s: String, s1: String): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setHoldability(i: Int): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setNetworkTimeout(executor: Executor, i: Int): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setReadOnly(b: Boolean): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setSavepoint(s: String): Savepoint
- Definition Classes
- NoopJdbcConnection → Connection
- def setSavepoint(): Savepoint
- Definition Classes
- NoopJdbcConnection → Connection
- def setSchema(s: String): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setShardingKey(arg0: ShardingKey): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKey(arg0: ShardingKey, arg1: ShardingKey): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKeyIfValid(arg0: ShardingKey, arg1: Int): Boolean
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKeyIfValid(arg0: ShardingKey, arg1: ShardingKey, arg2: Int): Boolean
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setTransactionIsolation(i: Int): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- def setTypeMap(map: Map[String, Class[_]]): Unit
- Definition Classes
- NoopJdbcConnection → Connection
- 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
- NoopJdbcConnection → Wrapper
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated