MCPcopy
hub / github.com/dropbox/godropbox / gtidNextStatementImpl

Struct gtidNextStatementImpl

database/sqlbuilder/statement.go:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966type gtidNextStatementImpl struct {
967 sid []byte
968 gno uint64
969}
970
971func (s *gtidNextStatementImpl) String(database string) (sql string, err error) {
972 // This statement sets a session local variable defining what the next transaction ID is. It

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected