Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaInfo ¶
type SchemaManager ¶
type SchemaManager interface {
ExistsSchema(s string) (bool, error)
ListSchemas() ([]string, error)
CreateSchema(name string, comment string) error
CommentSchema(name string, comment string) error
RenameSchema(old string, new string) error
DeleteSchema(name string) error
CountSchemas(sq *SchemaQuery) (total int, err error)
FindSchemas(sq *SchemaQuery) (schemas []*SchemaInfo, err error)
}
Click to show internal directories.
Click to hide internal directories.