Documentation ¶
Index ¶
- func ExecQueryMany(ctx context.Context, exec mysql.Exec, sql string, args []interface{}, ...) error
- func ExecQueryOne(ctx context.Context, exec mysql.Exec, sql string, args []interface{}, ...) error
- func TableWithCount(ctx context.Context, exec mysql.Exec, table string, ...) (int64, error)
- func TableWithDelete(ctx context.Context, exec mysql.Exec, table string, ...) (int64, error)
- func TableWithInsertMany(ctx context.Context, exec mysql.Exec, table string, columns []string, ...) (int64, error)
- func TableWithInsertOne(ctx context.Context, exec mysql.Exec, table string, ...) (int64, error)
- func TableWithSelectMany(ctx context.Context, exec mysql.Exec, table string, column []string, ...) error
- func TableWithSelectOne(ctx context.Context, exec mysql.Exec, table string, column []string, ...) error
- func TableWithSelectRange(ctx context.Context, exec mysql.Exec, table string, column []string, ...) error
- func TableWithUpdate(ctx context.Context, exec mysql.Exec, table string, ...) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecQueryMany ¶
func ExecQueryOne ¶
func TableWithCount ¶
func TableWithDelete ¶
func TableWithInsertMany ¶
func TableWithInsertOne ¶
func TableWithSelectMany ¶
func TableWithSelectOne ¶
func TableWithSelectRange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.