Execute will execute the statement.
(ctx context.Context, statement string, opts ExecuteOptions)
| 144 | GetDB() *sql.DB |
| 145 | // Execute will execute the statement. |
| 146 | Execute(ctx context.Context, statement string, opts ExecuteOptions) (int64, error) |
| 147 | // Used for execute readonly SELECT statement |
| 148 | QueryConn(ctx context.Context, conn *sql.Conn, statement string, queryContext QueryContext) ([]*v1pb.QueryResult, error) |
| 149 |
no outgoing calls