()
| 142 | Close(ctx context.Context) error |
| 143 | Ping(ctx context.Context) error |
| 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 |
no outgoing calls