com.wda.sdbc

postgresql

package postgresql

Visibility
  1. Public
  2. All

Type Members

  1. trait Getters extends Java8DefaultGetters

  2. class Identifier extends base.Identifier

  3. trait Implicits extends IntervalImplicits

  4. trait IntervalImplicits extends AnyRef

  5. class LTree extends PGobject with Iterable[String] with PartialFunction[Int, String]

    LTree class for use by the PostgreSQL JDBC driver.

    LTree class for use by the PostgreSQL JDBC driver. It requires the class be a subclass of PGobject. It creates a new instance using the zero-arg constructor, and then sets the value using setValue(). This mutable method of creating an object is not very scala-like, so we supply custom apply and unapply methods.

  6. trait ParameterValues extends AnyRef

  7. abstract class PostgreSql extends DBMS with ParameterValues with SeqParameterValue with HasJava8TimeFormatter with HasJava8DateTimeFormatter with IntervalImplicits with Getters with Setters

  8. trait Setters extends Java8DefaultSetters

Value Members

  1. object IntervalConstants

  2. object LTree extends Serializable

Ungrouped