Package

com.wda.sdbc

postgresql

Permalink

package postgresql

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionImplicits extends AnyRef

    Permalink
  2. trait DurationImplicits extends AnyRef

    Permalink
  3. trait Getters extends DefaultGetters with DateTimeGetter

    Permalink
  4. class Identifier extends base.Identifier

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

    Permalink

    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. abstract class PostgreSql extends PostgreSqlCommon with SeqParameterValue with SeqGetter

    Permalink
  7. abstract class PostgreSqlCommon extends DBMS with Setters with ConnectionImplicits with Getters with HasDateTimeFormatter with DurationImplicits

    Permalink

    Created by Jeff on 3/27/2015.

  8. trait SeqGetter extends AnyRef

    Permalink
  9. trait SeqParameterValue extends AnyRef

    Permalink
  10. trait Setters extends DefaultSetters with DateTimeParameterAsTimestamp

    Permalink

Value Members

  1. object IntervalConstants

    Permalink
  2. object LTree extends Serializable

    Permalink

Ungrouped