mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
mysql - result structure
This commit is contained in:
5
types/query.d.ts
vendored
5
types/query.d.ts
vendored
@@ -3,6 +3,11 @@ export interface RangeDefinition {
|
||||
limit: number;
|
||||
}
|
||||
|
||||
export interface QueryResultColumn {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface QueryResult {
|
||||
rows: any[];
|
||||
columns: QueryResultColumn[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user