package
1.4.1
Repository: https://github.com/rvflash/awql.git
Documentation: pkg.go.dev

# Functions

NewCreateViewStmt returns an instance of CreateViewStmt.
NewDescribeStmt returns an instance of DescribeStmt.
NewDsn returns a new instance of Dsn.
NewError returns an error of type Driver with the given text.
NewSelectStmt returns an instance of SelectStmt.
NewShowStmt returns an instance of ShowStmt.
NewXError returns an error of type Driver with the given text.

# Variables

Error messages.
Error messages.
Error messages.

# Structs

AdvancedDriver implements all methods to pretend as a sql database driver.
AggregatedNullFloat64 represents a float64 that may be null and rounded by using its precision.
AutoExcludedNullInt64 represents a int64 that may be null or defined as auto valuer.
Conn represents a connection to a database and implements driver.Conn.
CreateViewStmt represents a Create statement.
DescribeStmt represents a Describe statement.
Dsn represents a data source name.
Error represents a internal error.
NullString represents a string that may be null.
PercentNullFloat64 represents a float64 that may be a percentage.
Result is the result of a query execution.
Rows is an iterator over an executed query's results.
SelectStmt represents a Select statement.
ShowStmt represents a Show statement.
Stmt is a prepared statement.
Time represents a Time that may be not set.

# Interfaces

Execer is an interface that may be implemented by a CreateViewStmt.
Queryer is an interface that should be implemented by a Stmt with rows as result.