Searched defs:ExecContext (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ |
D | driver.go | 200 ExecContext(ctx context.Context, query string, args []NamedValue) (Result, error) methodSpec 370 ExecContext(ctx context.Context, args []NamedValue) (Result, error) methodSpec
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql.go | 1659 func (db *DB) ExecContext(ctx context.Context, query string, args ...any) (Result, error) { func 2014 func (c *Conn) ExecContext(ctx context.Context, query string, args ...any) (Result, error) { func 2503 func (tx *Tx) ExecContext(ctx context.Context, query string, args ...any) (Result, error) { func 2635 func (s *Stmt) ExecContext(ctx context.Context, args ...any) (Result, error) { func
|
D | fakedb_test.go | 466 func (c *fakeConn) ExecContext(ctx context.Context, query string, args []driver.NamedValue) (driver… func 756 func (s *fakeStmt) ExecContext(ctx context.Context, args []driver.NamedValue) (driver.Result, error… func
|
D | sql_test.go | 4284 func (c *ctxOnlyConn) ExecContext(ctx context.Context, q string, args []driver.NamedValue) (driver.… func
|