Rdbms

aptus.aptmisc.Rdbms
object Rdbms

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rdbms.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BasicQuerier

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class Column(index: Index, name: String, typeCode: Int, originalTypeName: String, nullableOpt: Option[Boolean], signed: Boolean, precision: Int, scaleOpt: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Columns(values: Seq[Column])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class ConnectionQuerier(conn: Connection) extends BasicQuerier

Attributes

Supertypes
trait Closeable
trait AutoCloseable
trait BasicQuerier
class Object
trait Matchable
class Any
Show all
final class PreparedStatementQuerier(ps: PreparedStatement) extends AdvancedQuerier

Attributes

Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
implicit class PreparedStatement_(ps: PreparedStatement)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class UriQuerier(uri: URI) extends BasicQuerier

Attributes

Supertypes
trait BasicQuerier
class Object
trait Matchable
class Any
implicit class `SqlConnection__`(conn: Connection)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(uri: URI): UriQuerier
def apply(conn: Connection): ConnectionQuerier
def apply(ps: PreparedStatement): PreparedStatementQuerier

Implicits

Implicits

final implicit def PreparedStatement_(ps: PreparedStatement): PreparedStatement_
final implicit def `SqlConnection__`(conn: Connection): `SqlConnection__`