Package

com.rocketfuel.sdbc

h2

Permalink

package h2

Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayTypes extends AnyRef

    Permalink
  2. trait H2 extends DBMS with DefaultGetters with DefaultParameters with DefaultUpdaters with SeqParameter with SeqGetter with ArrayTypes with SerializedParameter with JdbcConnection

    Permalink
  3. case class Serialized(value: Serializable) extends Product with Serializable

    Permalink

    Serialized tells the H2 client to send the parameter as a serialized object instead of trying the other implicit conversions to ParameterValue.

    Serialized tells the H2 client to send the parameter as a serialized object instead of trying the other implicit conversions to ParameterValue.

    Annotations
    @SerialVersionUID()
  4. trait SerializedParameter extends AnyRef

    Permalink

Ungrouped