Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
AliasSpecifies whether to reverse-engineer alias. DATATYPE: Boolean.
ConnectionTypeConnection type. Valid types are: 'Native' and 'ODBC'. DATATYPE: String.
ConnectStringReverse engineering uses this string to connect to the database when the connection type is Native. DATATYPE: String.
DatabaseMicrosoft SQL Server or Sybase only. The database that you want to reverse engineer. DATATYPE: String.
DatasourceIf the ConnectionType is ODBC, then this property designates the ODBC datasource name. If the ConnectionType is Native, then this is the server name or connection string required to connect to the DBMS server. DATATYPE: String.
DBMSTypeDBMS type for a Native ConnectionType. Valid values are: 'Oracle', 'Sybase', 'SQL Server', and 'DB2'. If the ConnectionType is ODBC, this property is ignored. DATATYPE: String.
IgnoreIndexPartitionsSpecifies whether to reverse-engineer index partitions. DATATYPE: Boolean.
IgnoreTablePartitionsSpecifies whether to reverse-engineer table partitions. DATATYPE: Boolean.
InferDomainsSpecifies whether to infer domains. Default is FALSE. DATATYPE: Boolean.
InferFKByIndexSpecifies whether to infer Foreign Keys based on indexes. Default is FALSE. DATATYPE: Boolean.
InferFKByNameSpecifies whether to infer Foreign Keys based on names. Default is FALSE. DATATYPE: Boolean.
InferPKSpecifies whether to infer Primary Keys. Default is FALSE. DATATYPE: Boolean.
MaterializedViewsSpecifies whether to reverse-engineer Materialized Views. DATATYPE: Boolean.
ObjectOwnerOwner of the objects. If the database type is SQL Server or Sybase, the default is dbo. For other platforms, the defalt is UserName. DATATYPE: String.
ObjectTypesSpecifies whether to reverse-engineer object types. DATATYPE: Boolean.
PackagesSpecifies whether to reverse-engineer packages. DATATYPE: Boolean.
PasswordPassword for the database connection. DATATYPE: String.
ProceduresSpecifies whether to reverse-engineer stored procedures. Default is FALSE. DATATYPE: Boolean.
QuickLaunchFileSpecifies the quick launch file used to do the reverse-engineer. DATATYPE: String.
SequencesSpecifies whether to reverse-engineer Sequences. DATATYPE: Boolean.
ShowStatusDetermines whether to display the status dialog. DATATYPE: Boolean.
StorageObjectsSpecifies whether to reverse-engineer storage objects. DATATYPE: Boolean.
SynonymsSpecifies whether to reverse-engineer Synonyms. DATATYPE: Boolean.
SystemTablesSpecifies whether to reverse-engineer system tables. Default is FALSE. DATATYPE: Boolean.
SystemViewsSpecifies whether to reverse-engineer system views. Default is FALSE. DATATYPE: Boolean.
TriggersSpecifies whether to reverse-engineer triggers. Default is FALSE. DATATYPE: Boolean.
UsernameLogin name for the database connection. DATATYPE: String.
UserTablesSpecifies whether to reverse-engineer user tables. Default is TRUE. DATATYPE: Boolean.
UserViewsSpecifies whether to reverse-engineer user views. Default is FALSE. DATATYPE: Boolean.

...