# README
golang-sql exp
https://godoc.org/github.com/golang-sql/sqlexp
All contributions must have a valid golang CLA.
# Packages
package nest supports nested transactions allowing a common querier to be defined.
# Functions
NamerFromDriver returns the DriverNamer from the DB if it is implemented.
QuoterFromDriver takes a database driver, often obtained through a sql.DB.Driver call or from using it directly to get the quoter interface.
ReturnMessageEnqueue is called by the driver to enqueue the driver.
ReturnMessageInit is called by database/sql setup the ReturnMessage internals.
SavepointFromDriver.
# 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
# Structs
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
ReturnMessage may be passed into a Query argument.
# Interfaces
DriverNamer may be implemented on the driver.Driver interface.
DriverQuoter returns a Quoter interface and is suitable for extending the driver.Driver type.
No description provided by the author
Namer returns the name of the database and the SQL dialect it uses.
Querier is the common interface to execute queries on a DB, Tx, or Conn.
Quoter returns safe and valid SQL strings to use when building a SQL text.
RawMessage is returned from RowsMessage.
No description provided by the author