com.wda.sdbc

postgresql

package postgresql

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionImplicits extends AnyRef

  2. trait Getters extends Java8DefaultGetters

  3. class Identifier extends base.Identifier

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

  7. abstract class PostgreSqlCommon extends DBMS with Setters with HasJava8TimeFormatter with HasJava8DateTimeFormatter with IntervalImplicits with ConnectionImplicits with Getters

    Created by Jeff on 3/27/2015.

  8. trait SeqGetter extends AnyRef

  9. trait SeqParameterValue extends AnyRef

  10. trait Setters extends Java8DefaultSetters

Value Members

  1. object LTree extends Serializable

Ungrouped