# Packages
Package glob implements wildcard pattern matching algorithms for strings.
# Functions
New creates a new query with the given statements.
# Structs
AlterStmt is a DSL that allows creating a full ALTER TABLE query.
No description provided by the author
BeginStmt is a statement that creates a new transaction.
CommitStmt is a statement that commits the current active transaction.
CreateIndexStmt is a DSL that allows creating a full CREATE INDEX statement.
CreateTableStmt is a DSL that allows creating a full CREATE TABLE statement.
DropIndexStmt is a DSL that allows creating a DROP INDEX query.
DropTableStmt is a DSL that allows creating a DROP TABLE query.
ExplainStmt is a Statement that displays information about how a statement is going to be executed, without executing it.
A Query can execute statements against the database.
ReIndexStmt is a DSL that allows creating a full REINDEX statement.
Result of a query.
RollbackStmt is a statement that rollbacks the current active transaction.
StreamStmt is a StreamStmt using a Stream.
StreamStmtIterator iterates over a stream.
# Interfaces
A Statement represents a unique action that can be executed against the database.