Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBTX ¶
type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error) QueryxContext(context.Context, string, ...interface{}) (*sqlx.Rows, error) QueryRowContext(context.Context, string, ...interface{}) *sql.Row QueryRowxContext(context.Context, string, ...interface{}) *sqlx.Row }
Click to show internal directories.
Click to hide internal directories.