DatabaseEntity constructor
DatabaseEntity({
- DatabaseInstanceEntity? database,
- FunctionEntity? databaseFunction,
- PackageEntity? databasePackage,
- List<
EntityDdl> ? entityDdl, - String? entityType,
- List<
EntityIssue> ? issues, - List<
EntityMapping> ? mappings, - MaterializedViewEntity? materializedView,
- String? parentEntity,
- SchemaEntity? schema,
- SequenceEntity? sequence,
- String? shortName,
- StoredProcedureEntity? storedProcedure,
- SynonymEntity? synonym,
- TableEntity? table,
- String? tree,
- UDTEntity? udt,
- ViewEntity? view,
Implementation
DatabaseEntity({
this.database,
this.databaseFunction,
this.databasePackage,
this.entityDdl,
this.entityType,
this.issues,
this.mappings,
this.materializedView,
this.parentEntity,
this.schema,
this.sequence,
this.shortName,
this.storedProcedure,
this.synonym,
this.table,
this.tree,
this.udt,
this.view,
});