Packages

object PsManager

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PsManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val BUFFER_SIZE: Int
  2. def apply(sql: String, paramNames: List[String], paramTypeCodes: List[Int]): PsManager
  3. def setParameter(ps: PreparedStatement, i: Int, value: Any, typeCode: Int, length: Option[Long]): Unit
  4. def setParameter(ps: PreparedStatement, i: Int, value: Any, typeCode: Int): Unit