package
2.0.0+incompatible
Repository: https://github.com/nerdatmath/vitess.git
Documentation: pkg.go.dev

# 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
BINARY specifies a BINARY type.
BIT specifies a BIT type.
BLOB specifies a BLOB type.
CHAR specifies a CHAR type.
DATE specifies a DATE type.
DATETIME specifies a DATETIME type.
DECIMAL specifies a DECIMAL or NUMERIC type.
ENUM specifies an ENUM type.
FLOAT32 specifies a FLOAT type.
FLOAT64 specifies a DOUBLE or REAL type.
INT16 specifies a SMALLINT type.
INT24 specifies a MEDIUMINT type.
INT32 specifies a INTEGER type.
INT64 specifies a BIGINT type.
INT8 specifies a TINYINT type.
NULL_TYPE specifies a NULL type.
SET specifies a SET type.
TEXT specifies a TEXT type.
TIME specifies a TIME type.
TIMESTAMP specifies a TIMESTAMP type.
TUPLE specifies a a tuple.
UINT16 specifies a SMALLINT UNSIGNED type.
UINT24 specifies a MEDIUMINT UNSIGNED type.
UINT32 specifies a INTEGER UNSIGNED type.
UINT64 specifies a BIGINT UNSIGNED type.
UINT8 specifies a TINYINT UNSIGNED type.
VARBINARY specifies a VARBINARY type.
VARCHAR specifies a VARCHAR type.
YEAR specifies a YEAR type.

# Variables

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

BeginExecuteBatchRequest is the payload to BeginExecuteBatch.
BeginExecuteBatchResponse is the returned value from BeginExecuteBatch.
BeginExecuteRequest is the payload to BeginExecute.
BeginExecuteResponse is the returned value from BeginExecute.
BeginRequest is the payload to Begin.
BeginResponse is the returned value from Begin.
BindVariable represents a single bind variable in a Query.
BoundQuery is a query with its bind variables.
CommitRequest is the payload to Commit.
CommitResponse is the returned value from Commit.
ExecuteBatchRequest is the payload to ExecuteBatch.
ExecuteBatchResponse is the returned value from ExecuteBatch.
ExecuteRequest is the payload to Execute.
ExecuteResponse is the returned value from Execute.
Field describes a single column returned by a query.
QueryResult is returned by Execute and ExecuteStream.
QuerySplit represents one query to execute on the tablet.
RealtimeStats contains information about the tablet status.
RollbackRequest is the payload to Rollback.
RollbackResponse is the returned value from Rollback.
Row is a database row.
SplitQueryRequest is the payload for SplitQuery sent by VTGate to a VTTablet.
SplitQueryResponse is returned by SplitQuery and represents all the queries to execute in order to get the entire data set.
StreamExecuteRequest is the payload to StreamExecute.
StreamExecuteResponse is the returned value from StreamExecute.
StreamHealthRequest is the payload for StreamHealth.
StreamHealthResponse is streamed by StreamHealth on a regular basis.
Target describes what the client expects the tablet is.
Value represents a typed value.
VTGateCallerID is sent by VTGate to VTTablet to describe the caller.

# Type aliases

Flag allows us to qualify types by their common properties.
No description provided by the author
Type defines the various supported data types in bind vars and query results.