# 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.
# 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.