CreateViewStmt constructor
CreateViewStmt(
- String name,
- SelectStmt select, {
- bool ifNotExists = false,
- String selectSql = '',
Implementation
CreateViewStmt(
this.name,
this.select, {
this.ifNotExists = false,
this.selectSql = '',
});