MCPcopy
hub / github.com/lindb/lindb / Schema

Struct Schema

sql/stmt/schema.go:30–35  ·  view source on GitHub ↗

Schema represents show all database schemas statement.

Source from the content-addressed store, hash-verified

28
29// Schema represents show all database schemas statement.
30type Schema struct {
31 Type SchemaType
32 // create stmt: value is database json config.
33 // drop stmt: value is database name.
34 Value string
35}
36
37// StatementType returns schema query type.
38func (q *Schema) StatementType() StatementType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected