Documentation
¶
Overview ¶
Package vtabutil implements virtual table utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶ added in v0.16.3
type Column struct {
// contains filtered or unexported fields
}
Column holds metadata about a column.
type Table ¶ added in v0.16.3
type Table struct {
// contains filtered or unexported fields
}
Table holds metadata about a table.
func Parse ¶ added in v0.16.3
Parse parses a CREATE or ALTER TABLE command.
func (*Table) NumColumns ¶ added in v0.16.3
NumColumns returns the number of columns of the table.
Click to show internal directories.
Click to hide internal directories.