- initialize netezza
commitcaeb39d9e10e44c1a23432359c46abeb35e5aa8c
authorhangum <hangum@gmail.com>
Wed, 29 Nov 2017 19:44:11 +0000 (30 04:44 +0900)
committerhangum <hangum@gmail.com>
Wed, 29 Nov 2017 19:44:11 +0000 (30 04:44 +0900)
tree3fd9184c8fd3efa245a364e06b6d12722791986f
parentc17d27390c036d7d49e0bb3deea204ce59d57cd4
- initialize  netezza
- remove apache tajo and agensgraph
63 files changed:
com.hangum.tadpole.applicaion.start/src/com/hangum/tadpole/application/start/ApplicationWorkbenchWindowAdvisor.java
com.hangum.tadpole.applicaion.start/src/com/hangum/tadpole/application/start/Perspective.java
com.hangum.tadpole.applicaion.start/src/com/hangum/tadpole/application/start/dialog/perspective/SelectPerspectiveDialog.java
com.hangum.tadpole.application/plugin.xml
com.hangum.tadpole.commons.libs/src/com/hangum/tadpole/commons/libs/core/define/PublicTadpoleDefine.java
com.hangum.tadpole.commons.libs/src/com/hangum/tadpole/commons/libs/core/define/SystemDefine.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/config/NetezzaConfig.xml [copied from com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/config/POSTGREConfig.xml with 90% similarity]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/config/POSTGREConfig.xml
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/config/TAJOConfig.xml [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/define/DBDefine.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/define/DBGroupDefine.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/manager/TadpoleSQLManager.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/AgensSQL.xml [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/NetezzaSQL.xml [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/TAJOSQL.xml [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/sql/DBSystemSchema.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/template/TAJODMLTemplate.java [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/PartQueryUtil.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/QueryUtils.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/session/manager/SessionManager.java
com.hangum.tadpole.preference/plugin.xml
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/PerspectivePreferencePage.java
com.hangum.tadpole.rdb.core/META-INF/MANIFEST.MF
com.hangum.tadpole.rdb.core/resources/icons/dbs/tajo-add.jpg [deleted file]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/actions/object/rdb/object/ObjectDropAction.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/DBConnectionUtils.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/AbstractLoginComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/NetezzaLoginComposite.java [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/TajoLoginComposite.java [deleted file]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/sub/others/OthersConnectionBigDataGroup.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/table/mysql/ColumnDataTypeDef.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/MainEditor.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/ResultSetComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/execute/sub/ExecuteOtherSQL.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/execute/sub/ExecuteQueryPlan.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/utils/ExtMakeContentAssistUtil.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/extensionpoint/handler/MainEditorContributionsHandler.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/util/QueryTemplateUtils.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/connections/DBIconsUtils.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/ExplorerViewer.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/table/TadpoleTableComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/utils/TadpoleObjectQuery.java
com.hangum.tadpole.rdb.erd.core/META-INF/MANIFEST.MF
com.hangum.tadpole.rdb.erd.core/src/com/hangum/tadpole/rdb/erd/core/relation/RelationUtil.java
com.hangum.tadpole.rdb.erd.core/src/com/hangum/tadpole/rdb/erd/core/utils/TDBDataHandler.java
com.hangum.tadpole.rdb.erd.core/src/com/hangum/tadpole/rdb/erd/core/utils/TadpoleModelUtils.java
com.hangum.tadpole.tajo.core/.classpath [deleted file]
com.hangum.tadpole.tajo.core/.pmd [deleted file]
com.hangum.tadpole.tajo.core/.project [deleted file]
com.hangum.tadpole.tajo.core/.settings/org.eclipse.jdt.core.prefs [deleted file]
com.hangum.tadpole.tajo.core/META-INF/MANIFEST.MF [deleted file]
com.hangum.tadpole.tajo.core/build.properties [deleted file]
com.hangum.tadpole.tajo.core/libs/dbcp/commons-collections-3.2.1.jar [deleted file]
com.hangum.tadpole.tajo.core/libs/dbcp/commons-dbcp-1.4.jar [deleted file]
com.hangum.tadpole.tajo.core/libs/dbcp/commons-pool-1.5.4.jar [deleted file]
com.hangum.tadpole.tajo.core/libs/tajo-jdbc-0.11.2.jar [deleted file]
com.hangum.tadpole.tajo.core/plugin.xml [deleted file]
com.hangum.tadpole.tajo.core/resources/icons/session-list.png [deleted file]
com.hangum.tadpole.tajo.core/src/com/hangum/tadpole/tajo/core/Activator.java [deleted file]
com.hangum.tadpole.tajo.core/src/com/hangum/tadpole/tajo/core/connections/TajoConnectionManager.java [deleted file]
com.hangum.tadpole.tajo.core/src/com/hangum/tadpole/tajo/core/connections/manager/ConnectionPoolManager.java [deleted file]
com.hangum.tadpole.tajo.core/src/com/hangum/tadpole/tajo/core/utils/ObjectComparator.java [deleted file]
com.hangum.tadpole.tajo.core/src_test/com/hangum/tadpole/tajo/core/driver/TajoConnect.java [deleted file]