(
statement: string,
options?: {
onCancel?: OnCancel;
interactive?: boolean;
rowLimit?: number;
byteLimit?: number;
bigquery?: {
labels?: { [label: string]: string };
location?: string;
jobPrefix?: string;
dryRun?: boolean;
reservation?: string;
};
}
)
| 18 | |
| 19 | export interface IDbClient { |
| 20 | execute( |
| 21 | statement: string, |
| 22 | options?: { |
| 23 | onCancel?: OnCancel; |
no outgoing calls