CreateVirtualTableStmt constructor

CreateVirtualTableStmt(
  1. String name,
  2. String module,
  3. List<String> args, {
  4. bool ifNotExists = false,
})

Implementation

CreateVirtualTableStmt(
  this.name,
  this.module,
  this.args, {
  this.ifNotExists = false,
});