amis-model-design
Version:
amis模型设计器
12 lines (11 loc) • 342 B
TypeScript
import { SQLServerDialectPlugin } from './SQLServerDialect';
export declare class SQLServer2008DialectPlugin extends SQLServerDialectPlugin {
static id: string;
registerDatabaseDialectType(): {
type: string;
title: string;
isRdbms: boolean;
schemaLess: boolean;
buildSettingForm: any;
};
}