# Functions
BeginTx returns begin transaction control option.
No description provided by the author
No description provided by the author
No description provided by the author
CommitTx returns commit transaction control option.
DefaultTxControl returns default transaction control with serializable read-write isolation mode and auto-commit.
No description provided by the author
OnlineReadOnlyTxControl returns online read-only transaction control.
SerializableReadWriteTxControl returns transaction control with serializable read-write isolation mode.
SnapshotReadOnlyTxControl returns snapshot read-only transaction control.
StaleReadOnlyTxControl returns stale read-only transaction control.
TxControl makes transaction control from given options.
TxSettings returns transaction settings.
No description provided by the author
No description provided by the author
Fields delimiter in CSV file.
First not skipped line is a CSV header (list of column names).
String value that would be interpreted as NULL.
Number of rows to skip before CSV data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental.
Deprecated: redundant option Will be removed after Oct 2024.
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
# 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
DataQueryExplanation is a result of ExplainDataQuery call.
Explanation is a result of Explain calls.
No description provided by the author
ScriptingYQLExplanation is a result of Explain calls.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
DataQuery only for tracers.
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
# Type aliases
Operation is the interface that holds an operation for retry.
QueryParameters.
QueryParameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TxOperation is the interface that holds an operation for retry.
Transaction control options.