Documentation ¶
Index ¶
- func NamedValueParamNames(sql string, n int) ([]string, error)
- func PrepareStmtAll(sql string, args ...interface{}) (spanner.Statement, error)
- func PrepareStmtAny(sql string, arg interface{}) (spanner.Statement, error)
- func ScanAll(rows []*spanner.Row, dest interface{}) error
- func ScanAny(row *spanner.Row, dest interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamedValueParamNames ¶
NamedValueParamNames parsing sql query name values
func PrepareStmtAll ¶
PrepareStmtAll within sql and args(slice) generate Statement
func PrepareStmtAny ¶
PrepareStmtAny within sql and arg(single) generate Statement
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.