class MockPreparedStatement extends PreparedStatement
Class to transformed value from PreparedStatement interface to be able to stick to the same process as scalikejdbc does convert parameter binder.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockPreparedStatement
- PreparedStatement
- Statement
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MockPreparedStatement()
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 addBatch(index: String): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def addBatch(): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancel(): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def clearBatch(): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def clearParameters(): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def clearWarnings(): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- MockPreparedStatement → Statement → AutoCloseable
- def closeOnCompletion(): Unit
- Definition Classes
- MockPreparedStatement → Statement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(index: String): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def execute(index: String, pValue: Int): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def execute(index: String, pValue: Array[Int]): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def execute(index: String, pValue: Array[String]): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def execute(): Boolean
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def executeBatch(): Array[Int]
- Definition Classes
- MockPreparedStatement → Statement
- def executeLargeBatch(): Array[Long]
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeLargeUpdate(): Long
- Definition Classes
- PreparedStatement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeLargeUpdate(arg0: String, arg1: Array[String]): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeLargeUpdate(arg0: String, arg1: Array[Int]): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeLargeUpdate(arg0: String, arg1: Int): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeLargeUpdate(arg0: String): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def executeQuery(index: String): ResultSet
- Definition Classes
- MockPreparedStatement → Statement
- def executeQuery(): ResultSet
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def executeUpdate(index: String): Int
- Definition Classes
- MockPreparedStatement → Statement
- def executeUpdate(index: String, pValue: Int): Int
- Definition Classes
- MockPreparedStatement → Statement
- def executeUpdate(index: String, pValue: Array[Int]): Int
- Definition Classes
- MockPreparedStatement → Statement
- def executeUpdate(index: String, pValue: Array[String]): Int
- Definition Classes
- MockPreparedStatement → Statement
- def executeUpdate(): Int
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConnection(): Connection
- Definition Classes
- MockPreparedStatement → Statement
- def getFetchDirection(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getFetchSize(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getGeneratedKeys(): ResultSet
- Definition Classes
- MockPreparedStatement → Statement
- def getLargeMaxRows(): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def getLargeUpdateCount(): Long
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def getMaxFieldSize(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getMaxRows(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getMetaData(): ResultSetMetaData
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def getMoreResults(): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def getMoreResults(index: Int): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def getParameterMetaData(): ParameterMetaData
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def getQueryTimeout(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getResultSet(): ResultSet
- Definition Classes
- MockPreparedStatement → Statement
- def getResultSetConcurrency(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getResultSetHoldability(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getResultSetType(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getUpdateCount(): Int
- Definition Classes
- MockPreparedStatement → Statement
- def getWarnings(): SQLWarning
- Definition Classes
- MockPreparedStatement → Statement
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isCloseOnCompletion(): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def isClosed(): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPoolable(): Boolean
- Definition Classes
- MockPreparedStatement → Statement
- def isWrapperFor(index: Class[_]): Boolean
- Definition Classes
- MockPreparedStatement → Wrapper
- 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 setArray(index: Int, pValue: Array): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setAsciiStream(index: Int, pValue: InputStream, arg2: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setAsciiStream(index: Int, pValue: InputStream, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setAsciiStream(index: Int, pValue: InputStream): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBigDecimal(index: Int, pValue: BigDecimal): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBinaryStream(index: Int, pValue: InputStream, arg2: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBinaryStream(index: Int, pValue: InputStream, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBinaryStream(index: Int, pValue: InputStream): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBlob(index: Int, pValue: Blob): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBlob(index: Int, pValue: InputStream, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBlob(index: Int, pValue: InputStream): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBoolean(index: Int, pValue: Boolean): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setByte(index: Int, pValue: Byte): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setBytes(index: Int, pValue: Array[Byte]): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setCharacterStream(index: Int, pValue: Reader, arg2: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setCharacterStream(index: Int, pValue: Reader, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setCharacterStream(index: Int, pValue: Reader): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setClob(index: Int, pValue: Clob): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setClob(index: Int, pValue: Reader, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setClob(index: Int, pValue: Reader): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setCursorName(index: String): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setDate(index: Int, pValue: Date): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setDate(index: Int, pValue: Date, arg2: Calendar): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setDouble(index: Int, pValue: Double): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setEscapeProcessing(index: Boolean): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setFetchDirection(index: Int): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setFetchSize(index: Int): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setFloat(index: Int, pValue: Float): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setInt(index: Int, pValue: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setLargeMaxRows(arg0: Long): Unit
- Definition Classes
- Statement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setLong(index: Int, pValue: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setMaxFieldSize(index: Int): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setMaxRows(index: Int): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setNCharacterStream(index: Int, pValue: Reader, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNCharacterStream(index: Int, pValue: Reader): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNClob(index: Int, pValue: NClob): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNClob(index: Int, pValue: Reader, arg2: Long): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNClob(index: Int, pValue: Reader): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNString(index: Int, pValue: String): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNull(index: Int, pValue: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setNull(index: Int, pValue: Int, arg2: String): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setObject(index: Int, pValue: Any, arg2: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setObject(index: Int, pValue: Any): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setObject(index: Int, pValue: Any, arg2: Int, arg3: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setObject(arg0: Int, arg1: AnyRef, arg2: SQLType): Unit
- Definition Classes
- PreparedStatement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setObject(arg0: Int, arg1: AnyRef, arg2: SQLType, arg3: Int): Unit
- Definition Classes
- PreparedStatement
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setPoolable(index: Boolean): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setQueryTimeout(index: Int): Unit
- Definition Classes
- MockPreparedStatement → Statement
- def setRef(index: Int, pValue: Ref): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setRowId(index: Int, pValue: RowId): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setSQLXML(index: Int, pValue: SQLXML): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setShort(index: Int, pValue: Short): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setString(index: Int, pValue: String): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setTime(index: Int, pValue: Time): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setTime(index: Int, pValue: Time, arg2: Calendar): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setTimestamp(index: Int, pValue: Timestamp): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setTimestamp(index: Int, pValue: Timestamp, arg2: Calendar): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setURL(index: Int, pValue: URL): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- def setUnicodeStream(index: Int, pValue: InputStream, arg2: Int): Unit
- Definition Classes
- MockPreparedStatement → PreparedStatement
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unwrap[T](index: Class[T]): T
- Definition Classes
- MockPreparedStatement → Wrapper
- var value: Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()