Versions in this module Expand all Collapse all v3 v3.80.13 Sep 25, 2024 v3.80.12 Sep 24, 2024 Changes in this version + const ExecModeExecute + const ExecModeExplain + const ExecModeParse + const ExecModeValidate + const StatsModeBasic + const StatsModeFull + const StatsModeNone + const StatsModeProfile + const SyntaxPostgreSQL + const SyntaxYQL + func ExecuteSettings(opts ...Execute) *executeSettings + func ParseDoOpts(t *trace.Query, opts ...DoOption) (s *doSettings) + func ParseDoTxOpts(t *trace.Query, opts ...DoTxOption) (s *doTxSettings) + func WithCallOptions(opts ...grpc.CallOption) callOptionsOption + func WithCommit() txCommitOption + func WithExecMode(mode ExecMode) execModeOption + func WithParameters(parameters *params.Parameters) parametersOption + func WithStatsMode(mode StatsMode, callback func(stats.QueryStats)) statsModeOption + func WithSyntax(syntax Syntax) syntaxOption + func WithTxControl(txControl *tx.Control) *txControlOption + func WithTxSettings(txSettings tx.Settings) doTxSettingsOption + type DoOption interface + type DoTxOption interface + type ExecMode Ydb_Query.ExecMode + type Execute interface + type ExecuteNoTx interface + type ExecuteScriptOperation struct + ConsumedUnits float64 + ID string + Metadata *MetadataExecuteQuery + type FetchScriptOption func(request *FetchScriptResultsRequest) + func WithFetchToken(fetchToken string) FetchScriptOption + func WithResultSetIndex(resultSetIndex int64) FetchScriptOption + func WithRowsLimit(rowsLimit int64) FetchScriptOption + type FetchScriptResult struct + NextToken string + ResultSet result.Set + ResultSetIndex int64 + type FetchScriptResultsRequest struct + Trace *trace.Query + type MetadataExecuteQuery struct + ID string + Mode ExecMode + ResultSetsMeta []struct{ ... } + Script struct{ ... } + Stats stats.QueryStats + func ToMetadataExecuteQuery(metadata *anypb.Any) *MetadataExecuteQuery + type RetryOptionsOption []retry.Option + func WithIdempotent() RetryOptionsOption + func WithLabel(lbl string) RetryOptionsOption + func WithRetryBudget(b budget.Budget) RetryOptionsOption + type StatsMode Ydb_Query.StatsMode + type Syntax Ydb_Query.Syntax + type TraceOption struct + func WithTrace(t *trace.Query) TraceOption