class RichConnection extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichConnection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RichConnection(conn: Connection)
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(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val conn: Connection
- macro def createBatch[T](proc: (T) => SQLWithArgs): Batch[T]
- macro def createMysqlBatch[T](proc: (T) => SQLWithArgs): Batch[T]
translate the "insert into table set a = ?, b = ?" into "insert into table(a,b) values(?,?)
- def eachRow[T](sql: SQLWithArgs)(f: (T) => Unit)(implicit arg0: ResultSetMapper[T]): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def executeUpdate(stmt: SQLWithArgs): Int
- def executeUpdateWithGenerateKey(stmt: SQLWithArgs)(processGenerateKeys: (ResultSet) => Unit = null): Int
- def generateKey[T](stmt: SQLWithArgs)(implicit arg0: JdbcValueAccessor[T]): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def joinRow2[T1, T2](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2]): Option[(T1, T2)]
- def joinRow3[T1, T2, T3](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2], arg2: ResultSetMapper[T3]): Option[(T1, T2, T3)]
- def joinRow4[T1, T2, T3, T4](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2], arg2: ResultSetMapper[T3], arg3: ResultSetMapper[T4]): Option[(T1, T2, T3, T4)]
- def joinRows2[T1, T2](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2]): List[(T1, T2)]
- def joinRows3[T1, T2, T3](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2], arg2: ResultSetMapper[T3]): List[(T1, T2, T3)]
- def joinRows4[T1, T2, T3, T4](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T1], arg1: ResultSetMapper[T2], arg2: ResultSetMapper[T3], arg3: ResultSetMapper[T4]): List[(T1, T2, T3, T4)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def queryInt(sql: SQLWithArgs): Int
- def row[T](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T]): Option[T]
- def rows[T](sql: SQLWithArgs)(implicit arg0: ResultSetMapper[T]): List[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- def withStatement[T](f: (Statement) => T): T
- def withTransaction[T](f: (Connection) => T): T
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated