com.wda.sdbc

postgresql

package postgresql

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionImplicits extends AnyRef

  2. trait Getters extends DefaultGetters

  3. class Identifier extends base.Identifier

  4. 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.

  5. abstract class PostgreSql extends PostgreSqlCommon with SeqParameterValue with SeqGetter

  6. abstract class PostgreSqlCommon extends DBMS with Setters with ConnectionImplicits with Getters

    Created by Jeff on 3/27/2015.

  7. trait SeqGetter extends AnyRef

  8. trait SeqParameterValue extends AnyRef

  9. trait Setters extends DefaultSetters

Value Members

  1. object LTree extends Serializable

Ungrouped