Executes a read-only SQL query against a database. Permissions required: bb.databases.get
(context.Context, *QueryRequest)
| 147 | // Executes a read-only SQL query against a database. |
| 148 | // Permissions required: bb.databases.get |
| 149 | Query(context.Context, *QueryRequest) (*QueryResponse, error) |
| 150 | // Executes SQL with admin privileges via streaming connection. |
| 151 | // Permissions required: bb.sql.admin |
| 152 | AdminExecute(grpc.BidiStreamingServer[AdminExecuteRequest, AdminExecuteResponse]) error |
no outgoing calls