PreparedStatement_

aptus.aptmisc.Rdbms.PreparedStatement_
implicit class PreparedStatement_(ps: PreparedStatement)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parameterCount: Int
def set(index: Int, value: Any): PreparedStatement
def setAll(value1: Any, more: Any*): PreparedStatement