mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
sql tree - before refactor
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import {Select} from '@dbgate/sqltree'
|
||||
import GridConfig from "./GridConfig";
|
||||
|
||||
export default abstract class GridDisplay {
|
||||
abstract getPageQuery(offse: number, count: number): string;
|
||||
constructor(
|
||||
public config: GridConfig,
|
||||
protected setConfig: (configh: GridConfig) => void
|
||||
) {}
|
||||
abstract getPageQuery(offset: number, count: number): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user