@egi/smart-db 2.6.6 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +355 -0
- package/assets/mysql/smart-db-core-update.001.sql +10 -0
- package/assets/oracle/smart-db-core-update.001.sql +13 -0
- package/assets/sqlite3/smart-db-core-update.001.sql +10 -0
- package/drivers/smart-db-better-sqlite3.d.ts +103 -16
- package/drivers/smart-db-better-sqlite3.js +1 -1
- package/drivers/smart-db-mysql.d.ts +53 -10
- package/drivers/smart-db-mysql.js +1 -1
- package/drivers/smart-db-oracle.d.ts +93 -20
- package/drivers/smart-db-oracle.js +1 -1
- package/helpers/extract-db-api.js +1 -1
- package/models/abstract-model.d.ts +39 -4
- package/models/abstract-model.js +1 -1
- package/models/mysql-tables-model.d.ts +109 -0
- package/models/mysql-tables-model.js +1 -0
- package/models/oracle-all-cons-columns-model.d.ts +55 -0
- package/models/oracle-all-cons-columns-model.js +1 -0
- package/models/oracle-all-constraints-model.d.ts +177 -0
- package/models/oracle-all-constraints-model.js +1 -0
- package/models/oracle-all-dependencies-model.d.ts +77 -0
- package/models/oracle-all-dependencies-model.js +1 -0
- package/models/oracle-all-objects-model.d.ts +201 -0
- package/models/oracle-all-objects-model.js +1 -0
- package/models/oracle-all-tab-columns-model.d.ts +305 -0
- package/models/oracle-all-tab-columns-model.js +1 -0
- package/models/oracle-all-triggers-model.d.ts +187 -0
- package/models/oracle-all-triggers-model.js +1 -0
- package/{models.generated/smart-db-user-tab-columns-view-model.d.ts → models/smart-db-all-tab-columns-view-model.d.ts} +14 -6
- package/models/smart-db-all-tab-columns-view-model.js +1 -0
- package/models/smart-db-core-table-model.d.ts +24 -22
- package/models/smart-db-core-table-model.js +1 -1
- package/models/smart-db-dictionary.d.ts +2 -10
- package/models/smart-db-dictionary.js +1 -1
- package/models/smart-db-log-model.d.ts +25 -8
- package/models/smart-db-log-model.js +1 -1
- package/models/smart-db-test-table-model.d.ts +79 -0
- package/models/smart-db-test-table-model.js +1 -0
- package/models/smart-db-user-tab-columns-view-model.d.ts +2 -0
- package/models/smart-db-user-tab-columns-view-model.js +1 -1
- package/models/smart-db-version-model.d.ts +25 -8
- package/models/smart-db-version-model.js +1 -1
- package/models/smart-db-version-view-model.d.ts +27 -8
- package/models/smart-db-version-view-model.js +1 -1
- package/models/sqlite-master-model.d.ts +14 -12
- package/models/sqlite-master-model.js +1 -1
- package/models/sqlite-sequence-model.d.ts +9 -7
- package/models/sqlite-sequence-model.js +1 -1
- package/package.json +40 -56
- package/smart-db-api.d.ts +2 -1
- package/smart-db-api.js +1 -1
- package/smart-db-browser.d.ts +5 -0
- package/smart-db-browser.js +1 -0
- package/smart-db-globals.d.ts +37 -5
- package/smart-db-globals.js +1 -1
- package/smart-db-interfaces.d.ts +330 -40
- package/smart-db-interfaces.js +1 -1
- package/smart-db-sql-build-data.d.ts +10 -1
- package/smart-db-sql-build-data.js +1 -1
- package/smart-db-upgrade-manager.d.ts +6 -4
- package/smart-db-upgrade-manager.js +1 -1
- package/smart-db.d.ts +451 -55
- package/smart-db.js +1 -1
- package/smart-error.d.ts +9 -28
- package/smart-error.js +1 -1
- package/smart-tools.d.ts +178 -0
- package/smart-tools.js +1 -0
- package/drivers/smart-db-mysql2.d.ts +0 -20
- package/drivers/smart-db-mysql2.js +0 -1
- package/drivers/smart-db-sqlite3.d.ts +0 -23
- package/drivers/smart-db-sqlite3.js +0 -1
- package/models/oracle-cat-model.d.ts +0 -23
- package/models/oracle-cat-model.js +0 -1
- package/models/oracle-user-tab-columns-model.d.ts +0 -39
- package/models/oracle-user-tab-columns-model.js +0 -1
- package/models/oracle-user-tab-columns-view-model.d.ts +0 -43
- package/models/oracle-user-tab-columns-view-model.js +0 -1
- package/models.generated/abstract-model.d.ts +0 -23
- package/models.generated/abstract-model.js +0 -1
- package/models.generated/smart-db-core-table-model.d.ts +0 -41
- package/models.generated/smart-db-core-table-model.js +0 -1
- package/models.generated/smart-db-dictionary.d.ts +0 -14
- package/models.generated/smart-db-dictionary.js +0 -1
- package/models.generated/smart-db-log-model.d.ts +0 -82
- package/models.generated/smart-db-log-model.js +0 -1
- package/models.generated/smart-db-user-tab-columns-view-model.js +0 -1
- package/models.generated/smart-db-version-model.d.ts +0 -82
- package/models.generated/smart-db-version-model.js +0 -1
- package/models.generated/smart-db-version-view-model.d.ts +0 -90
- package/models.generated/smart-db-version-view-model.js +0 -1
- package/smart-db-log.d.ts +0 -40
- package/smart-db-log.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var __extends=this&&this.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbAllTabColumnsViewModel=void 0;var abstract_model_1=require("./abstract-model"),SmartDbAllTabColumnsViewModel=function(e){function t(t){var n=e.call(this)||this;return t&&n.assign(t),n}return __extends(t,e),t.getClassName=function(){return"SmartDbAllTabColumnsViewModel"},t.getTableName=function(){return"smart_db_all_tab_columns_view"},t.getPkSequenceName=function(){return null},t.getPrimaryKey=function(){return""},t.from=function(e){var n=null;return e&&(n=new t(e)),n},t.prototype.clone=function(){return t.from(this)},t.prototype.getClassName=function(){return"SmartDbAllTabColumnsViewModel"},t.prototype.getTableName=function(){return"smart_db_all_tab_columns_view"},t.prototype.getPkSequenceName=function(){return null},t.prototype.getPrimaryKey=function(){return""},t.prototype.getAttributeMap=function(){return t.attributeMap},Object.defineProperty(t.prototype,"constraintType",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"constraint_type",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CONSTRAINT_TYPE",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"owner",{get:function(){return this._owner},set:function(e){this._owner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"OWNER",{get:function(){return this._owner},set:function(e){this._owner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tableName",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"table_name",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"TABLE_NAME",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"columnName",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"column_name",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLUMN_NAME",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataType",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataTypeMod",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type_mod",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE_MOD",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataTypeOwner",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type_owner",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE_OWNER",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataLength",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_length",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_LENGTH",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataPrecision",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_precision",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_PRECISION",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataScale",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_scale",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_SCALE",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this._nullable},set:function(e){this._nullable=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NULLABLE",{get:function(){return this._nullable},set:function(e){this._nullable=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"columnId",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"column_id",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLUMN_ID",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"defaultLength",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"default_length",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DEFAULT_LENGTH",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataDefault",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_default",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_DEFAULT",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numDistinct",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_distinct",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_DISTINCT",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lowValue",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"low_value",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"LOW_VALUE",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"highValue",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"high_value",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"HIGH_VALUE",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"density",{get:function(){return this._density},set:function(e){this._density=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DENSITY",{get:function(){return this._density},set:function(e){this._density=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numNulls",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_nulls",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_NULLS",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numBuckets",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_buckets",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_BUCKETS",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastAnalyzed",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"last_analyzed",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"LAST_ANALYZED",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sampleSize",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sample_size",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"SAMPLE_SIZE",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"characterSetName",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"character_set_name",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHARACTER_SET_NAME",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charColDeclLength",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_col_decl_length",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_COL_DECL_LENGTH",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"globalStats",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"global_stats",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"GLOBAL_STATS",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userStats",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"user_stats",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"USER_STATS",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"avgColLen",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"avg_col_len",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"AVG_COL_LEN",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charLength",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_length",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_LENGTH",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charUsed",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_used",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_USED",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"v80FmtImage",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"v80_fmt_image",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"V80_FMT_IMAGE",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataUpgraded",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_upgraded",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_UPGRADED",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"histogram",{get:function(){return this._histogram},set:function(e){this._histogram=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"HISTOGRAM",{get:function(){return this._histogram},set:function(e){this._histogram=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"defaultOnNull",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"default_on_null",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DEFAULT_ON_NULL",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"identityColumn",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"identity_column",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"IDENTITY_COLUMN",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"evaluationEdition",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"evaluation_edition",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"EVALUATION_EDITION",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusableBefore",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusable_before",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"UNUSABLE_BEFORE",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusableBeginning",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusable_beginning",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"UNUSABLE_BEGINNING",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"collation",{get:function(){return this._collation},set:function(e){this._collation=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLLATION",{get:function(){return this._collation},set:function(e){this._collation=e},enumerable:!1,configurable:!0}),t.attributeMap={constraintType:{alias:"CONSTRAINT_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},constraint_type:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},CONSTRAINT_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},owner:{alias:"OWNER",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_owner"},OWNER:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_owner"},tableName:{alias:"TABLE_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},table_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},TABLE_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},columnName:{alias:"COLUMN_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},column_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},COLUMN_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},dataType:{alias:"DATA_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},data_type:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},DATA_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},dataTypeMod:{alias:"DATA_TYPE_MOD",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},data_type_mod:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},DATA_TYPE_MOD:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},dataTypeOwner:{alias:"DATA_TYPE_OWNER",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},data_type_owner:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},DATA_TYPE_OWNER:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},dataLength:{alias:"DATA_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},data_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},DATA_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},dataPrecision:{alias:"DATA_PRECISION",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},data_precision:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},DATA_PRECISION:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},dataScale:{alias:"DATA_SCALE",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},data_scale:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},DATA_SCALE:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},nullable:{alias:"NULLABLE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_nullable"},NULLABLE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_nullable"},columnId:{alias:"COLUMN_ID",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},column_id:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},COLUMN_ID:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},defaultLength:{alias:"DEFAULT_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},default_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},DEFAULT_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},dataDefault:{alias:"DATA_DEFAULT",typeScriptStyle:!0,type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},data_default:{type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},DATA_DEFAULT:{physical:!0,type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},numDistinct:{alias:"NUM_DISTINCT",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},num_distinct:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},NUM_DISTINCT:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},lowValue:{alias:"LOW_VALUE",typeScriptStyle:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},low_value:{type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},LOW_VALUE:{physical:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},highValue:{alias:"HIGH_VALUE",typeScriptStyle:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},high_value:{type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},HIGH_VALUE:{physical:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},density:{alias:"DENSITY",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_density"},DENSITY:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_density"},numNulls:{alias:"NUM_NULLS",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},num_nulls:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},NUM_NULLS:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},numBuckets:{alias:"NUM_BUCKETS",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},num_buckets:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},NUM_BUCKETS:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},lastAnalyzed:{alias:"LAST_ANALYZED",typeScriptStyle:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},last_analyzed:{type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},LAST_ANALYZED:{physical:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},sampleSize:{alias:"SAMPLE_SIZE",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},sample_size:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},SAMPLE_SIZE:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},characterSetName:{alias:"CHARACTER_SET_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},character_set_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},CHARACTER_SET_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},charColDeclLength:{alias:"CHAR_COL_DECL_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},char_col_decl_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},CHAR_COL_DECL_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},globalStats:{alias:"GLOBAL_STATS",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},global_stats:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},GLOBAL_STATS:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},userStats:{alias:"USER_STATS",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},user_stats:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},USER_STATS:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},avgColLen:{alias:"AVG_COL_LEN",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},avg_col_len:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},AVG_COL_LEN:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},charLength:{alias:"CHAR_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},char_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},CHAR_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},charUsed:{alias:"CHAR_USED",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},char_used:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},CHAR_USED:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},v80FmtImage:{alias:"V80_FMT_IMAGE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},v80_fmt_image:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},V80_FMT_IMAGE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},dataUpgraded:{alias:"DATA_UPGRADED",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},data_upgraded:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},DATA_UPGRADED:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},histogram:{alias:"HISTOGRAM",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(15)",attribute:"_histogram"},HISTOGRAM:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(15)",attribute:"_histogram"},defaultOnNull:{alias:"DEFAULT_ON_NULL",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},default_on_null:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},DEFAULT_ON_NULL:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},identityColumn:{alias:"IDENTITY_COLUMN",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},identity_column:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},IDENTITY_COLUMN:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},evaluationEdition:{alias:"EVALUATION_EDITION",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},evaluation_edition:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},EVALUATION_EDITION:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},unusableBefore:{alias:"UNUSABLE_BEFORE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},unusable_before:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},UNUSABLE_BEFORE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},unusableBeginning:{alias:"UNUSABLE_BEGINNING",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},unusable_beginning:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},UNUSABLE_BEGINNING:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},collation:{alias:"COLLATION",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_collation"},COLLATION:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_collation"}},t}(abstract_model_1.AbstractModel);exports.SmartDbAllTabColumnsViewModel=SmartDbAllTabColumnsViewModel;
|
|
@@ -9,33 +9,35 @@ export declare class SmartDbCoreTableModel extends AbstractModel<SmartDbCoreTabl
|
|
|
9
9
|
private _id?;
|
|
10
10
|
private _name?;
|
|
11
11
|
private _type?;
|
|
12
|
-
static readonly attributeMap: ModelAttributeMap;
|
|
13
|
-
static getClassName(): string;
|
|
14
|
-
static getTableName(): string;
|
|
15
|
-
static getPrimaryKey(): string;
|
|
16
|
-
static from(other: SmartDbCoreTableModel | SmartDbCoreTableModelData): SmartDbCoreTableModel;
|
|
17
12
|
constructor(data?: SmartDbCoreTableModel | SmartDbCoreTableModelData);
|
|
18
|
-
clone(): SmartDbCoreTableModel;
|
|
19
|
-
getClassName(): string;
|
|
20
|
-
getTableName(): string;
|
|
21
|
-
getPrimaryKey(): string;
|
|
22
|
-
getAttributeMap(): ModelAttributeMap;
|
|
23
|
-
get id(): number;
|
|
24
|
-
set id(id: number);
|
|
25
|
-
get ctb_id(): number;
|
|
26
|
-
set ctb_id(id: number);
|
|
27
13
|
get CTB_ID(): number;
|
|
28
14
|
set CTB_ID(id: number);
|
|
29
|
-
get name(): string;
|
|
30
|
-
set name(name: string);
|
|
31
|
-
get ctb_name(): string;
|
|
32
|
-
set ctb_name(name: string);
|
|
33
15
|
get CTB_NAME(): string;
|
|
34
16
|
set CTB_NAME(name: string);
|
|
35
|
-
get type(): string;
|
|
36
|
-
set type(type: string);
|
|
37
|
-
get ctb_type(): string;
|
|
38
|
-
set ctb_type(type: string);
|
|
39
17
|
get CTB_TYPE(): string;
|
|
40
18
|
set CTB_TYPE(type: string);
|
|
19
|
+
get ctb_id(): number;
|
|
20
|
+
set ctb_id(id: number);
|
|
21
|
+
get ctb_name(): string;
|
|
22
|
+
set ctb_name(name: string);
|
|
23
|
+
get ctb_type(): string;
|
|
24
|
+
set ctb_type(type: string);
|
|
25
|
+
get id(): number;
|
|
26
|
+
set id(id: number);
|
|
27
|
+
get name(): string;
|
|
28
|
+
set name(name: string);
|
|
29
|
+
get type(): string;
|
|
30
|
+
set type(type: string);
|
|
31
|
+
static getClassName(): string;
|
|
32
|
+
static getPrimaryKey(): string;
|
|
33
|
+
clone(): SmartDbCoreTableModel;
|
|
34
|
+
getClassName(): string;
|
|
35
|
+
getTableName(): string;
|
|
36
|
+
getPkSequenceName(): string;
|
|
37
|
+
getPrimaryKey(): string;
|
|
38
|
+
getAttributeMap(): ModelAttributeMap;
|
|
39
|
+
static readonly attributeMap: ModelAttributeMap;
|
|
40
|
+
static getTableName(): string;
|
|
41
|
+
static getPkSequenceName(): string;
|
|
42
|
+
static from(other: SmartDbCoreTableModel | SmartDbCoreTableModelData): SmartDbCoreTableModel;
|
|
41
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";var __extends=this&&this.__extends||function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},t(e,r)};return function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbCoreTableModel=void 0;var abstract_model_1=require("./abstract-model"),SmartDbCoreTableModel=function(t){function e(e){var r=t.call(this)||this;return e&&r.assign(e),r}return __extends(e,t),Object.defineProperty(e.prototype,"CTB_ID",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"CTB_NAME",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"CTB_TYPE",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ctb_id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ctb_name",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ctb_type",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),e.getClassName=function(){return"SmartDbCoreTableModel"},e.getPrimaryKey=function(){return"CTB_ID"},e.prototype.clone=function(){return e.from(this)},e.prototype.getClassName=function(){return"SmartDbCoreTableModel"},e.prototype.getTableName=function(){return"smart_db_core_table"},e.prototype.getPkSequenceName=function(){return null},e.prototype.getPrimaryKey=function(){return"CTB_ID"},e.prototype.getAttributeMap=function(){return e.attributeMap},e.getTableName=function(){return"smart_db_core_table"},e.getPkSequenceName=function(){return null},e.from=function(t){var r=null;return t&&(r=new e(t)),r},e.attributeMap={id:{alias:"CTB_ID",typeScriptStyle:!0,type:"number",dbType:"NUMBER",attribute:"_id"},ctb_id:{type:"number",dbType:"NUMBER",attribute:"_id"},CTB_ID:{physical:!0,type:"number",dbType:"NUMBER",attribute:"_id"},name:{alias:"CTB_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",attribute:"_name"},ctb_name:{type:"string",dbType:"VARCHAR2",attribute:"_name"},CTB_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",attribute:"_name"},type:{alias:"CTB_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",attribute:"_type"},ctb_type:{type:"string",dbType:"VARCHAR2",attribute:"_type"},CTB_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",attribute:"_type"}},e}(abstract_model_1.AbstractModel);exports.SmartDbCoreTableModel=SmartDbCoreTableModel;
|
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SmartDbLogModel } from "./smart-db-log-model";
|
|
3
|
-
import { SmartDbUserTabColumnsViewModel } from "./smart-db-user-tab-columns-view-model";
|
|
4
|
-
import { SmartDbVersionModel } from "./smart-db-version-model";
|
|
5
|
-
import { SmartDbVersionViewModel } from "./smart-db-version-view-model";
|
|
6
|
-
interface SmartDbDictionaryEntry {
|
|
7
|
-
cls: typeof SmartDbCoreTableModel | typeof SmartDbLogModel | typeof SmartDbUserTabColumnsViewModel | typeof SmartDbVersionModel | typeof SmartDbVersionViewModel;
|
|
8
|
-
}
|
|
1
|
+
import { DbDictionaryEntry } from "../smart-db-interfaces";
|
|
9
2
|
export declare class SmartDbDictionary {
|
|
10
3
|
static models: {
|
|
11
|
-
[relation: string]:
|
|
4
|
+
[relation: string]: DbDictionaryEntry;
|
|
12
5
|
};
|
|
13
6
|
}
|
|
14
|
-
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbDictionary=void 0;var smart_db_log_model_1=require("./smart-db-log-model"),smart_db_version_model_1=require("./smart-db-version-model"),smart_db_version_view_model_1=require("./smart-db-version-view-model"),SmartDbDictionary=function(){function e(){}return e.models={SmartDbLogModel:{cls:smart_db_log_model_1.SmartDbLogModel},SmartDbVersionModel:{cls:smart_db_version_model_1.SmartDbVersionModel},SmartDbVersionViewModel:{cls:smart_db_version_view_model_1.SmartDbVersionViewModel}},e}();exports.SmartDbDictionary=SmartDbDictionary;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { GenericModelData, ModelAttributeMap } from "../smart-db-interfaces";
|
|
2
2
|
import { AbstractModel } from "./abstract-model";
|
|
3
|
-
import { SqlValueType } from "../smart-db-interfaces";
|
|
4
3
|
export interface SmartDbLogModelData extends GenericModelData {
|
|
5
4
|
id?: number;
|
|
6
5
|
severity?: string;
|
|
@@ -9,7 +8,7 @@ export interface SmartDbLogModelData extends GenericModelData {
|
|
|
9
8
|
info?: string;
|
|
10
9
|
data?: string;
|
|
11
10
|
user?: string;
|
|
12
|
-
timestamp?:
|
|
11
|
+
timestamp?: Date;
|
|
13
12
|
}
|
|
14
13
|
export declare class SmartDbLogModel extends AbstractModel<SmartDbLogModel, SmartDbLogModelData> {
|
|
15
14
|
private _id?;
|
|
@@ -23,60 +22,78 @@ export declare class SmartDbLogModel extends AbstractModel<SmartDbLogModel, Smar
|
|
|
23
22
|
static readonly attributeMap: ModelAttributeMap;
|
|
24
23
|
static getClassName(): string;
|
|
25
24
|
static getTableName(): string;
|
|
25
|
+
static getPkSequenceName(): string;
|
|
26
26
|
static getPrimaryKey(): string;
|
|
27
27
|
static from(other: SmartDbLogModel | SmartDbLogModelData): SmartDbLogModel;
|
|
28
28
|
constructor(data?: SmartDbLogModel | SmartDbLogModelData);
|
|
29
29
|
clone(): SmartDbLogModel;
|
|
30
30
|
getClassName(): string;
|
|
31
31
|
getTableName(): string;
|
|
32
|
+
getPkSequenceName(): string;
|
|
32
33
|
getPrimaryKey(): string;
|
|
33
34
|
getAttributeMap(): ModelAttributeMap;
|
|
34
35
|
get id(): number;
|
|
35
36
|
set id(id: number);
|
|
37
|
+
get logId(): number;
|
|
38
|
+
set logId(id: number);
|
|
36
39
|
get log_id(): number;
|
|
37
40
|
set log_id(id: number);
|
|
38
41
|
get LOG_ID(): number;
|
|
39
42
|
set LOG_ID(id: number);
|
|
40
43
|
get severity(): string;
|
|
41
44
|
set severity(severity: string);
|
|
45
|
+
get logSeverity(): string;
|
|
46
|
+
set logSeverity(severity: string);
|
|
42
47
|
get log_severity(): string;
|
|
43
48
|
set log_severity(severity: string);
|
|
44
49
|
get LOG_SEVERITY(): string;
|
|
45
50
|
set LOG_SEVERITY(severity: string);
|
|
46
51
|
get type(): string;
|
|
47
52
|
set type(type: string);
|
|
53
|
+
get logType(): string;
|
|
54
|
+
set logType(type: string);
|
|
48
55
|
get log_type(): string;
|
|
49
56
|
set log_type(type: string);
|
|
50
57
|
get LOG_TYPE(): string;
|
|
51
58
|
set LOG_TYPE(type: string);
|
|
52
59
|
get location(): string;
|
|
53
60
|
set location(location: string);
|
|
61
|
+
get logLocation(): string;
|
|
62
|
+
set logLocation(location: string);
|
|
54
63
|
get log_location(): string;
|
|
55
64
|
set log_location(location: string);
|
|
56
65
|
get LOG_LOCATION(): string;
|
|
57
66
|
set LOG_LOCATION(location: string);
|
|
58
67
|
get info(): string;
|
|
59
68
|
set info(info: string);
|
|
69
|
+
get logInfo(): string;
|
|
70
|
+
set logInfo(info: string);
|
|
60
71
|
get log_info(): string;
|
|
61
72
|
set log_info(info: string);
|
|
62
73
|
get LOG_INFO(): string;
|
|
63
74
|
set LOG_INFO(info: string);
|
|
64
75
|
get data(): string;
|
|
65
76
|
set data(data: string);
|
|
77
|
+
get logData(): string;
|
|
78
|
+
set logData(data: string);
|
|
66
79
|
get log_data(): string;
|
|
67
80
|
set log_data(data: string);
|
|
68
81
|
get LOG_DATA(): string;
|
|
69
82
|
set LOG_DATA(data: string);
|
|
70
83
|
get user(): string;
|
|
71
84
|
set user(user: string);
|
|
85
|
+
get logUser(): string;
|
|
86
|
+
set logUser(user: string);
|
|
72
87
|
get log_user(): string;
|
|
73
88
|
set log_user(user: string);
|
|
74
89
|
get LOG_USER(): string;
|
|
75
90
|
set LOG_USER(user: string);
|
|
76
|
-
get timestamp():
|
|
77
|
-
set timestamp(timestamp:
|
|
78
|
-
get
|
|
79
|
-
set
|
|
80
|
-
get
|
|
81
|
-
set
|
|
91
|
+
get timestamp(): Date;
|
|
92
|
+
set timestamp(timestamp: Date);
|
|
93
|
+
get logTimestamp(): Date;
|
|
94
|
+
set logTimestamp(timestamp: Date);
|
|
95
|
+
get log_timestamp(): Date;
|
|
96
|
+
set log_timestamp(timestamp: Date);
|
|
97
|
+
get LOG_TIMESTAMP(): Date;
|
|
98
|
+
set LOG_TIMESTAMP(timestamp: Date);
|
|
82
99
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";var __extends=this&&this.__extends||function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},t(e,r)};return function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function i(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(i.prototype=r.prototype,new i)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbLogModel=void 0;var abstract_model_1=require("./abstract-model"),SmartDbLogModel=function(t){function e(e){var r=t.call(this)||this;return e&&r.assign(e),r}return __extends(e,t),e.getClassName=function(){return"SmartDbLogModel"},e.getTableName=function(){return"smart_db_log"},e.getPkSequenceName=function(){return"SMART_DB_LOG_SEQ"},e.getPrimaryKey=function(){return"LOG_ID"},e.from=function(t){var r=null;return t&&(r=new e(t)),r},e.prototype.clone=function(){return e.from(this)},e.prototype.getClassName=function(){return"SmartDbLogModel"},e.prototype.getTableName=function(){return"smart_db_log"},e.prototype.getPkSequenceName=function(){return"SMART_DB_LOG_SEQ"},e.prototype.getPrimaryKey=function(){return"LOG_ID"},e.prototype.getAttributeMap=function(){return e.attributeMap},Object.defineProperty(e.prototype,"id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logId",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_ID",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"severity",{get:function(){return this._severity},set:function(t){this._severity=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logSeverity",{get:function(){return this._severity},set:function(t){this._severity=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_severity",{get:function(){return this._severity},set:function(t){this._severity=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_SEVERITY",{get:function(){return this._severity},set:function(t){this._severity=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logType",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_type",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_TYPE",{get:function(){return this._type},set:function(t){this._type=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"location",{get:function(){return this._location},set:function(t){this._location=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logLocation",{get:function(){return this._location},set:function(t){this._location=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_location",{get:function(){return this._location},set:function(t){this._location=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_LOCATION",{get:function(){return this._location},set:function(t){this._location=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"info",{get:function(){return this._info},set:function(t){this._info=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logInfo",{get:function(){return this._info},set:function(t){this._info=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_info",{get:function(){return this._info},set:function(t){this._info=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_INFO",{get:function(){return this._info},set:function(t){this._info=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"data",{get:function(){return this._data},set:function(t){this._data=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logData",{get:function(){return this._data},set:function(t){this._data=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_data",{get:function(){return this._data},set:function(t){this._data=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_DATA",{get:function(){return this._data},set:function(t){this._data=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"user",{get:function(){return this._user},set:function(t){this._user=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logUser",{get:function(){return this._user},set:function(t){this._user=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_user",{get:function(){return this._user},set:function(t){this._user=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_USER",{get:function(){return this._user},set:function(t){this._user=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"timestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"logTimestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"log_timestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"LOG_TIMESTAMP",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),e.attributeMap={id:{alias:"LOG_ID",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},logId:{alias:"LOG_ID",type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},log_id:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},LOG_ID:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},severity:{alias:"LOG_SEVERITY",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_severity"},logSeverity:{alias:"LOG_SEVERITY",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_severity"},log_severity:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_severity"},LOG_SEVERITY:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_severity"},type:{alias:"LOG_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_type"},logType:{alias:"LOG_TYPE",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_type"},log_type:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_type"},LOG_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_type"},location:{alias:"LOG_LOCATION",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_location"},logLocation:{alias:"LOG_LOCATION",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_location"},log_location:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_location"},LOG_LOCATION:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(32)",attribute:"_location"},info:{alias:"LOG_INFO",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_info"},logInfo:{alias:"LOG_INFO",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_info"},log_info:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_info"},LOG_INFO:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_info"},data:{alias:"LOG_DATA",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(4000)",attribute:"_data"},logData:{alias:"LOG_DATA",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(4000)",attribute:"_data"},log_data:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(4000)",attribute:"_data"},LOG_DATA:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(4000)",attribute:"_data"},user:{alias:"LOG_USER",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_user"},logUser:{alias:"LOG_USER",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_user"},log_user:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_user"},LOG_USER:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_user"},timestamp:{alias:"LOG_TIMESTAMP",typeScriptStyle:!0,type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(3)",attribute:"_timestamp"},logTimestamp:{alias:"LOG_TIMESTAMP",type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(3)",attribute:"_timestamp"},log_timestamp:{type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(3)",attribute:"_timestamp"},LOG_TIMESTAMP:{physical:!0,type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(3)",attribute:"_timestamp"}},e}(abstract_model_1.AbstractModel);exports.SmartDbLogModel=SmartDbLogModel;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { GenericModelData, ModelAttributeMap } from "../smart-db-interfaces";
|
|
2
|
+
import { AbstractModel } from "./abstract-model";
|
|
3
|
+
export interface SmartDbTestTableModelData extends GenericModelData {
|
|
4
|
+
id?: number;
|
|
5
|
+
string?: string;
|
|
6
|
+
number?: number;
|
|
7
|
+
date?: Date;
|
|
8
|
+
boolean?: boolean;
|
|
9
|
+
timestamp?: Date;
|
|
10
|
+
}
|
|
11
|
+
export declare class SmartDbTestTableModel extends AbstractModel<SmartDbTestTableModel, SmartDbTestTableModelData> {
|
|
12
|
+
private _id?;
|
|
13
|
+
private _string?;
|
|
14
|
+
private _number?;
|
|
15
|
+
private _date?;
|
|
16
|
+
private _boolean?;
|
|
17
|
+
private _timestamp?;
|
|
18
|
+
static readonly attributeMap: ModelAttributeMap;
|
|
19
|
+
static getClassName(): string;
|
|
20
|
+
static getTableName(): string;
|
|
21
|
+
static getPkSequenceName(): string;
|
|
22
|
+
static getPrimaryKey(): string;
|
|
23
|
+
static from(other: SmartDbTestTableModel | SmartDbTestTableModelData): SmartDbTestTableModel;
|
|
24
|
+
constructor(data?: SmartDbTestTableModel | SmartDbTestTableModelData);
|
|
25
|
+
clone(): SmartDbTestTableModel;
|
|
26
|
+
getClassName(): string;
|
|
27
|
+
getTableName(): string;
|
|
28
|
+
getPkSequenceName(): string;
|
|
29
|
+
getPrimaryKey(): string;
|
|
30
|
+
getAttributeMap(): ModelAttributeMap;
|
|
31
|
+
get id(): number;
|
|
32
|
+
set id(id: number);
|
|
33
|
+
get tstId(): number;
|
|
34
|
+
set tstId(id: number);
|
|
35
|
+
get tst_id(): number;
|
|
36
|
+
set tst_id(id: number);
|
|
37
|
+
get TST_ID(): number;
|
|
38
|
+
set TST_ID(id: number);
|
|
39
|
+
get string(): string;
|
|
40
|
+
set string(string: string);
|
|
41
|
+
get tstString(): string;
|
|
42
|
+
set tstString(string: string);
|
|
43
|
+
get tst_string(): string;
|
|
44
|
+
set tst_string(string: string);
|
|
45
|
+
get TST_STRING(): string;
|
|
46
|
+
set TST_STRING(string: string);
|
|
47
|
+
get number(): number;
|
|
48
|
+
set number(number: number);
|
|
49
|
+
get tstNumber(): number;
|
|
50
|
+
set tstNumber(number: number);
|
|
51
|
+
get tst_number(): number;
|
|
52
|
+
set tst_number(number: number);
|
|
53
|
+
get TST_NUMBER(): number;
|
|
54
|
+
set TST_NUMBER(number: number);
|
|
55
|
+
get date(): Date;
|
|
56
|
+
set date(date: Date);
|
|
57
|
+
get tstDate(): Date;
|
|
58
|
+
set tstDate(date: Date);
|
|
59
|
+
get tst_date(): Date;
|
|
60
|
+
set tst_date(date: Date);
|
|
61
|
+
get TST_DATE(): Date;
|
|
62
|
+
set TST_DATE(date: Date);
|
|
63
|
+
get boolean(): boolean;
|
|
64
|
+
set boolean(boolean: boolean);
|
|
65
|
+
get tstBoolean(): boolean;
|
|
66
|
+
set tstBoolean(boolean: boolean);
|
|
67
|
+
get tst_boolean(): boolean;
|
|
68
|
+
set tst_boolean(boolean: boolean);
|
|
69
|
+
get TST_BOOLEAN(): boolean;
|
|
70
|
+
set TST_BOOLEAN(boolean: boolean);
|
|
71
|
+
get timestamp(): Date;
|
|
72
|
+
set timestamp(timestamp: Date);
|
|
73
|
+
get tstTimestamp(): Date;
|
|
74
|
+
set tstTimestamp(timestamp: Date);
|
|
75
|
+
get tst_timestamp(): Date;
|
|
76
|
+
set tst_timestamp(timestamp: Date);
|
|
77
|
+
get TST_TIMESTAMP(): Date;
|
|
78
|
+
set TST_TIMESTAMP(timestamp: Date);
|
|
79
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var __extends=this&&this.__extends||function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},t(e,r)};return function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbTestTableModel=void 0;var abstract_model_1=require("./abstract-model"),SmartDbTestTableModel=function(t){function e(e){var r=t.call(this)||this;return e&&r.assign(e),r}return __extends(e,t),e.getClassName=function(){return"SmartDbTestTableModel"},e.getTableName=function(){return"smart_db_test_table"},e.getPkSequenceName=function(){return"SMART_DB_TEST_TABLE_SEQ"},e.getPrimaryKey=function(){return""},e.from=function(t){var r=null;return t&&(r=new e(t)),r},e.prototype.clone=function(){return e.from(this)},e.prototype.getClassName=function(){return"SmartDbTestTableModel"},e.prototype.getTableName=function(){return"smart_db_test_table"},e.prototype.getPkSequenceName=function(){return"SMART_DB_TEST_TABLE_SEQ"},e.prototype.getPrimaryKey=function(){return""},e.prototype.getAttributeMap=function(){return e.attributeMap},Object.defineProperty(e.prototype,"id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstId",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_ID",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"string",{get:function(){return this._string},set:function(t){this._string=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstString",{get:function(){return this._string},set:function(t){this._string=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_string",{get:function(){return this._string},set:function(t){this._string=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_STRING",{get:function(){return this._string},set:function(t){this._string=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"number",{get:function(){return this._number},set:function(t){this._number=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstNumber",{get:function(){return this._number},set:function(t){this._number=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_number",{get:function(){return this._number},set:function(t){this._number=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_NUMBER",{get:function(){return this._number},set:function(t){this._number=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"date",{get:function(){return this._date},set:function(t){this._date=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstDate",{get:function(){return this._date},set:function(t){this._date=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_date",{get:function(){return this._date},set:function(t){this._date=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_DATE",{get:function(){return this._date},set:function(t){this._date=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"boolean",{get:function(){return this._boolean},set:function(t){this._boolean=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstBoolean",{get:function(){return this._boolean},set:function(t){this._boolean=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_boolean",{get:function(){return this._boolean},set:function(t){this._boolean=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_BOOLEAN",{get:function(){return this._boolean},set:function(t){this._boolean=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"timestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tstTimestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tst_timestamp",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"TST_TIMESTAMP",{get:function(){return this._timestamp},set:function(t){this._timestamp=t},enumerable:!1,configurable:!0}),e.attributeMap={id:{alias:"TST_ID",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},tstId:{alias:"TST_ID",type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},tst_id:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},TST_ID:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_id"},string:{alias:"TST_STRING",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(50)",attribute:"_string"},tstString:{alias:"TST_STRING",type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(50)",attribute:"_string"},tst_string:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(50)",attribute:"_string"},TST_STRING:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(50)",attribute:"_string"},number:{alias:"TST_NUMBER",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_number"},tstNumber:{alias:"TST_NUMBER",type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_number"},tst_number:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_number"},TST_NUMBER:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER(38)",attribute:"_number"},date:{alias:"TST_DATE",typeScriptStyle:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_date"},tstDate:{alias:"TST_DATE",type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_date"},tst_date:{type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_date"},TST_DATE:{physical:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_date"},boolean:{alias:"TST_BOOLEAN",typeScriptStyle:!0,type:"boolean",dbType:"NUMBER",dbFullType:"NUMBER(1)",attribute:"_boolean"},tstBoolean:{alias:"TST_BOOLEAN",type:"boolean",dbType:"NUMBER",dbFullType:"NUMBER(1)",attribute:"_boolean"},tst_boolean:{type:"boolean",dbType:"NUMBER",dbFullType:"NUMBER(1)",attribute:"_boolean"},TST_BOOLEAN:{physical:!0,type:"boolean",dbType:"NUMBER",dbFullType:"NUMBER(1)",attribute:"_boolean"},timestamp:{alias:"TST_TIMESTAMP",typeScriptStyle:!0,type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(6)",attribute:"_timestamp"},tstTimestamp:{alias:"TST_TIMESTAMP",type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(6)",attribute:"_timestamp"},tst_timestamp:{type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(6)",attribute:"_timestamp"},TST_TIMESTAMP:{physical:!0,type:"Date",dbType:"TIMESTAMP",dbFullType:"TIMESTAMP(6)",attribute:"_timestamp"}},e}(abstract_model_1.AbstractModel);exports.SmartDbTestTableModel=SmartDbTestTableModel;
|
|
@@ -80,12 +80,14 @@ export declare class SmartDbUserTabColumnsViewModel extends AbstractModel<SmartD
|
|
|
80
80
|
static readonly attributeMap: ModelAttributeMap;
|
|
81
81
|
static getClassName(): string;
|
|
82
82
|
static getTableName(): string;
|
|
83
|
+
static getPkSequenceName(): string;
|
|
83
84
|
static getPrimaryKey(): string;
|
|
84
85
|
static from(other: SmartDbUserTabColumnsViewModel | SmartDbUserTabColumnsViewModelData): SmartDbUserTabColumnsViewModel;
|
|
85
86
|
constructor(data?: SmartDbUserTabColumnsViewModel | SmartDbUserTabColumnsViewModelData);
|
|
86
87
|
clone(): SmartDbUserTabColumnsViewModel;
|
|
87
88
|
getClassName(): string;
|
|
88
89
|
getTableName(): string;
|
|
90
|
+
getPkSequenceName(): string;
|
|
89
91
|
getPrimaryKey(): string;
|
|
90
92
|
getAttributeMap(): ModelAttributeMap;
|
|
91
93
|
get constraintType(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AbstractModel}from"./abstract-model";export class SmartDbUserTabColumnsViewModel extends AbstractModel{constructor(t){super(),t&&this.assign(t)}static getClassName(){return"SmartDbUserTabColumnsViewModel"}static getTableName(){return"smart_db_user_tab_columns_view"}static getPrimaryKey(){return""}static from(t){let e=null;return t&&(e=new SmartDbUserTabColumnsViewModel,t instanceof SmartDbUserTabColumnsViewModel?Object.assign(e,t):e.assign(t)),e}clone(){return SmartDbUserTabColumnsViewModel.from(this)}getClassName(){return"SmartDbUserTabColumnsViewModel"}getTableName(){return"smart_db_user_tab_columns_view"}getPrimaryKey(){return""}getAttributeMap(){return SmartDbUserTabColumnsViewModel.attributeMap}get constraintType(){return this._constraintType}set constraintType(t){this._constraintType=t}get constraint_type(){return this._constraintType}set constraint_type(t){this._constraintType=t}get CONSTRAINT_TYPE(){return this._constraintType}set CONSTRAINT_TYPE(t){this._constraintType=t}get tableName(){return this._tableName}set tableName(t){this._tableName=t}get table_name(){return this._tableName}set table_name(t){this._tableName=t}get TABLE_NAME(){return this._tableName}set TABLE_NAME(t){this._tableName=t}get columnName(){return this._columnName}set columnName(t){this._columnName=t}get column_name(){return this._columnName}set column_name(t){this._columnName=t}get COLUMN_NAME(){return this._columnName}set COLUMN_NAME(t){this._columnName=t}get dataType(){return this._dataType}set dataType(t){this._dataType=t}get data_type(){return this._dataType}set data_type(t){this._dataType=t}get DATA_TYPE(){return this._dataType}set DATA_TYPE(t){this._dataType=t}get dataTypeMod(){return this._dataTypeMod}set dataTypeMod(t){this._dataTypeMod=t}get data_type_mod(){return this._dataTypeMod}set data_type_mod(t){this._dataTypeMod=t}get DATA_TYPE_MOD(){return this._dataTypeMod}set DATA_TYPE_MOD(t){this._dataTypeMod=t}get dataTypeOwner(){return this._dataTypeOwner}set dataTypeOwner(t){this._dataTypeOwner=t}get data_type_owner(){return this._dataTypeOwner}set data_type_owner(t){this._dataTypeOwner=t}get DATA_TYPE_OWNER(){return this._dataTypeOwner}set DATA_TYPE_OWNER(t){this._dataTypeOwner=t}get dataLength(){return this._dataLength}set dataLength(t){this._dataLength=t}get data_length(){return this._dataLength}set data_length(t){this._dataLength=t}get DATA_LENGTH(){return this._dataLength}set DATA_LENGTH(t){this._dataLength=t}get dataPrecision(){return this._dataPrecision}set dataPrecision(t){this._dataPrecision=t}get data_precision(){return this._dataPrecision}set data_precision(t){this._dataPrecision=t}get DATA_PRECISION(){return this._dataPrecision}set DATA_PRECISION(t){this._dataPrecision=t}get dataScale(){return this._dataScale}set dataScale(t){this._dataScale=t}get data_scale(){return this._dataScale}set data_scale(t){this._dataScale=t}get DATA_SCALE(){return this._dataScale}set DATA_SCALE(t){this._dataScale=t}get nullable(){return this._nullable}set nullable(t){this._nullable=t}get NULLABLE(){return this._nullable}set NULLABLE(t){this._nullable=t}get columnId(){return this._columnId}set columnId(t){this._columnId=t}get column_id(){return this._columnId}set column_id(t){this._columnId=t}get COLUMN_ID(){return this._columnId}set COLUMN_ID(t){this._columnId=t}get defaultLength(){return this._defaultLength}set defaultLength(t){this._defaultLength=t}get default_length(){return this._defaultLength}set default_length(t){this._defaultLength=t}get DEFAULT_LENGTH(){return this._defaultLength}set DEFAULT_LENGTH(t){this._defaultLength=t}get dataDefault(){return this._dataDefault}set dataDefault(t){this._dataDefault=t}get data_default(){return this._dataDefault}set data_default(t){this._dataDefault=t}get DATA_DEFAULT(){return this._dataDefault}set DATA_DEFAULT(t){this._dataDefault=t}get numDistinct(){return this._numDistinct}set numDistinct(t){this._numDistinct=t}get num_distinct(){return this._numDistinct}set num_distinct(t){this._numDistinct=t}get NUM_DISTINCT(){return this._numDistinct}set NUM_DISTINCT(t){this._numDistinct=t}get lowValue(){return this._lowValue}set lowValue(t){this._lowValue=t}get low_value(){return this._lowValue}set low_value(t){this._lowValue=t}get LOW_VALUE(){return this._lowValue}set LOW_VALUE(t){this._lowValue=t}get highValue(){return this._highValue}set highValue(t){this._highValue=t}get high_value(){return this._highValue}set high_value(t){this._highValue=t}get HIGH_VALUE(){return this._highValue}set HIGH_VALUE(t){this._highValue=t}get density(){return this._density}set density(t){this._density=t}get DENSITY(){return this._density}set DENSITY(t){this._density=t}get numNulls(){return this._numNulls}set numNulls(t){this._numNulls=t}get num_nulls(){return this._numNulls}set num_nulls(t){this._numNulls=t}get NUM_NULLS(){return this._numNulls}set NUM_NULLS(t){this._numNulls=t}get numBuckets(){return this._numBuckets}set numBuckets(t){this._numBuckets=t}get num_buckets(){return this._numBuckets}set num_buckets(t){this._numBuckets=t}get NUM_BUCKETS(){return this._numBuckets}set NUM_BUCKETS(t){this._numBuckets=t}get lastAnalyzed(){return this._lastAnalyzed}set lastAnalyzed(t){this._lastAnalyzed=t}get last_analyzed(){return this._lastAnalyzed}set last_analyzed(t){this._lastAnalyzed=t}get LAST_ANALYZED(){return this._lastAnalyzed}set LAST_ANALYZED(t){this._lastAnalyzed=t}get sampleSize(){return this._sampleSize}set sampleSize(t){this._sampleSize=t}get sample_size(){return this._sampleSize}set sample_size(t){this._sampleSize=t}get SAMPLE_SIZE(){return this._sampleSize}set SAMPLE_SIZE(t){this._sampleSize=t}get characterSetName(){return this._characterSetName}set characterSetName(t){this._characterSetName=t}get character_set_name(){return this._characterSetName}set character_set_name(t){this._characterSetName=t}get CHARACTER_SET_NAME(){return this._characterSetName}set CHARACTER_SET_NAME(t){this._characterSetName=t}get charColDeclLength(){return this._charColDeclLength}set charColDeclLength(t){this._charColDeclLength=t}get char_col_decl_length(){return this._charColDeclLength}set char_col_decl_length(t){this._charColDeclLength=t}get CHAR_COL_DECL_LENGTH(){return this._charColDeclLength}set CHAR_COL_DECL_LENGTH(t){this._charColDeclLength=t}get globalStats(){return this._globalStats}set globalStats(t){this._globalStats=t}get global_stats(){return this._globalStats}set global_stats(t){this._globalStats=t}get GLOBAL_STATS(){return this._globalStats}set GLOBAL_STATS(t){this._globalStats=t}get userStats(){return this._userStats}set userStats(t){this._userStats=t}get user_stats(){return this._userStats}set user_stats(t){this._userStats=t}get USER_STATS(){return this._userStats}set USER_STATS(t){this._userStats=t}get avgColLen(){return this._avgColLen}set avgColLen(t){this._avgColLen=t}get avg_col_len(){return this._avgColLen}set avg_col_len(t){this._avgColLen=t}get AVG_COL_LEN(){return this._avgColLen}set AVG_COL_LEN(t){this._avgColLen=t}get charLength(){return this._charLength}set charLength(t){this._charLength=t}get char_length(){return this._charLength}set char_length(t){this._charLength=t}get CHAR_LENGTH(){return this._charLength}set CHAR_LENGTH(t){this._charLength=t}get charUsed(){return this._charUsed}set charUsed(t){this._charUsed=t}get char_used(){return this._charUsed}set char_used(t){this._charUsed=t}get CHAR_USED(){return this._charUsed}set CHAR_USED(t){this._charUsed=t}get v80FmtImage(){return this._v80FmtImage}set v80FmtImage(t){this._v80FmtImage=t}get v80_fmt_image(){return this._v80FmtImage}set v80_fmt_image(t){this._v80FmtImage=t}get V80_FMT_IMAGE(){return this._v80FmtImage}set V80_FMT_IMAGE(t){this._v80FmtImage=t}get dataUpgraded(){return this._dataUpgraded}set dataUpgraded(t){this._dataUpgraded=t}get data_upgraded(){return this._dataUpgraded}set data_upgraded(t){this._dataUpgraded=t}get DATA_UPGRADED(){return this._dataUpgraded}set DATA_UPGRADED(t){this._dataUpgraded=t}get histogram(){return this._histogram}set histogram(t){this._histogram=t}get HISTOGRAM(){return this._histogram}set HISTOGRAM(t){this._histogram=t}get defaultOnNull(){return this._defaultOnNull}set defaultOnNull(t){this._defaultOnNull=t}get default_on_null(){return this._defaultOnNull}set default_on_null(t){this._defaultOnNull=t}get DEFAULT_ON_NULL(){return this._defaultOnNull}set DEFAULT_ON_NULL(t){this._defaultOnNull=t}get identityColumn(){return this._identityColumn}set identityColumn(t){this._identityColumn=t}get identity_column(){return this._identityColumn}set identity_column(t){this._identityColumn=t}get IDENTITY_COLUMN(){return this._identityColumn}set IDENTITY_COLUMN(t){this._identityColumn=t}get evaluationEdition(){return this._evaluationEdition}set evaluationEdition(t){this._evaluationEdition=t}get evaluation_edition(){return this._evaluationEdition}set evaluation_edition(t){this._evaluationEdition=t}get EVALUATION_EDITION(){return this._evaluationEdition}set EVALUATION_EDITION(t){this._evaluationEdition=t}get unusableBefore(){return this._unusableBefore}set unusableBefore(t){this._unusableBefore=t}get unusable_before(){return this._unusableBefore}set unusable_before(t){this._unusableBefore=t}get UNUSABLE_BEFORE(){return this._unusableBefore}set UNUSABLE_BEFORE(t){this._unusableBefore=t}get unusableBeginning(){return this._unusableBeginning}set unusableBeginning(t){this._unusableBeginning=t}get unusable_beginning(){return this._unusableBeginning}set unusable_beginning(t){this._unusableBeginning=t}get UNUSABLE_BEGINNING(){return this._unusableBeginning}set UNUSABLE_BEGINNING(t){this._unusableBeginning=t}get collation(){return this._collation}set collation(t){this._collation=t}get COLLATION(){return this._collation}set COLLATION(t){this._collation=t}}SmartDbUserTabColumnsViewModel.attributeMap={constraintType:{alias:"CONSTRAINT_TYPE",typeScriptStyle:!0,type:"string",attribute:"_constraintType"},constraint_type:{type:"string",attribute:"_constraintType"},CONSTRAINT_TYPE:{physical:!0,type:"string",attribute:"_constraintType"},tableName:{alias:"TABLE_NAME",typeScriptStyle:!0,type:"string",attribute:"_tableName"},table_name:{type:"string",attribute:"_tableName"},TABLE_NAME:{physical:!0,type:"string",attribute:"_tableName"},columnName:{alias:"COLUMN_NAME",typeScriptStyle:!0,type:"string",attribute:"_columnName"},column_name:{type:"string",attribute:"_columnName"},COLUMN_NAME:{physical:!0,type:"string",attribute:"_columnName"},dataType:{alias:"DATA_TYPE",typeScriptStyle:!0,type:"string",attribute:"_dataType"},data_type:{type:"string",attribute:"_dataType"},DATA_TYPE:{physical:!0,type:"string",attribute:"_dataType"},dataTypeMod:{alias:"DATA_TYPE_MOD",typeScriptStyle:!0,type:"string",attribute:"_dataTypeMod"},data_type_mod:{type:"string",attribute:"_dataTypeMod"},DATA_TYPE_MOD:{physical:!0,type:"string",attribute:"_dataTypeMod"},dataTypeOwner:{alias:"DATA_TYPE_OWNER",typeScriptStyle:!0,type:"string",attribute:"_dataTypeOwner"},data_type_owner:{type:"string",attribute:"_dataTypeOwner"},DATA_TYPE_OWNER:{physical:!0,type:"string",attribute:"_dataTypeOwner"},dataLength:{alias:"DATA_LENGTH",typeScriptStyle:!0,type:"number",attribute:"_dataLength"},data_length:{type:"number",attribute:"_dataLength"},DATA_LENGTH:{physical:!0,type:"number",attribute:"_dataLength"},dataPrecision:{alias:"DATA_PRECISION",typeScriptStyle:!0,type:"number",attribute:"_dataPrecision"},data_precision:{type:"number",attribute:"_dataPrecision"},DATA_PRECISION:{physical:!0,type:"number",attribute:"_dataPrecision"},dataScale:{alias:"DATA_SCALE",typeScriptStyle:!0,type:"number",attribute:"_dataScale"},data_scale:{type:"number",attribute:"_dataScale"},DATA_SCALE:{physical:!0,type:"number",attribute:"_dataScale"},nullable:{alias:"NULLABLE",typeScriptStyle:!0,type:"string",attribute:"_nullable"},NULLABLE:{physical:!0,type:"string",attribute:"_nullable"},columnId:{alias:"COLUMN_ID",typeScriptStyle:!0,type:"number",attribute:"_columnId"},column_id:{type:"number",attribute:"_columnId"},COLUMN_ID:{physical:!0,type:"number",attribute:"_columnId"},defaultLength:{alias:"DEFAULT_LENGTH",typeScriptStyle:!0,type:"number",attribute:"_defaultLength"},default_length:{type:"number",attribute:"_defaultLength"},DEFAULT_LENGTH:{physical:!0,type:"number",attribute:"_defaultLength"},dataDefault:{alias:"DATA_DEFAULT",typeScriptStyle:!0,type:"any",attribute:"_dataDefault"},data_default:{type:"any",attribute:"_dataDefault"},DATA_DEFAULT:{physical:!0,type:"any",attribute:"_dataDefault"},numDistinct:{alias:"NUM_DISTINCT",typeScriptStyle:!0,type:"number",attribute:"_numDistinct"},num_distinct:{type:"number",attribute:"_numDistinct"},NUM_DISTINCT:{physical:!0,type:"number",attribute:"_numDistinct"},lowValue:{alias:"LOW_VALUE",typeScriptStyle:!0,type:"any",attribute:"_lowValue"},low_value:{type:"any",attribute:"_lowValue"},LOW_VALUE:{physical:!0,type:"any",attribute:"_lowValue"},highValue:{alias:"HIGH_VALUE",typeScriptStyle:!0,type:"any",attribute:"_highValue"},high_value:{type:"any",attribute:"_highValue"},HIGH_VALUE:{physical:!0,type:"any",attribute:"_highValue"},density:{alias:"DENSITY",typeScriptStyle:!0,type:"number",attribute:"_density"},DENSITY:{physical:!0,type:"number",attribute:"_density"},numNulls:{alias:"NUM_NULLS",typeScriptStyle:!0,type:"number",attribute:"_numNulls"},num_nulls:{type:"number",attribute:"_numNulls"},NUM_NULLS:{physical:!0,type:"number",attribute:"_numNulls"},numBuckets:{alias:"NUM_BUCKETS",typeScriptStyle:!0,type:"number",attribute:"_numBuckets"},num_buckets:{type:"number",attribute:"_numBuckets"},NUM_BUCKETS:{physical:!0,type:"number",attribute:"_numBuckets"},lastAnalyzed:{alias:"LAST_ANALYZED",typeScriptStyle:!0,type:"Date",attribute:"_lastAnalyzed"},last_analyzed:{type:"Date",attribute:"_lastAnalyzed"},LAST_ANALYZED:{physical:!0,type:"Date",attribute:"_lastAnalyzed"},sampleSize:{alias:"SAMPLE_SIZE",typeScriptStyle:!0,type:"number",attribute:"_sampleSize"},sample_size:{type:"number",attribute:"_sampleSize"},SAMPLE_SIZE:{physical:!0,type:"number",attribute:"_sampleSize"},characterSetName:{alias:"CHARACTER_SET_NAME",typeScriptStyle:!0,type:"string",attribute:"_characterSetName"},character_set_name:{type:"string",attribute:"_characterSetName"},CHARACTER_SET_NAME:{physical:!0,type:"string",attribute:"_characterSetName"},charColDeclLength:{alias:"CHAR_COL_DECL_LENGTH",typeScriptStyle:!0,type:"number",attribute:"_charColDeclLength"},char_col_decl_length:{type:"number",attribute:"_charColDeclLength"},CHAR_COL_DECL_LENGTH:{physical:!0,type:"number",attribute:"_charColDeclLength"},globalStats:{alias:"GLOBAL_STATS",typeScriptStyle:!0,type:"string",attribute:"_globalStats"},global_stats:{type:"string",attribute:"_globalStats"},GLOBAL_STATS:{physical:!0,type:"string",attribute:"_globalStats"},userStats:{alias:"USER_STATS",typeScriptStyle:!0,type:"string",attribute:"_userStats"},user_stats:{type:"string",attribute:"_userStats"},USER_STATS:{physical:!0,type:"string",attribute:"_userStats"},avgColLen:{alias:"AVG_COL_LEN",typeScriptStyle:!0,type:"number",attribute:"_avgColLen"},avg_col_len:{type:"number",attribute:"_avgColLen"},AVG_COL_LEN:{physical:!0,type:"number",attribute:"_avgColLen"},charLength:{alias:"CHAR_LENGTH",typeScriptStyle:!0,type:"number",attribute:"_charLength"},char_length:{type:"number",attribute:"_charLength"},CHAR_LENGTH:{physical:!0,type:"number",attribute:"_charLength"},charUsed:{alias:"CHAR_USED",typeScriptStyle:!0,type:"string",attribute:"_charUsed"},char_used:{type:"string",attribute:"_charUsed"},CHAR_USED:{physical:!0,type:"string",attribute:"_charUsed"},v80FmtImage:{alias:"V80_FMT_IMAGE",typeScriptStyle:!0,type:"string",attribute:"_v80FmtImage"},v80_fmt_image:{type:"string",attribute:"_v80FmtImage"},V80_FMT_IMAGE:{physical:!0,type:"string",attribute:"_v80FmtImage"},dataUpgraded:{alias:"DATA_UPGRADED",typeScriptStyle:!0,type:"string",attribute:"_dataUpgraded"},data_upgraded:{type:"string",attribute:"_dataUpgraded"},DATA_UPGRADED:{physical:!0,type:"string",attribute:"_dataUpgraded"},histogram:{alias:"HISTOGRAM",typeScriptStyle:!0,type:"string",attribute:"_histogram"},HISTOGRAM:{physical:!0,type:"string",attribute:"_histogram"},defaultOnNull:{alias:"DEFAULT_ON_NULL",typeScriptStyle:!0,type:"string",attribute:"_defaultOnNull"},default_on_null:{type:"string",attribute:"_defaultOnNull"},DEFAULT_ON_NULL:{physical:!0,type:"string",attribute:"_defaultOnNull"},identityColumn:{alias:"IDENTITY_COLUMN",typeScriptStyle:!0,type:"string",attribute:"_identityColumn"},identity_column:{type:"string",attribute:"_identityColumn"},IDENTITY_COLUMN:{physical:!0,type:"string",attribute:"_identityColumn"},evaluationEdition:{alias:"EVALUATION_EDITION",typeScriptStyle:!0,type:"string",attribute:"_evaluationEdition"},evaluation_edition:{type:"string",attribute:"_evaluationEdition"},EVALUATION_EDITION:{physical:!0,type:"string",attribute:"_evaluationEdition"},unusableBefore:{alias:"UNUSABLE_BEFORE",typeScriptStyle:!0,type:"string",attribute:"_unusableBefore"},unusable_before:{type:"string",attribute:"_unusableBefore"},UNUSABLE_BEFORE:{physical:!0,type:"string",attribute:"_unusableBefore"},unusableBeginning:{alias:"UNUSABLE_BEGINNING",typeScriptStyle:!0,type:"string",attribute:"_unusableBeginning"},unusable_beginning:{type:"string",attribute:"_unusableBeginning"},UNUSABLE_BEGINNING:{physical:!0,type:"string",attribute:"_unusableBeginning"},collation:{alias:"COLLATION",typeScriptStyle:!0,type:"string",attribute:"_collation"},COLLATION:{physical:!0,type:"string",attribute:"_collation"}};
|
|
1
|
+
"use strict";var __extends=this&&this.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.SmartDbUserTabColumnsViewModel=void 0;var abstract_model_1=require("./abstract-model"),SmartDbUserTabColumnsViewModel=function(e){function t(t){var n=e.call(this)||this;return t&&n.assign(t),n}return __extends(t,e),t.getClassName=function(){return"SmartDbUserTabColumnsViewModel"},t.getTableName=function(){return"smart_db_user_tab_columns_view"},t.getPkSequenceName=function(){return null},t.getPrimaryKey=function(){return""},t.from=function(e){var n=null;return e&&(n=new t(e)),n},t.prototype.clone=function(){return t.from(this)},t.prototype.getClassName=function(){return"SmartDbUserTabColumnsViewModel"},t.prototype.getTableName=function(){return"smart_db_user_tab_columns_view"},t.prototype.getPkSequenceName=function(){return null},t.prototype.getPrimaryKey=function(){return""},t.prototype.getAttributeMap=function(){return t.attributeMap},Object.defineProperty(t.prototype,"constraintType",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"constraint_type",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CONSTRAINT_TYPE",{get:function(){return this._constraintType},set:function(e){this._constraintType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tableName",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"table_name",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"TABLE_NAME",{get:function(){return this._tableName},set:function(e){this._tableName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"columnName",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"column_name",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLUMN_NAME",{get:function(){return this._columnName},set:function(e){this._columnName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataType",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE",{get:function(){return this._dataType},set:function(e){this._dataType=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataTypeMod",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type_mod",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE_MOD",{get:function(){return this._dataTypeMod},set:function(e){this._dataTypeMod=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataTypeOwner",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_type_owner",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_TYPE_OWNER",{get:function(){return this._dataTypeOwner},set:function(e){this._dataTypeOwner=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataLength",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_length",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_LENGTH",{get:function(){return this._dataLength},set:function(e){this._dataLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataPrecision",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_precision",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_PRECISION",{get:function(){return this._dataPrecision},set:function(e){this._dataPrecision=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataScale",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_scale",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_SCALE",{get:function(){return this._dataScale},set:function(e){this._dataScale=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this._nullable},set:function(e){this._nullable=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NULLABLE",{get:function(){return this._nullable},set:function(e){this._nullable=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"columnId",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"column_id",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLUMN_ID",{get:function(){return this._columnId},set:function(e){this._columnId=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"defaultLength",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"default_length",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DEFAULT_LENGTH",{get:function(){return this._defaultLength},set:function(e){this._defaultLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataDefault",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_default",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_DEFAULT",{get:function(){return this._dataDefault},set:function(e){this._dataDefault=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numDistinct",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_distinct",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_DISTINCT",{get:function(){return this._numDistinct},set:function(e){this._numDistinct=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lowValue",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"low_value",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"LOW_VALUE",{get:function(){return this._lowValue},set:function(e){this._lowValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"highValue",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"high_value",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"HIGH_VALUE",{get:function(){return this._highValue},set:function(e){this._highValue=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"density",{get:function(){return this._density},set:function(e){this._density=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DENSITY",{get:function(){return this._density},set:function(e){this._density=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numNulls",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_nulls",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_NULLS",{get:function(){return this._numNulls},set:function(e){this._numNulls=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numBuckets",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"num_buckets",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"NUM_BUCKETS",{get:function(){return this._numBuckets},set:function(e){this._numBuckets=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastAnalyzed",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"last_analyzed",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"LAST_ANALYZED",{get:function(){return this._lastAnalyzed},set:function(e){this._lastAnalyzed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sampleSize",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sample_size",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"SAMPLE_SIZE",{get:function(){return this._sampleSize},set:function(e){this._sampleSize=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"characterSetName",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"character_set_name",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHARACTER_SET_NAME",{get:function(){return this._characterSetName},set:function(e){this._characterSetName=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charColDeclLength",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_col_decl_length",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_COL_DECL_LENGTH",{get:function(){return this._charColDeclLength},set:function(e){this._charColDeclLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"globalStats",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"global_stats",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"GLOBAL_STATS",{get:function(){return this._globalStats},set:function(e){this._globalStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userStats",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"user_stats",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"USER_STATS",{get:function(){return this._userStats},set:function(e){this._userStats=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"avgColLen",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"avg_col_len",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"AVG_COL_LEN",{get:function(){return this._avgColLen},set:function(e){this._avgColLen=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charLength",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_length",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_LENGTH",{get:function(){return this._charLength},set:function(e){this._charLength=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"charUsed",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"char_used",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"CHAR_USED",{get:function(){return this._charUsed},set:function(e){this._charUsed=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"v80FmtImage",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"v80_fmt_image",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"V80_FMT_IMAGE",{get:function(){return this._v80FmtImage},set:function(e){this._v80FmtImage=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataUpgraded",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data_upgraded",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DATA_UPGRADED",{get:function(){return this._dataUpgraded},set:function(e){this._dataUpgraded=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"histogram",{get:function(){return this._histogram},set:function(e){this._histogram=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"HISTOGRAM",{get:function(){return this._histogram},set:function(e){this._histogram=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"defaultOnNull",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"default_on_null",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"DEFAULT_ON_NULL",{get:function(){return this._defaultOnNull},set:function(e){this._defaultOnNull=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"identityColumn",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"identity_column",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"IDENTITY_COLUMN",{get:function(){return this._identityColumn},set:function(e){this._identityColumn=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"evaluationEdition",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"evaluation_edition",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"EVALUATION_EDITION",{get:function(){return this._evaluationEdition},set:function(e){this._evaluationEdition=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusableBefore",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusable_before",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"UNUSABLE_BEFORE",{get:function(){return this._unusableBefore},set:function(e){this._unusableBefore=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusableBeginning",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"unusable_beginning",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"UNUSABLE_BEGINNING",{get:function(){return this._unusableBeginning},set:function(e){this._unusableBeginning=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"collation",{get:function(){return this._collation},set:function(e){this._collation=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"COLLATION",{get:function(){return this._collation},set:function(e){this._collation=e},enumerable:!1,configurable:!0}),t.attributeMap={constraintType:{alias:"CONSTRAINT_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},constraint_type:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},CONSTRAINT_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_constraintType"},tableName:{alias:"TABLE_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},table_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},TABLE_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_tableName"},columnName:{alias:"COLUMN_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},column_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},COLUMN_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_columnName"},dataType:{alias:"DATA_TYPE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},data_type:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},DATA_TYPE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataType"},dataTypeMod:{alias:"DATA_TYPE_MOD",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},data_type_mod:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},DATA_TYPE_MOD:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataTypeMod"},dataTypeOwner:{alias:"DATA_TYPE_OWNER",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},data_type_owner:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},DATA_TYPE_OWNER:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_dataTypeOwner"},dataLength:{alias:"DATA_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},data_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},DATA_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataLength"},dataPrecision:{alias:"DATA_PRECISION",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},data_precision:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},DATA_PRECISION:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataPrecision"},dataScale:{alias:"DATA_SCALE",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},data_scale:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},DATA_SCALE:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_dataScale"},nullable:{alias:"NULLABLE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_nullable"},NULLABLE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_nullable"},columnId:{alias:"COLUMN_ID",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},column_id:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},COLUMN_ID:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_columnId"},defaultLength:{alias:"DEFAULT_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},default_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},DEFAULT_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_defaultLength"},dataDefault:{alias:"DATA_DEFAULT",typeScriptStyle:!0,type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},data_default:{type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},DATA_DEFAULT:{physical:!0,type:"any",dbType:"LONG",dbFullType:"LONG",attribute:"_dataDefault"},numDistinct:{alias:"NUM_DISTINCT",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},num_distinct:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},NUM_DISTINCT:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numDistinct"},lowValue:{alias:"LOW_VALUE",typeScriptStyle:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},low_value:{type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},LOW_VALUE:{physical:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_lowValue"},highValue:{alias:"HIGH_VALUE",typeScriptStyle:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},high_value:{type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},HIGH_VALUE:{physical:!0,type:"any",dbType:"RAW",dbFullType:"RAW",attribute:"_highValue"},density:{alias:"DENSITY",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_density"},DENSITY:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_density"},numNulls:{alias:"NUM_NULLS",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},num_nulls:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},NUM_NULLS:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numNulls"},numBuckets:{alias:"NUM_BUCKETS",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},num_buckets:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},NUM_BUCKETS:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_numBuckets"},lastAnalyzed:{alias:"LAST_ANALYZED",typeScriptStyle:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},last_analyzed:{type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},LAST_ANALYZED:{physical:!0,type:"Date",dbType:"DATE",dbFullType:"DATE",attribute:"_lastAnalyzed"},sampleSize:{alias:"SAMPLE_SIZE",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},sample_size:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},SAMPLE_SIZE:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_sampleSize"},characterSetName:{alias:"CHARACTER_SET_NAME",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},character_set_name:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},CHARACTER_SET_NAME:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(44)",attribute:"_characterSetName"},charColDeclLength:{alias:"CHAR_COL_DECL_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},char_col_decl_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},CHAR_COL_DECL_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charColDeclLength"},globalStats:{alias:"GLOBAL_STATS",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},global_stats:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},GLOBAL_STATS:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_globalStats"},userStats:{alias:"USER_STATS",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},user_stats:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},USER_STATS:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_userStats"},avgColLen:{alias:"AVG_COL_LEN",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},avg_col_len:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},AVG_COL_LEN:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_avgColLen"},charLength:{alias:"CHAR_LENGTH",typeScriptStyle:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},char_length:{type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},CHAR_LENGTH:{physical:!0,type:"number",dbType:"NUMBER",dbFullType:"NUMBER",attribute:"_charLength"},charUsed:{alias:"CHAR_USED",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},char_used:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},CHAR_USED:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(1)",attribute:"_charUsed"},v80FmtImage:{alias:"V80_FMT_IMAGE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},v80_fmt_image:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},V80_FMT_IMAGE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_v80FmtImage"},dataUpgraded:{alias:"DATA_UPGRADED",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},data_upgraded:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},DATA_UPGRADED:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_dataUpgraded"},histogram:{alias:"HISTOGRAM",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(15)",attribute:"_histogram"},HISTOGRAM:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(15)",attribute:"_histogram"},defaultOnNull:{alias:"DEFAULT_ON_NULL",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},default_on_null:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},DEFAULT_ON_NULL:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_defaultOnNull"},identityColumn:{alias:"IDENTITY_COLUMN",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},identity_column:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},IDENTITY_COLUMN:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(3)",attribute:"_identityColumn"},evaluationEdition:{alias:"EVALUATION_EDITION",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},evaluation_edition:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},EVALUATION_EDITION:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_evaluationEdition"},unusableBefore:{alias:"UNUSABLE_BEFORE",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},unusable_before:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},UNUSABLE_BEFORE:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBefore"},unusableBeginning:{alias:"UNUSABLE_BEGINNING",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},unusable_beginning:{type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},UNUSABLE_BEGINNING:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(128)",attribute:"_unusableBeginning"},collation:{alias:"COLLATION",typeScriptStyle:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_collation"},COLLATION:{physical:!0,type:"string",dbType:"VARCHAR2",dbFullType:"VARCHAR2(100)",attribute:"_collation"}},t}(abstract_model_1.AbstractModel);exports.SmartDbUserTabColumnsViewModel=SmartDbUserTabColumnsViewModel;
|