- 테이블 관련 코드 리팩토링(중복코드 정리)
commit4d5bf2da1cb5f4912242b5f03364cfcbe0d690af
authorhangum <hangum@gmail.com>
Thu, 18 Jan 2018 05:46:14 +0000 (18 14:46 +0900)
committerhangum <hangum@gmail.com>
Thu, 18 Jan 2018 05:46:14 +0000 (18 14:46 +0900)
tree7be74ed5e30fdb8dec521b40e5443def3e38f233
parent25e7440aaa7743bb271b3d2ec06d73c720ed6705
- 테이블 관련 코드 리팩토링(중복코드 정리)
12 files changed:
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/tables/SQLResultLabelProvider.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/tables/TableUtil.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/get/GetPreferenceGeneral.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/RDBPreferencePage.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/db/UpdateDeleteConfirmDialog.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/procedure/ExecuteProcedureDialog.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/direct/QueryResultLabelProvider.java [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/direct/SQLResultLabelProvider.java [deleted file]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/plandetail/GeneralPlanComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/plandetail/mysql/MySQLExtensionViewDialog.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/resultdetail/ResultTableComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/utils/SQLResultTableUtil.java [new file with mode: 0644]