package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev

# Functions

Returns a representation of "c[0] + ..
Representation of aliased clauses (expression AS name).
Returns a representation of "c[0] AND ..
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Representation of TINYINT used as a bool This function will panic if name is not valid.
Representation of VARBINARY/BLOB columns This function will panic if name is not valid.
No description provided by the author
Representation of DateTime columns This function will panic if name is not valid.
No description provided by the author
Returns a representation of "c[0] / ..
Representation of any double column This function will panic if name is not valid.
Returns a representation of "a=b".
Returns a representation of "a=b", where b is a literal.
No description provided by the author
Returns a representation of "a>b".
Returns a representation of "a>=b".
Returns a representation of "a>=b", where b is a literal.
Returns a representation of "a>b", where b is a literal.
Returns a representation of an if-expression, of the form: IF (BOOLEAN TEST, VALUE-IF-TRUE, VALUE-IF-FALSE).
Returns a representation of "a IN (b[0], ..., b[n-1])", where b is a list of literals valList must be a slice type.
No description provided by the author
Representation of any integer column This function will panic if name is not valid.
Interval returns a representation of duration in a form "INTERVAL `hour:min:sec:microsec` HOUR_MICROSECOND".
No description provided by the author
No description provided by the author
No description provided by the author
Returns an escaped literal string.
Returns a representation of "a<b".
Returns a representation of "a<=b".
Returns a representation of "a<=b", where b is a literal.
Returns a representation of "a<b", where b is a literal.
No description provided by the author
Returns a representation of "c[0] * ..
Returns a representation of "a!=b".
Returns a representation of "a!=b", where b is a literal.
Set GTID_NEXT statement returns a SQL statement that can be used to explicitly set the next GTID.
NewLockStatement returns a SQL representing empty set of locks.
Defines a physical table in the database that is both readable and writable.
NewUnlockStatement returns SQL statement that can be used to release table locks grabbed by the current session.
Returns a representation of "not expr".
Returns a representation of "c[0] OR ..
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a representation of sql function call "func_call(c[0], ..., c[n-1]).
Representation of VARCHAR/TEXT columns This function will panic if name is not valid.
Returns a representation of "c[0] - ..
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

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

# Interfaces

No description provided by the author
No description provided by the author
Representation of a table for query generation.
No description provided by the author
An expression.
SetGtidNextStatement returns a SQL statement that can be used to explicitly set the next GTID.
No description provided by the author
LockStatement is used to take Read/Write lock on tables.
A column that can be refer to outside of the projection list.
A clause that can be used in order by.
A clause that is selectable.
The sql table read interface.
No description provided by the author
No description provided by the author
By default, rows selected by a UNION statement are out-of-order If you have an ORDER BY on an inner SELECT statement, the only thing it affects is the LIMIT clause on that inner statement (the ordering will still be out-of-order).
UnlockStatement can be used to release table locks taken using LockStatement.
No description provided by the author
The sql table write interface.

# Type aliases

Representation of MySQL charsets.
No description provided by the author
No description provided by the author