# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
AlterTableRenameStmt is a DSL that allows creating a full ALTER TABLE query.
No description provided by the author
CreateIndexStmt represents a parsed CREATE INDEX statement.
CreateSequenceStmt represents a parsed CREATE SEQUENCE statement.
CreateTableStmt represents a parsed CREATE TABLE statement.
DeleteConfig holds DELETE configuration.
DropIndexStmt is a DSL that allows creating a DROP INDEX query.
DropSequenceStmt 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.
InsertStmt holds INSERT configuration.
PreparedStreamStmt is a PreparedStreamStmt using a Stream.
ReIndexStmt is a DSL that allows creating a full REINDEX statement.
Result of a query.
No description provided by the author
SelectStmt holds SELECT configuration.
StreamStmt is a StreamStmt using a Stream.
StreamStmtIterator iterates over a stream.
No description provided by the author
UpdateConfig holds UPDATE configuration.