@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
11 lines (10 loc) • 724 B
TypeScript
import type { ASTStatementProto as _zetasql_ASTStatementProto, ASTStatementProto__Output as _zetasql_ASTStatementProto__Output } from '../zetasql/ASTStatementProto';
import type { ASTTransactionModeListProto as _zetasql_ASTTransactionModeListProto, ASTTransactionModeListProto__Output as _zetasql_ASTTransactionModeListProto__Output } from '../zetasql/ASTTransactionModeListProto';
export interface ASTBeginStatementProto {
'parent'?: (_zetasql_ASTStatementProto | null);
'modeList'?: (_zetasql_ASTTransactionModeListProto | null);
}
export interface ASTBeginStatementProto__Output {
'parent': (_zetasql_ASTStatementProto__Output | null);
'modeList': (_zetasql_ASTTransactionModeListProto__Output | null);
}