- 쿼리 결과 배포하기 개선.
commitc07043869c372a85351851e5c80ff5ccc4592df0
authorhangum <hangum@gmail.com>
Sun, 7 Jan 2018 17:44:07 +0000 (8 02:44 +0900)
committerhangum <hangum@gmail.com>
Sun, 7 Jan 2018 17:44:07 +0000 (8 02:44 +0900)
tree2b59e0bc3b6a0a2b391d42b484c85031b9701eee
parenta91ac95adc6a39f5f7029953bf380743dca1a697
- 쿼리 결과 배포하기 개선.
com.hangum.tadpole.commons.libs/src/com/hangum/tadpole/commons/libs/core/define/PublicTadpoleDefine.java
com.hangum.tadpole.commons.sql/META-INF/MANIFEST.MF
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/AllDataExporter.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/ExportResultDTO.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/all/QueryDataExportFactory.java [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/all/inner/AQueryDataExporter.java [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/all/inner/CSVQueryDataExporter.java [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/all/inner/ExcelQueryDataExporter.java [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/export/all/inner/HtmlQueryDataExporter.java [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/export/sqlresult/ResultSetDownloadDialog.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/export/sqlresult/composite/ExportJSONComposite.java