Documentation ¶
Index ¶
- func ExecInsertSql(session sqlx.Session, pre func() (string, []interface{}, error), ...) error
- func ExecSql(session sqlx.Session, pre func() (string, []interface{}, error), ...) error
- func ExecSqlCtx(ctx context.Context, session sqlx.Session, ...) error
- func QueryRow(session sqlx.Session, pre func() (string, []interface{}, error), ...) error
- func QueryRowCtx(ctx context.Context, session sqlx.Session, ...) error
- func QueryRowCtxMust(ctx context.Context, session sqlx.Session, ...) error
- func QueryRowMust(session sqlx.Session, pre func() (string, []interface{}, error), ...) error
- func QueryRows(session sqlx.Session, pre func() (string, []interface{}, error), ...) error
- func QueryRowsCtx(ctx context.Context, session sqlx.Session, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecInsertSql ¶
func ExecSqlCtx ¶
func QueryRowCtx ¶
func QueryRowCtxMust ¶
func QueryRowMust ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.