mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
perspective filters
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Condition } from 'dbgate-sqltree';
|
||||
import { RangeDefinition } from 'dbgate-types';
|
||||
import { format } from 'path';
|
||||
import { PerspectiveBindingGroup, PerspectiveCache } from './PerspectiveCache';
|
||||
@@ -20,6 +21,7 @@ export interface PerspectiveDataLoadProps {
|
||||
bindingValues?: any[][];
|
||||
range?: RangeDefinition;
|
||||
topCount?: number;
|
||||
condition?: Condition;
|
||||
}
|
||||
|
||||
export class PerspectiveDataProvider {
|
||||
|
||||
Reference in New Issue
Block a user