Documentation
¶
Index ¶
- Variables
- func Bind(query, tablePathPrefix string, args ...driver.NamedValue) (_ string, _ *table.QueryParameters, err error)
- func GenerateDeclareSection(args []sql.NamedArg) (string, error)
- func ToValue(v interface{}) (_ types.Value, err error)
- func ToYdbParam(param driver.NamedValue) (table.ParameterOption, error)
- type Declare
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMultipleQueryParameters = errors.New("only one query arg *table.QueryParameters allowed")
)
Functions ¶
func Bind ¶
func Bind(query, tablePathPrefix string, args ...driver.NamedValue) ( _ string, _ *table.QueryParameters, err error, )
func ToYdbParam ¶
func ToYdbParam(param driver.NamedValue) (table.ParameterOption, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.