Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct {
Name string
// New returns a fresh ddl.DB plus the storage.Conn it writes through (for introspection/DML
// verification) and an introspector to read back the resulting schema. Called once per clause.
New func(t *testing.T) (schema *ddl.DB, conn storage.Conn, cols func(table string) []string)
}
Click to show internal directories.
Click to hide internal directories.