Documentation ¶
Index ¶
- type Client
- func (c *Client) Close(ctx context.Context) (err error)
- func (c *Client) Execute(ctx context.Context, sql string, parameters *params.Params) (r result.Result, err error)
- func (c *Client) Explain(ctx context.Context, sql string, mode scripting.ExplainMode) (e table.ScriptingYQLExplanation, err error)
- func (c *Client) StreamExecute(ctx context.Context, sql string, params *params.Params) (r result.StreamResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v3.24.1
type Client struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.