com.outr.query

h2

package h2

Visibility
  1. Public
  2. All

Type Members

  1. trait H2ConnectionMode extends AnyRef

  2. abstract class H2Datastore extends Datastore with Logging

  3. case class H2Embedded(file: File) extends H2ConnectionMode with Product with Serializable

  4. case class H2Function(datastore: H2Datastore, obj: AnyRef, methodName: String, functionName: Option[String] = None) extends Product with Serializable

  5. case class H2Memory(name: String = Unique(), closeDelay: Long = 0L) extends H2ConnectionMode with Product with Serializable

  6. class Triggers extends TableProperty

    Triggers property can be added to a table to specify that it will support triggers.

Value Members

  1. object H2ConnectionMode

  2. object Triggers

    Only triggers on Insert, Update, and Delete.

    Only triggers on Insert, Update, and Delete. This explicitly excludes Select. To configure different triggers create a new instance.

  3. package trigger

Ungrouped