├── .gitignore ├── DBEAVER_README.md ├── LICENSE.md ├── README.md ├── ViT_Manual ├── BUILD_NUMBER.txt ├── Makefile ├── README.md ├── ko │ ├── Makefile │ ├── _static │ │ └── style.css │ ├── _templates_org │ │ └── layout.html │ ├── conf.py │ ├── connect.rst │ ├── dev.ini │ ├── images │ │ ├── dbeaver.png │ │ ├── gephi.png │ │ ├── gephi_toolkit.png │ │ ├── gql.png │ │ ├── javafx.png │ │ ├── query_editor │ │ │ ├── gql_assist1.png │ │ │ ├── gql_assist2.png │ │ │ ├── query_editor_1.png │ │ │ ├── query_editor_2.png │ │ │ ├── query_plan.png │ │ │ └── query_tran.png │ │ ├── result_other │ │ │ ├── capture.png │ │ │ ├── chart_1.png │ │ │ ├── chart_2.png │ │ │ ├── design_edit.png │ │ │ ├── export_csv.png │ │ │ ├── layout_circle.png │ │ │ ├── layout_grid.png │ │ │ ├── layout_horizontal_tree.png │ │ │ ├── layout_spring.png │ │ │ ├── layout_vertical_tree.png │ │ │ ├── shortest_path.png │ │ │ └── value_info.png │ │ ├── result_window │ │ │ ├── 1n_self_loop.png │ │ │ ├── capture.png │ │ │ ├── console.png │ │ │ ├── data_row_setting.png │ │ │ ├── dettach_window.png │ │ │ ├── get_data.png │ │ │ ├── grid.png │ │ │ ├── highLight_1.png │ │ │ ├── highLight_2.png │ │ │ ├── json_browser.png │ │ │ ├── minimap.png │ │ │ ├── result_windows.png │ │ │ ├── undo_redo.png │ │ │ ├── unhighlight.png │ │ │ └── zoom.png │ │ ├── start │ │ │ ├── 18-1.png │ │ │ ├── Edit_Driver_Setting .PNG │ │ │ ├── download_driver.PNG │ │ │ ├── driver_download.png │ │ │ ├── driver_preferences.png │ │ │ ├── first_display.png │ │ │ ├── gql_assist1.png │ │ │ ├── gql_assist2.png │ │ │ ├── gql_assist3.png │ │ │ ├── navi_download_driver.png │ │ │ ├── navi_type_property.png │ │ │ ├── s2.png │ │ │ ├── s3.png │ │ │ ├── s4.png │ │ │ ├── s8.png │ │ │ ├── selectdatabase.png │ │ │ ├── splash.bmp │ │ │ ├── splash.png │ │ │ └── test_connection.png │ │ └── vit_structure.png │ ├── index.rst │ ├── install.rst │ ├── intro.rst │ ├── make.bat │ ├── release_note │ │ └── index.rst │ ├── result_other.rst │ ├── result_window.rst │ ├── sql_editor.rst │ ├── start.rst │ └── toc.rst └── make.bat ├── ViT_docs ├── GDBMS_시각화도구_요구사항_정의서.xlsx ├── GDBMS를_위한_시각화_도구_설계.docx ├── Test scenario-ViT │ ├── No.1-연결탐색기(Database Navigator).pptx │ ├── No.2-질의창.pptx │ ├── No.3-시각화창-1.pptx │ ├── No.4-시각화창-2.pptx │ └── result │ │ ├── No.1-연결탐색기.xlsx │ │ ├── No.2-질의창.xlsx │ │ ├── No.3-시각화창-1.xlsx │ │ └── No.4-시각화창-2.xlsx ├── ViT_Task 단위 모듈 설계_WBS 추가.xlsx ├── create_image │ └── splash_welcome.pptx ├── ui_prototype │ └── ViT │ │ ├── GDBMS.story │ │ ├── MainView.screen │ │ ├── add_query_view.screen │ │ ├── assets │ │ ├── FontAwesomeIcons │ │ │ ├── fa-500px.svg │ │ │ ├── fa-accusoft.svg │ │ │ ├── fa-acquisitions-incorporated.svg │ │ │ ├── fa-ad.svg │ │ │ ├── fa-address-book-o.svg │ │ │ ├── fa-address-book.svg │ │ │ ├── fa-address-card-o.svg │ │ │ ├── fa-address-card.svg │ │ │ ├── fa-adjust.svg │ │ │ ├── fa-adn.svg │ │ │ ├── fa-adversal.svg │ │ │ ├── fa-affiliatetheme.svg │ │ │ ├── fa-air-freshener.svg │ │ │ ├── fa-airbnb.svg │ │ │ ├── fa-algolia.svg │ │ │ ├── fa-align-center.svg │ │ │ ├── fa-align-justify.svg │ │ │ ├── fa-align-left.svg │ │ │ ├── fa-align-right.svg │ │ │ ├── fa-alipay.svg │ │ │ ├── fa-allergies.svg │ │ │ ├── fa-amazon-pay.svg │ │ │ ├── fa-amazon.svg │ │ │ ├── fa-ambulance.svg │ │ │ ├── fa-american-sign-language-interpreting.svg │ │ │ ├── fa-amilia.svg │ │ │ ├── fa-anchor.svg │ │ │ ├── fa-android.svg │ │ │ ├── fa-angellist.svg │ │ │ ├── fa-angle-double-down.svg │ │ │ ├── fa-angle-double-left.svg │ │ │ ├── fa-angle-double-right.svg │ │ │ ├── fa-angle-double-up.svg │ │ │ ├── fa-angle-down.svg │ │ │ ├── fa-angle-left.svg │ │ │ ├── fa-angle-right.svg │ │ │ ├── fa-angle-up.svg │ │ │ ├── fa-angry-o.svg │ │ │ ├── fa-angry.svg │ │ │ ├── fa-angrycreative.svg │ │ │ ├── fa-angular.svg │ │ │ ├── fa-ankh.svg │ │ │ ├── fa-app-store-ios.svg │ │ │ ├── fa-app-store.svg │ │ │ ├── fa-apper.svg │ │ │ ├── fa-apple-alt.svg │ │ │ ├── fa-apple-pay.svg │ │ │ ├── fa-apple.svg │ │ │ ├── fa-archive.svg │ │ │ ├── fa-archway.svg │ │ │ ├── fa-arrow-alt-circle-down.svg │ │ │ ├── fa-arrow-alt-circle-left.svg │ │ │ ├── fa-arrow-alt-circle-o-down.svg │ │ │ ├── fa-arrow-alt-circle-o-left.svg │ │ │ ├── fa-arrow-alt-circle-o-right.svg │ │ │ ├── fa-arrow-alt-circle-o-up.svg │ │ │ ├── fa-arrow-alt-circle-right.svg │ │ │ ├── fa-arrow-alt-circle-up.svg │ │ │ ├── fa-arrow-circle-down.svg │ │ │ ├── fa-arrow-circle-left.svg │ │ │ ├── fa-arrow-circle-right.svg │ │ │ ├── fa-arrow-circle-up.svg │ │ │ ├── fa-arrow-down.svg │ │ │ ├── fa-arrow-left.svg │ │ │ ├── fa-arrow-right.svg │ │ │ ├── fa-arrow-up.svg │ │ │ ├── fa-arrows-h.svg │ │ │ ├── fa-arrows-v.svg │ │ │ ├── fa-arrows.svg │ │ │ ├── fa-artstation.svg │ │ │ ├── fa-assistive-listening-systems.svg │ │ │ ├── fa-asterisk.svg │ │ │ ├── fa-asymmetrik.svg │ │ │ ├── fa-at.svg │ │ │ ├── fa-atlas.svg │ │ │ ├── fa-atlassian.svg │ │ │ ├── fa-atom.svg │ │ │ ├── fa-audible.svg │ │ │ ├── fa-audio-description.svg │ │ │ ├── fa-autoprefixer.svg │ │ │ ├── fa-avianex.svg │ │ │ ├── fa-aviato.svg │ │ │ ├── fa-award.svg │ │ │ ├── fa-aws.svg │ │ │ ├── fa-baby-carriage.svg │ │ │ ├── fa-baby.svg │ │ │ ├── fa-backspace.svg │ │ │ ├── fa-backward.svg │ │ │ ├── fa-bacon.svg │ │ │ ├── fa-bacteria.svg │ │ │ ├── fa-bacterium.svg │ │ │ ├── fa-bahai.svg │ │ │ ├── fa-balance-scale-left.svg │ │ │ ├── fa-balance-scale-right.svg │ │ │ ├── fa-balance-scale.svg │ │ │ ├── fa-ban.svg │ │ │ ├── fa-band-aid.svg │ │ │ ├── fa-bandcamp.svg │ │ │ ├── fa-barcode.svg │ │ │ ├── fa-bars.svg │ │ │ ├── fa-baseball-ball.svg │ │ │ ├── fa-basketball-ball.svg │ │ │ ├── fa-bath.svg │ │ │ ├── fa-battery-0.svg │ │ │ ├── fa-battery-1.svg │ │ │ ├── fa-battery-2.svg │ │ │ ├── fa-battery-3.svg │ │ │ ├── fa-battery-4.svg │ │ │ ├── fa-battle-net.svg │ │ │ ├── fa-bed.svg │ │ │ ├── fa-beer.svg │ │ │ ├── fa-behance-square.svg │ │ │ ├── fa-behance.svg │ │ │ ├── fa-bell-o.svg │ │ │ ├── fa-bell-slash-o.svg │ │ │ ├── fa-bell-slash.svg │ │ │ ├── fa-bell.svg │ │ │ ├── fa-bezier-curve.svg │ │ │ ├── fa-bible.svg │ │ │ ├── fa-bicycle.svg │ │ │ ├── fa-biking.svg │ │ │ ├── fa-bimobject.svg │ │ │ ├── fa-binoculars.svg │ │ │ ├── fa-biohazard.svg │ │ │ ├── fa-birthday-cake.svg │ │ │ ├── fa-bitbucket.svg │ │ │ ├── fa-bitcoin.svg │ │ │ ├── fa-bity.svg │ │ │ ├── fa-black-tie.svg │ │ │ ├── fa-blackberry.svg │ │ │ ├── fa-blender-phone.svg │ │ │ ├── fa-blender.svg │ │ │ ├── fa-blind.svg │ │ │ ├── fa-blog.svg │ │ │ ├── fa-blogger-b.svg │ │ │ ├── fa-blogger.svg │ │ │ ├── fa-bluetooth-b.svg │ │ │ ├── fa-bluetooth.svg │ │ │ ├── fa-bold.svg │ │ │ ├── fa-bolt.svg │ │ │ ├── fa-bomb.svg │ │ │ ├── fa-bone.svg │ │ │ ├── fa-bong.svg │ │ │ ├── fa-book-dead.svg │ │ │ ├── fa-book-medical.svg │ │ │ ├── fa-book-open.svg │ │ │ ├── fa-book-reader.svg │ │ │ ├── fa-book.svg │ │ │ ├── fa-bookmark-o.svg │ │ │ ├── fa-bookmark.svg │ │ │ ├── fa-bootstrap.svg │ │ │ ├── fa-border-all.svg │ │ │ ├── fa-border-none.svg │ │ │ ├── fa-border-style.svg │ │ │ ├── fa-bowling-ball.svg │ │ │ ├── fa-box-open.svg │ │ │ ├── fa-box-tissue.svg │ │ │ ├── fa-box.svg │ │ │ ├── fa-boxes.svg │ │ │ ├── fa-braille.svg │ │ │ ├── fa-brain.svg │ │ │ ├── fa-bread-slice.svg │ │ │ ├── fa-briefcase-medical.svg │ │ │ ├── fa-briefcase.svg │ │ │ ├── fa-broadcast-tower.svg │ │ │ ├── fa-broom.svg │ │ │ ├── fa-brush.svg │ │ │ ├── fa-btc.svg │ │ │ ├── fa-buffer.svg │ │ │ ├── fa-bug.svg │ │ │ ├── fa-building-o.svg │ │ │ ├── fa-building.svg │ │ │ ├── fa-bullhorn.svg │ │ │ ├── fa-bullseye.svg │ │ │ ├── fa-burn.svg │ │ │ ├── fa-buromobelexperte.svg │ │ │ ├── fa-bus-alt.svg │ │ │ ├── fa-bus.svg │ │ │ ├── fa-business-time.svg │ │ │ ├── fa-buy-n-large.svg │ │ │ ├── fa-buysellads.svg │ │ │ ├── fa-calculator.svg │ │ │ ├── fa-calendar-alt-o.svg │ │ │ ├── fa-calendar-alt.svg │ │ │ ├── fa-calendar-check-o.svg │ │ │ ├── fa-calendar-check.svg │ │ │ ├── fa-calendar-day.svg │ │ │ ├── fa-calendar-minus-o.svg │ │ │ ├── fa-calendar-minus.svg │ │ │ ├── fa-calendar-o.svg │ │ │ ├── fa-calendar-plus-o.svg │ │ │ ├── fa-calendar-plus.svg │ │ │ ├── fa-calendar-times-o.svg │ │ │ ├── fa-calendar-times.svg │ │ │ ├── fa-calendar-week.svg │ │ │ ├── fa-calendar.svg │ │ │ ├── fa-camera-retro.svg │ │ │ ├── fa-camera.svg │ │ │ ├── fa-campground.svg │ │ │ ├── fa-canadian-maple-leaf.svg │ │ │ ├── fa-candy-cane.svg │ │ │ ├── fa-cannabis.svg │ │ │ ├── fa-capsules.svg │ │ │ ├── fa-car-alt.svg │ │ │ ├── fa-car-battery.svg │ │ │ ├── fa-car-crash.svg │ │ │ ├── fa-car-side.svg │ │ │ ├── fa-car.svg │ │ │ ├── fa-caravan.svg │ │ │ ├── fa-caret-down.svg │ │ │ ├── fa-caret-left.svg │ │ │ ├── fa-caret-right.svg │ │ │ ├── fa-caret-square-down.svg │ │ │ ├── fa-caret-square-left.svg │ │ │ ├── fa-caret-square-o-down.svg │ │ │ ├── fa-caret-square-o-left.svg │ │ │ ├── fa-caret-square-o-right.svg │ │ │ ├── fa-caret-square-o-up.svg │ │ │ ├── fa-caret-square-right.svg │ │ │ ├── fa-caret-square-up.svg │ │ │ ├── fa-caret-up.svg │ │ │ ├── fa-carrot.svg │ │ │ ├── fa-cart-arrow-down.svg │ │ │ ├── fa-cart-plus.svg │ │ │ ├── fa-cash-register.svg │ │ │ ├── fa-cat.svg │ │ │ ├── fa-cc-amazon-pay.svg │ │ │ ├── fa-cc-amex.svg │ │ │ ├── fa-cc-apple-pay.svg │ │ │ ├── fa-cc-diners-club.svg │ │ │ ├── fa-cc-discover.svg │ │ │ ├── fa-cc-jcb.svg │ │ │ ├── fa-cc-mastercard.svg │ │ │ ├── fa-cc-o.svg │ │ │ ├── fa-cc-paypal.svg │ │ │ ├── fa-cc-stripe.svg │ │ │ ├── fa-cc-visa.svg │ │ │ ├── fa-cc.svg │ │ │ ├── fa-centercode.svg │ │ │ ├── fa-centos.svg │ │ │ ├── fa-certificate.svg │ │ │ ├── fa-chair.svg │ │ │ ├── fa-chalkboard-teacher.svg │ │ │ ├── fa-chalkboard.svg │ │ │ ├── fa-charging-station.svg │ │ │ ├── fa-chart-area.svg │ │ │ ├── fa-chart-bar-o.svg │ │ │ ├── fa-chart-bar.svg │ │ │ ├── fa-chart-line.svg │ │ │ ├── fa-chart-pie.svg │ │ │ ├── fa-check-circle-o.svg │ │ │ ├── fa-check-circle.svg │ │ │ ├── fa-check-double.svg │ │ │ ├── fa-check-square-o.svg │ │ │ ├── fa-check-square.svg │ │ │ ├── fa-check.svg │ │ │ ├── fa-cheese.svg │ │ │ ├── fa-chess-bishop.svg │ │ │ ├── fa-chess-board.svg │ │ │ ├── fa-chess-king.svg │ │ │ ├── fa-chess-knight.svg │ │ │ ├── fa-chess-pawn.svg │ │ │ ├── fa-chess-queen.svg │ │ │ ├── fa-chess-rook.svg │ │ │ ├── fa-chess.svg │ │ │ ├── fa-chevron-circle-down.svg │ │ │ ├── fa-chevron-circle-left.svg │ │ │ ├── fa-chevron-circle-right.svg │ │ │ ├── fa-chevron-circle-up.svg │ │ │ ├── fa-chevron-down.svg │ │ │ ├── fa-chevron-left.svg │ │ │ ├── fa-chevron-right.svg │ │ │ ├── fa-chevron-up.svg │ │ │ ├── fa-child.svg │ │ │ ├── fa-chrome.svg │ │ │ ├── fa-chromecast.svg │ │ │ ├── fa-church.svg │ │ │ ├── fa-circle-notch.svg │ │ │ ├── fa-circle-o.svg │ │ │ ├── fa-circle.svg │ │ │ ├── fa-city.svg │ │ │ ├── fa-clinic-medical.svg │ │ │ ├── fa-clipboard-check.svg │ │ │ ├── fa-clipboard-list.svg │ │ │ ├── fa-clipboard-o.svg │ │ │ ├── fa-clipboard.svg │ │ │ ├── fa-clock-o.svg │ │ │ ├── fa-clock.svg │ │ │ ├── fa-clone-o.svg │ │ │ ├── fa-clone.svg │ │ │ ├── fa-cloud-download.svg │ │ │ ├── fa-cloud-meatball.svg │ │ │ ├── fa-cloud-moon-rain.svg │ │ │ ├── fa-cloud-moon.svg │ │ │ ├── fa-cloud-rain.svg │ │ │ ├── fa-cloud-showers-heavy.svg │ │ │ ├── fa-cloud-sun-rain.svg │ │ │ ├── fa-cloud-sun.svg │ │ │ ├── fa-cloud-upload.svg │ │ │ ├── fa-cloud.svg │ │ │ ├── fa-cloudflare.svg │ │ │ ├── fa-cloudscale.svg │ │ │ ├── fa-cloudsmith.svg │ │ │ ├── fa-cloudversify.svg │ │ │ ├── fa-cocktail.svg │ │ │ ├── fa-code-fork.svg │ │ │ ├── fa-code.svg │ │ │ ├── fa-codepen.svg │ │ │ ├── fa-codiepie.svg │ │ │ ├── fa-coffee.svg │ │ │ ├── fa-cog.svg │ │ │ ├── fa-cogs.svg │ │ │ ├── fa-coins.svg │ │ │ ├── fa-columns.svg │ │ │ ├── fa-comment-alt-o.svg │ │ │ ├── fa-comment-alt.svg │ │ │ ├── fa-comment-dollar.svg │ │ │ ├── fa-comment-medical.svg │ │ │ ├── fa-comment-o.svg │ │ │ ├── fa-comment-slash.svg │ │ │ ├── fa-comment.svg │ │ │ ├── fa-commenting-o.svg │ │ │ ├── fa-commenting.svg │ │ │ ├── fa-comments-dollar.svg │ │ │ ├── fa-comments-o.svg │ │ │ ├── fa-comments.svg │ │ │ ├── fa-compact-disc.svg │ │ │ ├── fa-compass-o.svg │ │ │ ├── fa-compass.svg │ │ │ ├── fa-compress-alt.svg │ │ │ ├── fa-compress-arrows-alt.svg │ │ │ ├── fa-compress.svg │ │ │ ├── fa-concierge-bell.svg │ │ │ ├── fa-confluence.svg │ │ │ ├── fa-connectdevelop.svg │ │ │ ├── fa-contao.svg │ │ │ ├── fa-cookie-bite.svg │ │ │ ├── fa-cookie.svg │ │ │ ├── fa-copy-o.svg │ │ │ ├── fa-copy.svg │ │ │ ├── fa-copyright-o.svg │ │ │ ├── fa-copyright.svg │ │ │ ├── fa-cotton-bureau.svg │ │ │ ├── fa-couch.svg │ │ │ ├── fa-cpanel.svg │ │ │ ├── fa-creative-commons-by.svg │ │ │ ├── fa-creative-commons-nc-eu.svg │ │ │ ├── fa-creative-commons-nc-jp.svg │ │ │ ├── fa-creative-commons-nc.svg │ │ │ ├── fa-creative-commons-nd.svg │ │ │ ├── fa-creative-commons-pd-alt.svg │ │ │ ├── fa-creative-commons-pd.svg │ │ │ ├── fa-creative-commons-remix.svg │ │ │ ├── fa-creative-commons-sa.svg │ │ │ ├── fa-creative-commons-sampling-plus.svg │ │ │ ├── fa-creative-commons-sampling.svg │ │ │ ├── fa-creative-commons-share.svg │ │ │ ├── fa-creative-commons-zero.svg │ │ │ ├── fa-creative-commons.svg │ │ │ ├── fa-credit-card-o.svg │ │ │ ├── fa-credit-card.svg │ │ │ ├── fa-critical-role.svg │ │ │ ├── fa-crop-alt.svg │ │ │ ├── fa-crop.svg │ │ │ ├── fa-cross.svg │ │ │ ├── fa-crosshairs.svg │ │ │ ├── fa-crow.svg │ │ │ ├── fa-crown.svg │ │ │ ├── fa-crutch.svg │ │ │ ├── fa-css3-alt.svg │ │ │ ├── fa-css3.svg │ │ │ ├── fa-cube.svg │ │ │ ├── fa-cubes.svg │ │ │ ├── fa-cut.svg │ │ │ ├── fa-cutlery.svg │ │ │ ├── fa-cuttlefish.svg │ │ │ ├── fa-d-and-d-beyond.svg │ │ │ ├── fa-d-and-d.svg │ │ │ ├── fa-dailymotion.svg │ │ │ ├── fa-dashcube.svg │ │ │ ├── fa-database.svg │ │ │ ├── fa-deaf.svg │ │ │ ├── fa-deezer.svg │ │ │ ├── fa-delicious.svg │ │ │ ├── fa-democrat.svg │ │ │ ├── fa-deploydog.svg │ │ │ ├── fa-deskpro.svg │ │ │ ├── fa-desktop.svg │ │ │ ├── fa-dev.svg │ │ │ ├── fa-deviantart.svg │ │ │ ├── fa-dharmachakra.svg │ │ │ ├── fa-dhl.svg │ │ │ ├── fa-diagnoses.svg │ │ │ ├── fa-diaspora.svg │ │ │ ├── fa-dice-d20.svg │ │ │ ├── fa-dice-d6.svg │ │ │ ├── fa-dice-five.svg │ │ │ ├── fa-dice-four.svg │ │ │ ├── fa-dice-one.svg │ │ │ ├── fa-dice-six.svg │ │ │ ├── fa-dice-three.svg │ │ │ ├── fa-dice-two.svg │ │ │ ├── fa-dice.svg │ │ │ ├── fa-digg.svg │ │ │ ├── fa-digital-ocean.svg │ │ │ ├── fa-digital-tachograph.svg │ │ │ ├── fa-directions.svg │ │ │ ├── fa-discord.svg │ │ │ ├── fa-discourse.svg │ │ │ ├── fa-disease.svg │ │ │ ├── fa-divide.svg │ │ │ ├── fa-dizzy-o.svg │ │ │ ├── fa-dizzy.svg │ │ │ ├── fa-dna.svg │ │ │ ├── fa-dochub.svg │ │ │ ├── fa-docker.svg │ │ │ ├── fa-dog.svg │ │ │ ├── fa-dolly-flatbed.svg │ │ │ ├── fa-dolly.svg │ │ │ ├── fa-donate.svg │ │ │ ├── fa-door-closed.svg │ │ │ ├── fa-door-open.svg │ │ │ ├── fa-dot-circle-o.svg │ │ │ ├── fa-dot-circle.svg │ │ │ ├── fa-dove.svg │ │ │ ├── fa-download.svg │ │ │ ├── fa-draft2digital.svg │ │ │ ├── fa-drafting-compass.svg │ │ │ ├── fa-dragon.svg │ │ │ ├── fa-draw-polygon.svg │ │ │ ├── fa-dribbble-square.svg │ │ │ ├── fa-dribbble.svg │ │ │ ├── fa-dropbox.svg │ │ │ ├── fa-drum-steelpan.svg │ │ │ ├── fa-drum.svg │ │ │ ├── fa-drumstick-bite.svg │ │ │ ├── fa-drupal.svg │ │ │ ├── fa-dumbbell.svg │ │ │ ├── fa-dumpster-fire.svg │ │ │ ├── fa-dumpster.svg │ │ │ ├── fa-dungeon.svg │ │ │ ├── fa-dyalog.svg │ │ │ ├── fa-earlybirds.svg │ │ │ ├── fa-ebay.svg │ │ │ ├── fa-edge-legacy.svg │ │ │ ├── fa-edge.svg │ │ │ ├── fa-edit-o.svg │ │ │ ├── fa-edit.svg │ │ │ ├── fa-eercast.svg │ │ │ ├── fa-egg.svg │ │ │ ├── fa-eject.svg │ │ │ ├── fa-elementor.svg │ │ │ ├── fa-ellipsis-h.svg │ │ │ ├── fa-ellipsis-v.svg │ │ │ ├── fa-ello.svg │ │ │ ├── fa-ember.svg │ │ │ ├── fa-empire.svg │ │ │ ├── fa-envelope-o.svg │ │ │ ├── fa-envelope-open-o.svg │ │ │ ├── fa-envelope-open-text.svg │ │ │ ├── fa-envelope-open.svg │ │ │ ├── fa-envelope-square.svg │ │ │ ├── fa-envelope.svg │ │ │ ├── fa-envira.svg │ │ │ ├── fa-equals.svg │ │ │ ├── fa-eraser.svg │ │ │ ├── fa-erlang.svg │ │ │ ├── fa-ethereum.svg │ │ │ ├── fa-ethernet.svg │ │ │ ├── fa-etsy.svg │ │ │ ├── fa-eur.svg │ │ │ ├── fa-evernote.svg │ │ │ ├── fa-exchange.svg │ │ │ ├── fa-exclamation-circle.svg │ │ │ ├── fa-exclamation-triangle.svg │ │ │ ├── fa-exclamation.svg │ │ │ ├── fa-expand-alt.svg │ │ │ ├── fa-expand-arrows-alt.svg │ │ │ ├── fa-expand.svg │ │ │ ├── fa-expeditedssl.svg │ │ │ ├── fa-external-link-square.svg │ │ │ ├── fa-external-link.svg │ │ │ ├── fa-eye-o.svg │ │ │ ├── fa-eye-slash-o.svg │ │ │ ├── fa-eye-slash.svg │ │ │ ├── fa-eye.svg │ │ │ ├── fa-eyedropper.svg │ │ │ ├── fa-facebook-f.svg │ │ │ ├── fa-facebook-messenger.svg │ │ │ ├── fa-facebook-square.svg │ │ │ ├── fa-facebook.svg │ │ │ ├── fa-fan.svg │ │ │ ├── fa-fantasy-flight-games.svg │ │ │ ├── fa-fast-backward.svg │ │ │ ├── fa-fast-forward.svg │ │ │ ├── fa-faucet.svg │ │ │ ├── fa-fax.svg │ │ │ ├── fa-feather-alt.svg │ │ │ ├── fa-feather.svg │ │ │ ├── fa-fedex.svg │ │ │ ├── fa-fedora.svg │ │ │ ├── fa-female.svg │ │ │ ├── fa-fighter-jet.svg │ │ │ ├── fa-figma.svg │ │ │ ├── fa-file-archive-o.svg │ │ │ ├── fa-file-archive.svg │ │ │ ├── fa-file-audio-o.svg │ │ │ ├── fa-file-audio.svg │ │ │ ├── fa-file-code-o.svg │ │ │ ├── fa-file-code.svg │ │ │ ├── fa-file-contract.svg │ │ │ ├── fa-file-csv.svg │ │ │ ├── fa-file-download.svg │ │ │ ├── fa-file-excel-o.svg │ │ │ ├── fa-file-excel.svg │ │ │ ├── fa-file-export.svg │ │ │ ├── fa-file-image-o.svg │ │ │ ├── fa-file-image.svg │ │ │ ├── fa-file-import.svg │ │ │ ├── fa-file-invoice-dollar.svg │ │ │ ├── fa-file-invoice.svg │ │ │ ├── fa-file-medical-alt.svg │ │ │ ├── fa-file-medical.svg │ │ │ ├── fa-file-o.svg │ │ │ ├── fa-file-pdf-o.svg │ │ │ ├── fa-file-pdf.svg │ │ │ ├── fa-file-powerpoint-o.svg │ │ │ ├── fa-file-powerpoint.svg │ │ │ ├── fa-file-prescription.svg │ │ │ ├── fa-file-signature.svg │ │ │ ├── fa-file-text-o.svg │ │ │ ├── fa-file-text.svg │ │ │ ├── fa-file-upload.svg │ │ │ ├── fa-file-video-o.svg │ │ │ ├── fa-file-video.svg │ │ │ ├── fa-file-word-o.svg │ │ │ ├── fa-file-word.svg │ │ │ ├── fa-file.svg │ │ │ ├── fa-fill-drip.svg │ │ │ ├── fa-fill.svg │ │ │ ├── fa-film.svg │ │ │ ├── fa-filter.svg │ │ │ ├── fa-fingerprint.svg │ │ │ ├── fa-fire-alt.svg │ │ │ ├── fa-fire-extinguisher.svg │ │ │ ├── fa-fire.svg │ │ │ ├── fa-firefox-browser.svg │ │ │ ├── fa-firefox.svg │ │ │ ├── fa-first-aid.svg │ │ │ ├── fa-first-order-alt.svg │ │ │ ├── fa-first-order.svg │ │ │ ├── fa-firstdraft.svg │ │ │ ├── fa-fish.svg │ │ │ ├── fa-fist-raised.svg │ │ │ ├── fa-flag-checkered.svg │ │ │ ├── fa-flag-o.svg │ │ │ ├── fa-flag-usa.svg │ │ │ ├── fa-flag.svg │ │ │ ├── fa-flask.svg │ │ │ ├── fa-flickr.svg │ │ │ ├── fa-flipboard.svg │ │ │ ├── fa-flushed-o.svg │ │ │ ├── fa-flushed.svg │ │ │ ├── fa-fly.svg │ │ │ ├── fa-folder-minus.svg │ │ │ ├── fa-folder-o.svg │ │ │ ├── fa-folder-open-o.svg │ │ │ ├── fa-folder-open.svg │ │ │ ├── fa-folder-plus.svg │ │ │ ├── fa-folder.svg │ │ │ ├── fa-font-awesome-alt.svg │ │ │ ├── fa-font-awesome-flag.svg │ │ │ ├── fa-font.svg │ │ │ ├── fa-fonticons-fi.svg │ │ │ ├── fa-fonticons.svg │ │ │ ├── fa-football-ball.svg │ │ │ ├── fa-fort-awesome-alt.svg │ │ │ ├── fa-fort-awesome.svg │ │ │ ├── fa-forumbee.svg │ │ │ ├── fa-forward.svg │ │ │ ├── fa-foursquare.svg │ │ │ ├── fa-free-code-camp.svg │ │ │ ├── fa-freebsd.svg │ │ │ ├── fa-frog.svg │ │ │ ├── fa-frown-o.svg │ │ │ ├── fa-frown-open-o.svg │ │ │ ├── fa-frown-open.svg │ │ │ ├── fa-frown.svg │ │ │ ├── fa-fulcrum.svg │ │ │ ├── fa-funnel-dollar.svg │ │ │ ├── fa-futbol-o.svg │ │ │ ├── fa-futbol.svg │ │ │ ├── fa-galactic-republic.svg │ │ │ ├── fa-galactic-senate.svg │ │ │ ├── fa-gamepad.svg │ │ │ ├── fa-gas-pump.svg │ │ │ ├── fa-gavel.svg │ │ │ ├── fa-gbp.svg │ │ │ ├── fa-gem-o.svg │ │ │ ├── fa-gem.svg │ │ │ ├── fa-genderless.svg │ │ │ ├── fa-get-pocket.svg │ │ │ ├── fa-gg-circle.svg │ │ │ ├── fa-gg.svg │ │ │ ├── fa-ghost.svg │ │ │ ├── fa-gift.svg │ │ │ ├── fa-gifts.svg │ │ │ ├── fa-git-alt.svg │ │ │ ├── fa-git-square.svg │ │ │ ├── fa-git.svg │ │ │ ├── fa-github-alt.svg │ │ │ ├── fa-github-square.svg │ │ │ ├── fa-github.svg │ │ │ ├── fa-gitkraken.svg │ │ │ ├── fa-gitlab.svg │ │ │ ├── fa-gitter.svg │ │ │ ├── fa-glass-cheers.svg │ │ │ ├── fa-glass-martini-alt.svg │ │ │ ├── fa-glass-whiskey.svg │ │ │ ├── fa-glass.svg │ │ │ ├── fa-glasses.svg │ │ │ ├── fa-glide-g.svg │ │ │ ├── fa-glide.svg │ │ │ ├── fa-globe-africa.svg │ │ │ ├── fa-globe-americas.svg │ │ │ ├── fa-globe-asia.svg │ │ │ ├── fa-globe-europe.svg │ │ │ ├── fa-globe.svg │ │ │ ├── fa-gofore.svg │ │ │ ├── fa-golf-ball.svg │ │ │ ├── fa-goodreads-g.svg │ │ │ ├── fa-goodreads.svg │ │ │ ├── fa-google-drive.svg │ │ │ ├── fa-google-pay.svg │ │ │ ├── fa-google-play.svg │ │ │ ├── fa-google-plus-g.svg │ │ │ ├── fa-google-plus-square.svg │ │ │ ├── fa-google-plus.svg │ │ │ ├── fa-google-wallet.svg │ │ │ ├── fa-google.svg │ │ │ ├── fa-gopuram.svg │ │ │ ├── fa-graduation-cap.svg │ │ │ ├── fa-gratipay.svg │ │ │ ├── fa-grav.svg │ │ │ ├── fa-greater-than-equal.svg │ │ │ ├── fa-greater-than.svg │ │ │ ├── fa-grimace-o.svg │ │ │ ├── fa-grimace.svg │ │ │ ├── fa-grin-alt-o.svg │ │ │ ├── fa-grin-alt.svg │ │ │ ├── fa-grin-beam-o.svg │ │ │ ├── fa-grin-beam-sweat-o.svg │ │ │ ├── fa-grin-beam-sweat.svg │ │ │ ├── fa-grin-beam.svg │ │ │ ├── fa-grin-hearts-o.svg │ │ │ ├── fa-grin-hearts.svg │ │ │ ├── fa-grin-o.svg │ │ │ ├── fa-grin-squint-o.svg │ │ │ ├── fa-grin-squint-tears-o.svg │ │ │ ├── fa-grin-squint-tears.svg │ │ │ ├── fa-grin-squint.svg │ │ │ ├── fa-grin-stars-o.svg │ │ │ ├── fa-grin-stars.svg │ │ │ ├── fa-grin-tears-o.svg │ │ │ ├── fa-grin-tears.svg │ │ │ ├── fa-grin-tongue-o.svg │ │ │ ├── fa-grin-tongue-squint-o.svg │ │ │ ├── fa-grin-tongue-squint.svg │ │ │ ├── fa-grin-tongue-wink-o.svg │ │ │ ├── fa-grin-tongue-wink.svg │ │ │ ├── fa-grin-tongue.svg │ │ │ ├── fa-grin-wink-o.svg │ │ │ ├── fa-grin-wink.svg │ │ │ ├── fa-grin.svg │ │ │ ├── fa-grip-horizontal.svg │ │ │ ├── fa-grip-lines-vertical.svg │ │ │ ├── fa-grip-lines.svg │ │ │ ├── fa-grip-vertical.svg │ │ │ ├── fa-gripfire.svg │ │ │ ├── fa-grunt.svg │ │ │ ├── fa-guilded.svg │ │ │ ├── fa-guitar.svg │ │ │ ├── fa-gulp.svg │ │ │ ├── fa-h-square.svg │ │ │ ├── fa-hacker-news-square.svg │ │ │ ├── fa-hacker-news.svg │ │ │ ├── fa-hackerrank.svg │ │ │ ├── fa-hamburger.svg │ │ │ ├── fa-hammer.svg │ │ │ ├── fa-hamsa.svg │ │ │ ├── fa-hand-down.svg │ │ │ ├── fa-hand-holding-heart.svg │ │ │ ├── fa-hand-holding-medical.svg │ │ │ ├── fa-hand-holding-usd.svg │ │ │ ├── fa-hand-holding-water.svg │ │ │ ├── fa-hand-holding.svg │ │ │ ├── fa-hand-left.svg │ │ │ ├── fa-hand-lizard-o.svg │ │ │ ├── fa-hand-lizard.svg │ │ │ ├── fa-hand-middle-finger.svg │ │ │ ├── fa-hand-o-down.svg │ │ │ ├── fa-hand-o-left.svg │ │ │ ├── fa-hand-o-right.svg │ │ │ ├── fa-hand-o-up.svg │ │ │ ├── fa-hand-paper-o.svg │ │ │ ├── fa-hand-paper.svg │ │ │ ├── fa-hand-peace-o.svg │ │ │ ├── fa-hand-peace.svg │ │ │ ├── fa-hand-pointer-o.svg │ │ │ ├── fa-hand-pointer.svg │ │ │ ├── fa-hand-right.svg │ │ │ ├── fa-hand-rock-o.svg │ │ │ ├── fa-hand-rock.svg │ │ │ ├── fa-hand-scissors-o.svg │ │ │ ├── fa-hand-scissors.svg │ │ │ ├── fa-hand-sparkles.svg │ │ │ ├── fa-hand-spock-o.svg │ │ │ ├── fa-hand-spock.svg │ │ │ ├── fa-hand-up.svg │ │ │ ├── fa-hands-helping.svg │ │ │ ├── fa-hands-wash.svg │ │ │ ├── fa-hands.svg │ │ │ ├── fa-handshake-alt-slash.svg │ │ │ ├── fa-handshake-o.svg │ │ │ ├── fa-handshake-slash.svg │ │ │ ├── fa-handshake.svg │ │ │ ├── fa-hanukiah.svg │ │ │ ├── fa-hard-hat.svg │ │ │ ├── fa-hashtag.svg │ │ │ ├── fa-hat-cowboy-side.svg │ │ │ ├── fa-hat-cowboy.svg │ │ │ ├── fa-hat-wizard.svg │ │ │ ├── fa-hdd-o.svg │ │ │ ├── fa-hdd.svg │ │ │ ├── fa-head-side-cough-slash.svg │ │ │ ├── fa-head-side-cough.svg │ │ │ ├── fa-head-side-mask.svg │ │ │ ├── fa-head-side-virus.svg │ │ │ ├── fa-header.svg │ │ │ ├── fa-headphones-alt.svg │ │ │ ├── fa-headphones.svg │ │ │ ├── fa-headset.svg │ │ │ ├── fa-heart-broken.svg │ │ │ ├── fa-heart-o.svg │ │ │ ├── fa-heart.svg │ │ │ ├── fa-heartbeat.svg │ │ │ ├── fa-helicopter.svg │ │ │ ├── fa-highlighter.svg │ │ │ ├── fa-hiking.svg │ │ │ ├── fa-hippo.svg │ │ │ ├── fa-hips.svg │ │ │ ├── fa-hire-a-helper.svg │ │ │ ├── fa-history.svg │ │ │ ├── fa-hive.svg │ │ │ ├── fa-hockey-puck.svg │ │ │ ├── fa-holly-berry.svg │ │ │ ├── fa-home.svg │ │ │ ├── fa-hooli.svg │ │ │ ├── fa-hornbill.svg │ │ │ ├── fa-horse-head.svg │ │ │ ├── fa-horse.svg │ │ │ ├── fa-hospital-alt.svg │ │ │ ├── fa-hospital-o.svg │ │ │ ├── fa-hospital-symbol.svg │ │ │ ├── fa-hospital-user.svg │ │ │ ├── fa-hospital.svg │ │ │ ├── fa-hot-tub.svg │ │ │ ├── fa-hotdog.svg │ │ │ ├── fa-hotel.svg │ │ │ ├── fa-hotjar.svg │ │ │ ├── fa-hourglass-end.svg │ │ │ ├── fa-hourglass-half.svg │ │ │ ├── fa-hourglass-o.svg │ │ │ ├── fa-hourglass-start.svg │ │ │ ├── fa-hourglass.svg │ │ │ ├── fa-house-damage.svg │ │ │ ├── fa-house-user.svg │ │ │ ├── fa-houzz.svg │ │ │ ├── fa-hryvnia.svg │ │ │ ├── fa-html5.svg │ │ │ ├── fa-hubspot.svg │ │ │ ├── fa-i-cursor.svg │ │ │ ├── fa-ice-cream.svg │ │ │ ├── fa-icicles.svg │ │ │ ├── fa-icons.svg │ │ │ ├── fa-id-badge-o.svg │ │ │ ├── fa-id-badge.svg │ │ │ ├── fa-id-card-alt.svg │ │ │ ├── fa-id-card-o.svg │ │ │ ├── fa-id-card.svg │ │ │ ├── fa-ideal.svg │ │ │ ├── fa-igloo.svg │ │ │ ├── fa-ils.svg │ │ │ ├── fa-image-o.svg │ │ │ ├── fa-image.svg │ │ │ ├── fa-images-o.svg │ │ │ ├── fa-images.svg │ │ │ ├── fa-imdb.svg │ │ │ ├── fa-inbox.svg │ │ │ ├── fa-indent.svg │ │ │ ├── fa-industry.svg │ │ │ ├── fa-infinity.svg │ │ │ ├── fa-info-circle.svg │ │ │ ├── fa-info.svg │ │ │ ├── fa-innosoft.svg │ │ │ ├── fa-inr.svg │ │ │ ├── fa-instagram-square.svg │ │ │ ├── fa-instagram.svg │ │ │ ├── fa-instalod.svg │ │ │ ├── fa-intercom.svg │ │ │ ├── fa-internet-explorer.svg │ │ │ ├── fa-invision.svg │ │ │ ├── fa-ioxhost.svg │ │ │ ├── fa-italic.svg │ │ │ ├── fa-itch-io.svg │ │ │ ├── fa-itunes-note.svg │ │ │ ├── fa-itunes.svg │ │ │ ├── fa-java.svg │ │ │ ├── fa-jedi-order.svg │ │ │ ├── fa-jedi.svg │ │ │ ├── fa-jenkins.svg │ │ │ ├── fa-jira.svg │ │ │ ├── fa-joget.svg │ │ │ ├── fa-joint.svg │ │ │ ├── fa-joomla.svg │ │ │ ├── fa-journal-whills.svg │ │ │ ├── fa-jpy.svg │ │ │ ├── fa-js-square.svg │ │ │ ├── fa-js.svg │ │ │ ├── fa-jsfiddle.svg │ │ │ ├── fa-kaaba.svg │ │ │ ├── fa-kaggle.svg │ │ │ ├── fa-key.svg │ │ │ ├── fa-keybase.svg │ │ │ ├── fa-keyboard-o.svg │ │ │ ├── fa-keyboard.svg │ │ │ ├── fa-keycdn.svg │ │ │ ├── fa-khanda.svg │ │ │ ├── fa-kickstarter-k.svg │ │ │ ├── fa-kickstarter.svg │ │ │ ├── fa-kiss-beam-o.svg │ │ │ ├── fa-kiss-beam.svg │ │ │ ├── fa-kiss-o.svg │ │ │ ├── fa-kiss-wink-heart-o.svg │ │ │ ├── fa-kiss-wink-heart.svg │ │ │ ├── fa-kiss.svg │ │ │ ├── fa-kiwi-bird.svg │ │ │ ├── fa-korvue.svg │ │ │ ├── fa-krw.svg │ │ │ ├── fa-landmark.svg │ │ │ ├── fa-language.svg │ │ │ ├── fa-laptop-code.svg │ │ │ ├── fa-laptop-house.svg │ │ │ ├── fa-laptop-medical.svg │ │ │ ├── fa-laptop.svg │ │ │ ├── fa-laravel.svg │ │ │ ├── fa-lastfm-square.svg │ │ │ ├── fa-lastfm.svg │ │ │ ├── fa-laugh-beam-o.svg │ │ │ ├── fa-laugh-beam.svg │ │ │ ├── fa-laugh-o.svg │ │ │ ├── fa-laugh-squint-o.svg │ │ │ ├── fa-laugh-squint.svg │ │ │ ├── fa-laugh-wink-o.svg │ │ │ ├── fa-laugh-wink.svg │ │ │ ├── fa-laugh.svg │ │ │ ├── fa-layer-group.svg │ │ │ ├── fa-leaf.svg │ │ │ ├── fa-leanpub.svg │ │ │ ├── fa-lemon-o.svg │ │ │ ├── fa-lemon.svg │ │ │ ├── fa-less-than-equal.svg │ │ │ ├── fa-less-than.svg │ │ │ ├── fa-less.svg │ │ │ ├── fa-level-down.svg │ │ │ ├── fa-level-up.svg │ │ │ ├── fa-lightbulb-o.svg │ │ │ ├── fa-lightbulb.svg │ │ │ ├── fa-line.svg │ │ │ ├── fa-link.svg │ │ │ ├── fa-linkedin-in.svg │ │ │ ├── fa-linkedin.svg │ │ │ ├── fa-linode.svg │ │ │ ├── fa-linux.svg │ │ │ ├── fa-list-alt-o.svg │ │ │ ├── fa-list-alt.svg │ │ │ ├── fa-list-ol.svg │ │ │ ├── fa-list-ul.svg │ │ │ ├── fa-list.svg │ │ │ ├── fa-location-arrow.svg │ │ │ ├── fa-lock-open.svg │ │ │ ├── fa-lock.svg │ │ │ ├── fa-long-arrow-down.svg │ │ │ ├── fa-long-arrow-left.svg │ │ │ ├── fa-long-arrow-right.svg │ │ │ ├── fa-long-arrow-up.svg │ │ │ ├── fa-low-vision.svg │ │ │ ├── fa-luggage-cart.svg │ │ │ ├── fa-lungs-virus.svg │ │ │ ├── fa-lungs.svg │ │ │ ├── fa-lyft.svg │ │ │ ├── fa-magento.svg │ │ │ ├── fa-magic.svg │ │ │ ├── fa-magnet.svg │ │ │ ├── fa-mail-bulk.svg │ │ │ ├── fa-mailchimp.svg │ │ │ ├── fa-male.svg │ │ │ ├── fa-mandalorian.svg │ │ │ ├── fa-map-marked-alt.svg │ │ │ ├── fa-map-marked.svg │ │ │ ├── fa-map-marker-alt.svg │ │ │ ├── fa-map-marker.svg │ │ │ ├── fa-map-o.svg │ │ │ ├── fa-map-pin.svg │ │ │ ├── fa-map-signs.svg │ │ │ ├── fa-map.svg │ │ │ ├── fa-markdown.svg │ │ │ ├── fa-marker.svg │ │ │ ├── fa-mars-double.svg │ │ │ ├── fa-mars-stroke-h.svg │ │ │ ├── fa-mars-stroke-v.svg │ │ │ ├── fa-mars-stroke.svg │ │ │ ├── fa-mars.svg │ │ │ ├── fa-mask.svg │ │ │ ├── fa-mastodon.svg │ │ │ ├── fa-maxcdn.svg │ │ │ ├── fa-mdb.svg │ │ │ ├── fa-meanpath.svg │ │ │ ├── fa-medal.svg │ │ │ ├── fa-medapps.svg │ │ │ ├── fa-medium-m.svg │ │ │ ├── fa-medium.svg │ │ │ ├── fa-medkit.svg │ │ │ ├── fa-medrt.svg │ │ │ ├── fa-meetup.svg │ │ │ ├── fa-megaport.svg │ │ │ ├── fa-meh-blank-o.svg │ │ │ ├── fa-meh-blank.svg │ │ │ ├── fa-meh-o.svg │ │ │ ├── fa-meh-rolling-eyes-o.svg │ │ │ ├── fa-meh-rolling-eyes.svg │ │ │ ├── fa-meh.svg │ │ │ ├── fa-memory.svg │ │ │ ├── fa-mendeley.svg │ │ │ ├── fa-menorah.svg │ │ │ ├── fa-mercury.svg │ │ │ ├── fa-meteor.svg │ │ │ ├── fa-microblog.svg │ │ │ ├── fa-microchip.svg │ │ │ ├── fa-microphone-alt-slash.svg │ │ │ ├── fa-microphone-alt.svg │ │ │ ├── fa-microphone-slash.svg │ │ │ ├── fa-microphone.svg │ │ │ ├── fa-microscope.svg │ │ │ ├── fa-microsoft.svg │ │ │ ├── fa-minus-circle.svg │ │ │ ├── fa-minus-square-o.svg │ │ │ ├── fa-minus-square.svg │ │ │ ├── fa-minus.svg │ │ │ ├── fa-mitten.svg │ │ │ ├── fa-mix.svg │ │ │ ├── fa-mixcloud.svg │ │ │ ├── fa-mixer.svg │ │ │ ├── fa-mizuni.svg │ │ │ ├── fa-mobile-alt.svg │ │ │ ├── fa-mobile.svg │ │ │ ├── fa-modx.svg │ │ │ ├── fa-monero.svg │ │ │ ├── fa-money-bill-wave-alt.svg │ │ │ ├── fa-money-bill-wave.svg │ │ │ ├── fa-money-bill.svg │ │ │ ├── fa-money-check-alt.svg │ │ │ ├── fa-money-check.svg │ │ │ ├── fa-money-o.svg │ │ │ ├── fa-money.svg │ │ │ ├── fa-monument.svg │ │ │ ├── fa-moon-o.svg │ │ │ ├── fa-moon.svg │ │ │ ├── fa-mortar-pestle.svg │ │ │ ├── fa-mosque.svg │ │ │ ├── fa-motorcycle.svg │ │ │ ├── fa-mountain.svg │ │ │ ├── fa-mouse-pointer.svg │ │ │ ├── fa-mouse.svg │ │ │ ├── fa-mug-hot.svg │ │ │ ├── fa-music.svg │ │ │ ├── fa-napster.svg │ │ │ ├── fa-neos.svg │ │ │ ├── fa-network-wired.svg │ │ │ ├── fa-neuter.svg │ │ │ ├── fa-newspaper-o.svg │ │ │ ├── fa-newspaper.svg │ │ │ ├── fa-nimblr.svg │ │ │ ├── fa-node-js.svg │ │ │ ├── fa-node.svg │ │ │ ├── fa-not-equal.svg │ │ │ ├── fa-notes-medical.svg │ │ │ ├── fa-npm.svg │ │ │ ├── fa-ns8.svg │ │ │ ├── fa-nutritionix.svg │ │ │ ├── fa-object-group-o.svg │ │ │ ├── fa-object-group.svg │ │ │ ├── fa-object-ungroup-o.svg │ │ │ ├── fa-object-ungroup.svg │ │ │ ├── fa-octopus-deploy.svg │ │ │ ├── fa-odnoklassniki-square.svg │ │ │ ├── fa-odnoklassniki.svg │ │ │ ├── fa-oil-can.svg │ │ │ ├── fa-old-republic.svg │ │ │ ├── fa-om.svg │ │ │ ├── fa-opencart.svg │ │ │ ├── fa-openid.svg │ │ │ ├── fa-opera.svg │ │ │ ├── fa-optin-monster.svg │ │ │ ├── fa-orcid.svg │ │ │ ├── fa-osi.svg │ │ │ ├── fa-otter.svg │ │ │ ├── fa-outdent.svg │ │ │ ├── fa-page4.svg │ │ │ ├── fa-pagelines.svg │ │ │ ├── fa-pager.svg │ │ │ ├── fa-paint-brush.svg │ │ │ ├── fa-paint-roller.svg │ │ │ ├── fa-palette.svg │ │ │ ├── fa-palfed.svg │ │ │ ├── fa-pallet.svg │ │ │ ├── fa-paper-plane-o.svg │ │ │ ├── fa-paper-plane.svg │ │ │ ├── fa-paperclip.svg │ │ │ ├── fa-parachute-box.svg │ │ │ ├── fa-paragraph.svg │ │ │ ├── fa-parking.svg │ │ │ ├── fa-passport.svg │ │ │ ├── fa-pastafarianism.svg │ │ │ ├── fa-paste.svg │ │ │ ├── fa-patreon.svg │ │ │ ├── fa-pause-circle-o.svg │ │ │ ├── fa-pause-circle.svg │ │ │ ├── fa-pause.svg │ │ │ ├── fa-paw.svg │ │ │ ├── fa-paypal.svg │ │ │ ├── fa-peace.svg │ │ │ ├── fa-pen-alt.svg │ │ │ ├── fa-pen-fancy.svg │ │ │ ├── fa-pen-nib.svg │ │ │ ├── fa-pen-square.svg │ │ │ ├── fa-pen.svg │ │ │ ├── fa-pencil-ruler.svg │ │ │ ├── fa-pencil.svg │ │ │ ├── fa-penny-arcade.svg │ │ │ ├── fa-people-arrows.svg │ │ │ ├── fa-people-carry.svg │ │ │ ├── fa-pepper-hot.svg │ │ │ ├── fa-perbyte.svg │ │ │ ├── fa-percent.svg │ │ │ ├── fa-percentage.svg │ │ │ ├── fa-periscope.svg │ │ │ ├── fa-person-booth.svg │ │ │ ├── fa-phabricator.svg │ │ │ ├── fa-phoenix-framework.svg │ │ │ ├── fa-phoenix-squadron.svg │ │ │ ├── fa-phone-alt.svg │ │ │ ├── fa-phone-slash.svg │ │ │ ├── fa-phone-square-alt.svg │ │ │ ├── fa-phone-square.svg │ │ │ ├── fa-phone-volume.svg │ │ │ ├── fa-phone.svg │ │ │ ├── fa-photo-video.svg │ │ │ ├── fa-php.svg │ │ │ ├── fa-pied-piper-alt.svg │ │ │ ├── fa-pied-piper-hat.svg │ │ │ ├── fa-pied-piper-pp.svg │ │ │ ├── fa-pied-piper-square.svg │ │ │ ├── fa-pied-piper.svg │ │ │ ├── fa-piggy-bank.svg │ │ │ ├── fa-pills.svg │ │ │ ├── fa-pinterest-p.svg │ │ │ ├── fa-pinterest-square.svg │ │ │ ├── fa-pinterest.svg │ │ │ ├── fa-pizza-slice.svg │ │ │ ├── fa-place-of-worship.svg │ │ │ ├── fa-plane-arrival.svg │ │ │ ├── fa-plane-departure.svg │ │ │ ├── fa-plane-slash.svg │ │ │ ├── fa-plane.svg │ │ │ ├── fa-play-circle-o.svg │ │ │ ├── fa-play-circle.svg │ │ │ ├── fa-play.svg │ │ │ ├── fa-playstation.svg │ │ │ ├── fa-plug.svg │ │ │ ├── fa-plus-circle.svg │ │ │ ├── fa-plus-square-o.svg │ │ │ ├── fa-plus-square.svg │ │ │ ├── fa-plus.svg │ │ │ ├── fa-podcast.svg │ │ │ ├── fa-poll-h.svg │ │ │ ├── fa-poll.svg │ │ │ ├── fa-poo-storm.svg │ │ │ ├── fa-poo.svg │ │ │ ├── fa-poop.svg │ │ │ ├── fa-portrait.svg │ │ │ ├── fa-power-off.svg │ │ │ ├── fa-pray.svg │ │ │ ├── fa-praying-hands.svg │ │ │ ├── fa-prescription-bottle-alt.svg │ │ │ ├── fa-prescription-bottle.svg │ │ │ ├── fa-prescription.svg │ │ │ ├── fa-print.svg │ │ │ ├── fa-procedures.svg │ │ │ ├── fa-product-hunt.svg │ │ │ ├── fa-project-diagram.svg │ │ │ ├── fa-pump-medical.svg │ │ │ ├── fa-pump-soap.svg │ │ │ ├── fa-pushed.svg │ │ │ ├── fa-puzzle-piece.svg │ │ │ ├── fa-python.svg │ │ │ ├── fa-qq.svg │ │ │ ├── fa-qrcode.svg │ │ │ ├── fa-question-circle-o.svg │ │ │ ├── fa-question-circle.svg │ │ │ ├── fa-question.svg │ │ │ ├── fa-quidditch.svg │ │ │ ├── fa-quinscape.svg │ │ │ ├── fa-quora.svg │ │ │ ├── fa-quote-left.svg │ │ │ ├── fa-quote-right.svg │ │ │ ├── fa-quran.svg │ │ │ ├── fa-r-project.svg │ │ │ ├── fa-radiation-alt.svg │ │ │ ├── fa-radiation.svg │ │ │ ├── fa-rainbow.svg │ │ │ ├── fa-random.svg │ │ │ ├── fa-raspberry-pi.svg │ │ │ ├── fa-ravelry.svg │ │ │ ├── fa-react.svg │ │ │ ├── fa-reacteurope.svg │ │ │ ├── fa-readme.svg │ │ │ ├── fa-rebel.svg │ │ │ ├── fa-receipt.svg │ │ │ ├── fa-record-vinyl.svg │ │ │ ├── fa-recycle.svg │ │ │ ├── fa-red-river.svg │ │ │ ├── fa-reddit-alien.svg │ │ │ ├── fa-reddit-square.svg │ │ │ ├── fa-reddit.svg │ │ │ ├── fa-redhat.svg │ │ │ ├── fa-redo-alt.svg │ │ │ ├── fa-redo.svg │ │ │ ├── fa-registered-o.svg │ │ │ ├── fa-registered.svg │ │ │ ├── fa-remove-format.svg │ │ │ ├── fa-renren.svg │ │ │ ├── fa-reply-all.svg │ │ │ ├── fa-reply.svg │ │ │ ├── fa-replyd.svg │ │ │ ├── fa-republican.svg │ │ │ ├── fa-researchgate.svg │ │ │ ├── fa-resolving.svg │ │ │ ├── fa-restroom.svg │ │ │ ├── fa-retweet.svg │ │ │ ├── fa-rev.svg │ │ │ ├── fa-ribbon.svg │ │ │ ├── fa-ring.svg │ │ │ ├── fa-road.svg │ │ │ ├── fa-robot.svg │ │ │ ├── fa-rocket.svg │ │ │ ├── fa-rocketchat.svg │ │ │ ├── fa-rockrms.svg │ │ │ ├── fa-route.svg │ │ │ ├── fa-rss-square.svg │ │ │ ├── fa-rss.svg │ │ │ ├── fa-rub.svg │ │ │ ├── fa-ruler-combined.svg │ │ │ ├── fa-ruler-horizontal.svg │ │ │ ├── fa-ruler-vertical.svg │ │ │ ├── fa-ruler.svg │ │ │ ├── fa-running.svg │ │ │ ├── fa-rust.svg │ │ │ ├── fa-sad-cry-o.svg │ │ │ ├── fa-sad-cry.svg │ │ │ ├── fa-sad-tear-o.svg │ │ │ ├── fa-sad-tear.svg │ │ │ ├── fa-safari.svg │ │ │ ├── fa-salesforce.svg │ │ │ ├── fa-sass.svg │ │ │ ├── fa-satellite-dish.svg │ │ │ ├── fa-satellite.svg │ │ │ ├── fa-save-o.svg │ │ │ ├── fa-save.svg │ │ │ ├── fa-schlix.svg │ │ │ ├── fa-school.svg │ │ │ ├── fa-screwdriver.svg │ │ │ ├── fa-scribd.svg │ │ │ ├── fa-scroll.svg │ │ │ ├── fa-sd-card.svg │ │ │ ├── fa-search-dollar.svg │ │ │ ├── fa-search-location.svg │ │ │ ├── fa-search-minus.svg │ │ │ ├── fa-search-plus.svg │ │ │ ├── fa-search.svg │ │ │ ├── fa-searchengin.svg │ │ │ ├── fa-seedling.svg │ │ │ ├── fa-sellsy.svg │ │ │ ├── fa-server.svg │ │ │ ├── fa-servicestack.svg │ │ │ ├── fa-shapes.svg │ │ │ ├── fa-share-alt-square.svg │ │ │ ├── fa-share-alt.svg │ │ │ ├── fa-share-square-o.svg │ │ │ ├── fa-share-square.svg │ │ │ ├── fa-share.svg │ │ │ ├── fa-shield-virus.svg │ │ │ ├── fa-shield.svg │ │ │ ├── fa-ship.svg │ │ │ ├── fa-shipping-fast.svg │ │ │ ├── fa-shirtsinbulk.svg │ │ │ ├── fa-shoe-prints.svg │ │ │ ├── fa-shopify.svg │ │ │ ├── fa-shopping-bag.svg │ │ │ ├── fa-shopping-basket.svg │ │ │ ├── fa-shopping-cart.svg │ │ │ ├── fa-shopware.svg │ │ │ ├── fa-shower.svg │ │ │ ├── fa-shuttle-van.svg │ │ │ ├── fa-sign-in.svg │ │ │ ├── fa-sign-language.svg │ │ │ ├── fa-sign-out.svg │ │ │ ├── fa-sign.svg │ │ │ ├── fa-signal.svg │ │ │ ├── fa-signature.svg │ │ │ ├── fa-sim-card.svg │ │ │ ├── fa-simplybuilt.svg │ │ │ ├── fa-sink.svg │ │ │ ├── fa-sistrix.svg │ │ │ ├── fa-sitemap.svg │ │ │ ├── fa-sith.svg │ │ │ ├── fa-skating.svg │ │ │ ├── fa-sketch.svg │ │ │ ├── fa-skiing-nordic.svg │ │ │ ├── fa-skiing.svg │ │ │ ├── fa-skull-crossbones.svg │ │ │ ├── fa-skull.svg │ │ │ ├── fa-skyatlas.svg │ │ │ ├── fa-skype.svg │ │ │ ├── fa-slack-hash.svg │ │ │ ├── fa-slack.svg │ │ │ ├── fa-slash.svg │ │ │ ├── fa-sleigh.svg │ │ │ ├── fa-sliders.svg │ │ │ ├── fa-slideshare.svg │ │ │ ├── fa-smile-beam-o.svg │ │ │ ├── fa-smile-beam.svg │ │ │ ├── fa-smile-o.svg │ │ │ ├── fa-smile-wink-o.svg │ │ │ ├── fa-smile-wink.svg │ │ │ ├── fa-smile.svg │ │ │ ├── fa-smog.svg │ │ │ ├── fa-smoking-ban.svg │ │ │ ├── fa-smoking.svg │ │ │ ├── fa-sms.svg │ │ │ ├── fa-snapchat-ghost.svg │ │ │ ├── fa-snapchat-square.svg │ │ │ ├── fa-snapchat.svg │ │ │ ├── fa-snowboarding.svg │ │ │ ├── fa-snowflake-o.svg │ │ │ ├── fa-snowflake.svg │ │ │ ├── fa-snowman.svg │ │ │ ├── fa-snowplow.svg │ │ │ ├── fa-soap.svg │ │ │ ├── fa-socks.svg │ │ │ ├── fa-solar-panel.svg │ │ │ ├── fa-sort-alpha-alt-asc.svg │ │ │ ├── fa-sort-alpha-alt-desc.svg │ │ │ ├── fa-sort-alpha-asc.svg │ │ │ ├── fa-sort-alpha-desc.svg │ │ │ ├── fa-sort-amount-alt-asc.svg │ │ │ ├── fa-sort-amount-alt-desc.svg │ │ │ ├── fa-sort-amount-asc.svg │ │ │ ├── fa-sort-amount-desc.svg │ │ │ ├── fa-sort-asc.svg │ │ │ ├── fa-sort-desc.svg │ │ │ ├── fa-sort-numeric-alt-asc.svg │ │ │ ├── fa-sort-numeric-alt-desc.svg │ │ │ ├── fa-sort-numeric-asc.svg │ │ │ ├── fa-sort-numeric-desc.svg │ │ │ ├── fa-sort.svg │ │ │ ├── fa-soundcloud.svg │ │ │ ├── fa-sourcetree.svg │ │ │ ├── fa-spa.svg │ │ │ ├── fa-space-shuttle.svg │ │ │ ├── fa-speakap.svg │ │ │ ├── fa-speaker-deck.svg │ │ │ ├── fa-spell-check.svg │ │ │ ├── fa-spider.svg │ │ │ ├── fa-spinner.svg │ │ │ ├── fa-splotch.svg │ │ │ ├── fa-spoon.svg │ │ │ ├── fa-spotify.svg │ │ │ ├── fa-spray-can.svg │ │ │ ├── fa-square-full.svg │ │ │ ├── fa-square-o.svg │ │ │ ├── fa-square-root-alt.svg │ │ │ ├── fa-square.svg │ │ │ ├── fa-squarespace.svg │ │ │ ├── fa-stack-exchange.svg │ │ │ ├── fa-stack-overflow.svg │ │ │ ├── fa-stackpath.svg │ │ │ ├── fa-stamp.svg │ │ │ ├── fa-star-and-crescent.svg │ │ │ ├── fa-star-half-alt.svg │ │ │ ├── fa-star-half-o.svg │ │ │ ├── fa-star-half.svg │ │ │ ├── fa-star-o.svg │ │ │ ├── fa-star-of-david.svg │ │ │ ├── fa-star-of-life.svg │ │ │ ├── fa-star.svg │ │ │ ├── fa-staylinked.svg │ │ │ ├── fa-steam-square.svg │ │ │ ├── fa-steam-symbol.svg │ │ │ ├── fa-steam.svg │ │ │ ├── fa-step-backward.svg │ │ │ ├── fa-step-forward.svg │ │ │ ├── fa-stethoscope.svg │ │ │ ├── fa-sticker-mule.svg │ │ │ ├── fa-sticky-note-o.svg │ │ │ ├── fa-sticky-note.svg │ │ │ ├── fa-stop-circle-o.svg │ │ │ ├── fa-stop-circle.svg │ │ │ ├── fa-stop.svg │ │ │ ├── fa-stopwatch-20.svg │ │ │ ├── fa-stopwatch.svg │ │ │ ├── fa-store-alt-slash.svg │ │ │ ├── fa-store-alt.svg │ │ │ ├── fa-store-slash.svg │ │ │ ├── fa-store.svg │ │ │ ├── fa-strava.svg │ │ │ ├── fa-stream.svg │ │ │ ├── fa-street-view.svg │ │ │ ├── fa-strikethrough.svg │ │ │ ├── fa-stripe-s.svg │ │ │ ├── fa-stripe.svg │ │ │ ├── fa-stroopwafel.svg │ │ │ ├── fa-studiovinari.svg │ │ │ ├── fa-stumbleupon-circle.svg │ │ │ ├── fa-stumbleupon.svg │ │ │ ├── fa-subscript.svg │ │ │ ├── fa-subway.svg │ │ │ ├── fa-suitcase-rolling.svg │ │ │ ├── fa-suitcase.svg │ │ │ ├── fa-sun-o.svg │ │ │ ├── fa-sun.svg │ │ │ ├── fa-superpowers.svg │ │ │ ├── fa-superscript.svg │ │ │ ├── fa-supple.svg │ │ │ ├── fa-support-o.svg │ │ │ ├── fa-support.svg │ │ │ ├── fa-surprise-o.svg │ │ │ ├── fa-surprise.svg │ │ │ ├── fa-suse.svg │ │ │ ├── fa-swatchbook.svg │ │ │ ├── fa-swift.svg │ │ │ ├── fa-swimmer.svg │ │ │ ├── fa-swimming-pool.svg │ │ │ ├── fa-symfony.svg │ │ │ ├── fa-synagogue.svg │ │ │ ├── fa-sync-alt.svg │ │ │ ├── fa-sync.svg │ │ │ ├── fa-syringe.svg │ │ │ ├── fa-table-tennis.svg │ │ │ ├── fa-table.svg │ │ │ ├── fa-tablet-alt.svg │ │ │ ├── fa-tablet.svg │ │ │ ├── fa-tablets.svg │ │ │ ├── fa-tachometer.svg │ │ │ ├── fa-tag.svg │ │ │ ├── fa-tags.svg │ │ │ ├── fa-tape.svg │ │ │ ├── fa-tasks.svg │ │ │ ├── fa-taxi.svg │ │ │ ├── fa-teamspeak.svg │ │ │ ├── fa-teeth-open.svg │ │ │ ├── fa-teeth.svg │ │ │ ├── fa-telegram-plane.svg │ │ │ ├── fa-telegram.svg │ │ │ ├── fa-temperature-high.svg │ │ │ ├── fa-temperature-low.svg │ │ │ ├── fa-tencent-weibo.svg │ │ │ ├── fa-tenge.svg │ │ │ ├── fa-terminal.svg │ │ │ ├── fa-text-height.svg │ │ │ ├── fa-text-width.svg │ │ │ ├── fa-th-large.svg │ │ │ ├── fa-th-list.svg │ │ │ ├── fa-th.svg │ │ │ ├── fa-the-red-yeti.svg │ │ │ ├── fa-theater-masks.svg │ │ │ ├── fa-themeco.svg │ │ │ ├── fa-themeisle.svg │ │ │ ├── fa-thermometer-0.svg │ │ │ ├── fa-thermometer-1.svg │ │ │ ├── fa-thermometer-2.svg │ │ │ ├── fa-thermometer-3.svg │ │ │ ├── fa-thermometer-4.svg │ │ │ ├── fa-thermometer.svg │ │ │ ├── fa-think-peaks.svg │ │ │ ├── fa-thumbs-down.svg │ │ │ ├── fa-thumbs-o-down.svg │ │ │ ├── fa-thumbs-o-up.svg │ │ │ ├── fa-thumbs-up.svg │ │ │ ├── fa-thumbtack.svg │ │ │ ├── fa-ticket.svg │ │ │ ├── fa-tiktok.svg │ │ │ ├── fa-times-circle-o.svg │ │ │ ├── fa-times-circle.svg │ │ │ ├── fa-times.svg │ │ │ ├── fa-tint-slash.svg │ │ │ ├── fa-tint.svg │ │ │ ├── fa-tired-o.svg │ │ │ ├── fa-tired.svg │ │ │ ├── fa-toggle-off.svg │ │ │ ├── fa-toggle-on.svg │ │ │ ├── fa-toilet-paper-slash.svg │ │ │ ├── fa-toilet-paper.svg │ │ │ ├── fa-toilet.svg │ │ │ ├── fa-toolbox.svg │ │ │ ├── fa-tools.svg │ │ │ ├── fa-tooth.svg │ │ │ ├── fa-torah.svg │ │ │ ├── fa-torii-gate.svg │ │ │ ├── fa-tractor.svg │ │ │ ├── fa-trade-federation.svg │ │ │ ├── fa-trademark.svg │ │ │ ├── fa-traffic-light.svg │ │ │ ├── fa-trailer.svg │ │ │ ├── fa-train.svg │ │ │ ├── fa-tram.svg │ │ │ ├── fa-transgender-alt.svg │ │ │ ├── fa-transgender.svg │ │ │ ├── fa-trash-o-o.svg │ │ │ ├── fa-trash-o.svg │ │ │ ├── fa-trash-restore-alt.svg │ │ │ ├── fa-trash-restore.svg │ │ │ ├── fa-trash.svg │ │ │ ├── fa-tree.svg │ │ │ ├── fa-trello.svg │ │ │ ├── fa-tripadvisor.svg │ │ │ ├── fa-trophy.svg │ │ │ ├── fa-truck-loading.svg │ │ │ ├── fa-truck-monster.svg │ │ │ ├── fa-truck-moving.svg │ │ │ ├── fa-truck-pickup.svg │ │ │ ├── fa-truck.svg │ │ │ ├── fa-try.svg │ │ │ ├── fa-tshirt.svg │ │ │ ├── fa-tty.svg │ │ │ ├── fa-tumblr-square.svg │ │ │ ├── fa-tumblr.svg │ │ │ ├── fa-tv.svg │ │ │ ├── fa-twitch.svg │ │ │ ├── fa-twitter-square.svg │ │ │ ├── fa-twitter.svg │ │ │ ├── fa-typo3.svg │ │ │ ├── fa-uber.svg │ │ │ ├── fa-ubuntu.svg │ │ │ ├── fa-uikit.svg │ │ │ ├── fa-umbraco.svg │ │ │ ├── fa-umbrella-beach.svg │ │ │ ├── fa-umbrella.svg │ │ │ ├── fa-uncharted.svg │ │ │ ├── fa-underline.svg │ │ │ ├── fa-undo-alt.svg │ │ │ ├── fa-undo.svg │ │ │ ├── fa-uniregistry.svg │ │ │ ├── fa-unity.svg │ │ │ ├── fa-universal-access.svg │ │ │ ├── fa-university.svg │ │ │ ├── fa-unlink.svg │ │ │ ├── fa-unlock-alt.svg │ │ │ ├── fa-unlock.svg │ │ │ ├── fa-unsplash.svg │ │ │ ├── fa-untappd.svg │ │ │ ├── fa-upload.svg │ │ │ ├── fa-ups.svg │ │ │ ├── fa-usb.svg │ │ │ ├── fa-usd.svg │ │ │ ├── fa-user-alt-slash.svg │ │ │ ├── fa-user-alt.svg │ │ │ ├── fa-user-astronaut.svg │ │ │ ├── fa-user-check.svg │ │ │ ├── fa-user-circle-o.svg │ │ │ ├── fa-user-circle.svg │ │ │ ├── fa-user-clock.svg │ │ │ ├── fa-user-cog.svg │ │ │ ├── fa-user-edit.svg │ │ │ ├── fa-user-friends.svg │ │ │ ├── fa-user-graduate.svg │ │ │ ├── fa-user-injured.svg │ │ │ ├── fa-user-lock.svg │ │ │ ├── fa-user-md.svg │ │ │ ├── fa-user-minus.svg │ │ │ ├── fa-user-ninja.svg │ │ │ ├── fa-user-nurse.svg │ │ │ ├── fa-user-o.svg │ │ │ ├── fa-user-plus.svg │ │ │ ├── fa-user-secret.svg │ │ │ ├── fa-user-shield.svg │ │ │ ├── fa-user-slash.svg │ │ │ ├── fa-user-tag.svg │ │ │ ├── fa-user-tie.svg │ │ │ ├── fa-user-times.svg │ │ │ ├── fa-user.svg │ │ │ ├── fa-users-cog.svg │ │ │ ├── fa-users-slash.svg │ │ │ ├── fa-users.svg │ │ │ ├── fa-usps.svg │ │ │ ├── fa-ussunnah.svg │ │ │ ├── fa-vaadin.svg │ │ │ ├── fa-vector-square.svg │ │ │ ├── fa-venus-double.svg │ │ │ ├── fa-venus-mars.svg │ │ │ ├── fa-venus.svg │ │ │ ├── fa-vest-patches.svg │ │ │ ├── fa-vest.svg │ │ │ ├── fa-viacoin.svg │ │ │ ├── fa-viadeo-square.svg │ │ │ ├── fa-viadeo.svg │ │ │ ├── fa-vial.svg │ │ │ ├── fa-vials.svg │ │ │ ├── fa-viber.svg │ │ │ ├── fa-video-slash.svg │ │ │ ├── fa-video.svg │ │ │ ├── fa-vihara.svg │ │ │ ├── fa-vimeo-square.svg │ │ │ ├── fa-vimeo-v.svg │ │ │ ├── fa-vimeo.svg │ │ │ ├── fa-vine.svg │ │ │ ├── fa-virus-slash.svg │ │ │ ├── fa-virus.svg │ │ │ ├── fa-viruses.svg │ │ │ ├── fa-vk.svg │ │ │ ├── fa-vnv.svg │ │ │ ├── fa-voicemail.svg │ │ │ ├── fa-volleyball-ball.svg │ │ │ ├── fa-volume-down.svg │ │ │ ├── fa-volume-mute.svg │ │ │ ├── fa-volume-off.svg │ │ │ ├── fa-volume-up.svg │ │ │ ├── fa-vote-yea.svg │ │ │ ├── fa-vr-cardboard.svg │ │ │ ├── fa-vuejs.svg │ │ │ ├── fa-walking.svg │ │ │ ├── fa-wallet.svg │ │ │ ├── fa-warehouse.svg │ │ │ ├── fa-watchman-monitoring.svg │ │ │ ├── fa-water.svg │ │ │ ├── fa-wave-square.svg │ │ │ ├── fa-waze.svg │ │ │ ├── fa-weebly.svg │ │ │ ├── fa-weibo.svg │ │ │ ├── fa-weight-hanging.svg │ │ │ ├── fa-weight.svg │ │ │ ├── fa-weixin.svg │ │ │ ├── fa-whatsapp-square.svg │ │ │ ├── fa-whatsapp.svg │ │ │ ├── fa-wheelchair-alt.svg │ │ │ ├── fa-wheelchair.svg │ │ │ ├── fa-whmcs.svg │ │ │ ├── fa-wifi.svg │ │ │ ├── fa-wikipedia-w.svg │ │ │ ├── fa-wind.svg │ │ │ ├── fa-window-close-o.svg │ │ │ ├── fa-window-close.svg │ │ │ ├── fa-window-maximize-o.svg │ │ │ ├── fa-window-maximize.svg │ │ │ ├── fa-window-minimize-o.svg │ │ │ ├── fa-window-minimize.svg │ │ │ ├── fa-window-restore-o.svg │ │ │ ├── fa-window-restore.svg │ │ │ ├── fa-windows.svg │ │ │ ├── fa-wine-bottle.svg │ │ │ ├── fa-wine-glass-alt.svg │ │ │ ├── fa-wine-glass.svg │ │ │ ├── fa-wix.svg │ │ │ ├── fa-wizards-of-the-coast.svg │ │ │ ├── fa-wodu.svg │ │ │ ├── fa-wolf-pack-battalion.svg │ │ │ ├── fa-wordpress-simple.svg │ │ │ ├── fa-wordpress.svg │ │ │ ├── fa-wpbeginner.svg │ │ │ ├── fa-wpexplorer.svg │ │ │ ├── fa-wpforms.svg │ │ │ ├── fa-wpressr.svg │ │ │ ├── fa-wrench.svg │ │ │ ├── fa-x-ray.svg │ │ │ ├── fa-xbox.svg │ │ │ ├── fa-xing-square.svg │ │ │ ├── fa-xing.svg │ │ │ ├── fa-y-combinator.svg │ │ │ ├── fa-yahoo.svg │ │ │ ├── fa-yammer.svg │ │ │ ├── fa-yandex-international.svg │ │ │ ├── fa-yandex.svg │ │ │ ├── fa-yarn.svg │ │ │ ├── fa-yelp.svg │ │ │ ├── fa-yin-yang.svg │ │ │ ├── fa-yoast.svg │ │ │ ├── fa-youtube-square.svg │ │ │ ├── fa-youtube.svg │ │ │ └── fa-zhihu.svg │ │ ├── MainView_db_navi_connect.png │ │ ├── MaterialDesignIcons │ │ │ ├── ic_3d_rotation.svg │ │ │ ├── ic_ac_unit.svg │ │ │ ├── ic_access_alarm.svg │ │ │ ├── ic_access_alarms.svg │ │ │ ├── ic_access_time.svg │ │ │ ├── ic_accessibility.svg │ │ │ ├── ic_accessible.svg │ │ │ ├── ic_account_balance.svg │ │ │ ├── ic_account_balance_wallet.svg │ │ │ ├── ic_account_box.svg │ │ │ ├── ic_account_circle.svg │ │ │ ├── ic_adb.svg │ │ │ ├── ic_add.svg │ │ │ ├── ic_add_a_photo.svg │ │ │ ├── ic_add_alarm.svg │ │ │ ├── ic_add_alert.svg │ │ │ ├── ic_add_box.svg │ │ │ ├── ic_add_circle.svg │ │ │ ├── ic_add_circle_outline.svg │ │ │ ├── ic_add_location.svg │ │ │ ├── ic_add_shopping_cart.svg │ │ │ ├── ic_add_to_photos.svg │ │ │ ├── ic_add_to_queue.svg │ │ │ ├── ic_adjust.svg │ │ │ ├── ic_airline_seat_flat.svg │ │ │ ├── ic_airline_seat_flat_angled.svg │ │ │ ├── ic_airline_seat_individual_suite.svg │ │ │ ├── ic_airline_seat_legroom_extra.svg │ │ │ ├── ic_airline_seat_legroom_normal.svg │ │ │ ├── ic_airline_seat_legroom_reduced.svg │ │ │ ├── ic_airline_seat_recline_extra.svg │ │ │ ├── ic_airline_seat_recline_normal.svg │ │ │ ├── ic_airplanemode_active.svg │ │ │ ├── ic_airplanemode_inactive.svg │ │ │ ├── ic_airplay.svg │ │ │ ├── ic_airport_shuttle.svg │ │ │ ├── ic_alarm.svg │ │ │ ├── ic_alarm_add.svg │ │ │ ├── ic_alarm_off.svg │ │ │ ├── ic_alarm_on.svg │ │ │ ├── ic_album.svg │ │ │ ├── ic_all_inclusive.svg │ │ │ ├── ic_all_out.svg │ │ │ ├── ic_android.svg │ │ │ ├── ic_announcement.svg │ │ │ ├── ic_apps.svg │ │ │ ├── ic_archive.svg │ │ │ ├── ic_arrow_back.svg │ │ │ ├── ic_arrow_downward.svg │ │ │ ├── ic_arrow_drop_down.svg │ │ │ ├── ic_arrow_drop_down_circle.svg │ │ │ ├── ic_arrow_drop_up.svg │ │ │ ├── ic_arrow_forward.svg │ │ │ ├── ic_arrow_upward.svg │ │ │ ├── ic_art_track.svg │ │ │ ├── ic_aspect_ratio.svg │ │ │ ├── ic_assessment.svg │ │ │ ├── ic_assignment.svg │ │ │ ├── ic_assignment_ind.svg │ │ │ ├── ic_assignment_late.svg │ │ │ ├── ic_assignment_return.svg │ │ │ ├── ic_assignment_returned.svg │ │ │ ├── ic_assignment_turned_in.svg │ │ │ ├── ic_assistant.svg │ │ │ ├── ic_assistant_photo.svg │ │ │ ├── ic_attach_file.svg │ │ │ ├── ic_attach_money.svg │ │ │ ├── ic_attachment.svg │ │ │ ├── ic_audiotrack.svg │ │ │ ├── ic_autorenew.svg │ │ │ ├── ic_av_timer.svg │ │ │ ├── ic_backspace.svg │ │ │ ├── ic_backup.svg │ │ │ ├── ic_battery_20.svg │ │ │ ├── ic_battery_30.svg │ │ │ ├── ic_battery_50.svg │ │ │ ├── ic_battery_60.svg │ │ │ ├── ic_battery_80.svg │ │ │ ├── ic_battery_90.svg │ │ │ ├── ic_battery_alert.svg │ │ │ ├── ic_battery_charging_20.svg │ │ │ ├── ic_battery_charging_30.svg │ │ │ ├── ic_battery_charging_50.svg │ │ │ ├── ic_battery_charging_60.svg │ │ │ ├── ic_battery_charging_80.svg │ │ │ ├── ic_battery_charging_90.svg │ │ │ ├── ic_battery_charging_full.svg │ │ │ ├── ic_battery_full.svg │ │ │ ├── ic_battery_std.svg │ │ │ ├── ic_battery_unknown.svg │ │ │ ├── ic_beach_access.svg │ │ │ ├── ic_beenhere.svg │ │ │ ├── ic_block.svg │ │ │ ├── ic_bluetooth.svg │ │ │ ├── ic_bluetooth_audio.svg │ │ │ ├── ic_bluetooth_connected.svg │ │ │ ├── ic_bluetooth_disabled.svg │ │ │ ├── ic_bluetooth_searching.svg │ │ │ ├── ic_blur_circular.svg │ │ │ ├── ic_blur_linear.svg │ │ │ ├── ic_blur_off.svg │ │ │ ├── ic_blur_on.svg │ │ │ ├── ic_book.svg │ │ │ ├── ic_bookmark.svg │ │ │ ├── ic_bookmark_border.svg │ │ │ ├── ic_border_all.svg │ │ │ ├── ic_border_bottom.svg │ │ │ ├── ic_border_clear.svg │ │ │ ├── ic_border_color.svg │ │ │ ├── ic_border_horizontal.svg │ │ │ ├── ic_border_inner.svg │ │ │ ├── ic_border_left.svg │ │ │ ├── ic_border_outer.svg │ │ │ ├── ic_border_right.svg │ │ │ ├── ic_border_style.svg │ │ │ ├── ic_border_top.svg │ │ │ ├── ic_border_vertical.svg │ │ │ ├── ic_branding_watermark.svg │ │ │ ├── ic_brightness_1.svg │ │ │ ├── ic_brightness_2.svg │ │ │ ├── ic_brightness_3.svg │ │ │ ├── ic_brightness_4.svg │ │ │ ├── ic_brightness_5.svg │ │ │ ├── ic_brightness_6.svg │ │ │ ├── ic_brightness_7.svg │ │ │ ├── ic_brightness_auto.svg │ │ │ ├── ic_brightness_high.svg │ │ │ ├── ic_brightness_low.svg │ │ │ ├── ic_brightness_medium.svg │ │ │ ├── ic_broken_image.svg │ │ │ ├── ic_brush.svg │ │ │ ├── ic_bubble_chart.svg │ │ │ ├── ic_bug_report.svg │ │ │ ├── ic_build.svg │ │ │ ├── ic_burst_mode.svg │ │ │ ├── ic_business.svg │ │ │ ├── ic_business_center.svg │ │ │ ├── ic_cached.svg │ │ │ ├── ic_cake.svg │ │ │ ├── ic_call.svg │ │ │ ├── ic_call_end.svg │ │ │ ├── ic_call_made.svg │ │ │ ├── ic_call_merge.svg │ │ │ ├── ic_call_missed.svg │ │ │ ├── ic_call_missed_outgoing.svg │ │ │ ├── ic_call_received.svg │ │ │ ├── ic_call_split.svg │ │ │ ├── ic_call_to_action.svg │ │ │ ├── ic_camera.svg │ │ │ ├── ic_camera_alt.svg │ │ │ ├── ic_camera_enhance.svg │ │ │ ├── ic_camera_front.svg │ │ │ ├── ic_camera_rear.svg │ │ │ ├── ic_camera_roll.svg │ │ │ ├── ic_cancel.svg │ │ │ ├── ic_card_giftcard.svg │ │ │ ├── ic_card_membership.svg │ │ │ ├── ic_card_travel.svg │ │ │ ├── ic_casino.svg │ │ │ ├── ic_cast.svg │ │ │ ├── ic_cast_connected.svg │ │ │ ├── ic_center_focus_strong.svg │ │ │ ├── ic_center_focus_weak.svg │ │ │ ├── ic_change_history.svg │ │ │ ├── ic_chat.svg │ │ │ ├── ic_chat_bubble.svg │ │ │ ├── ic_chat_bubble_outline.svg │ │ │ ├── ic_check.svg │ │ │ ├── ic_check_box.svg │ │ │ ├── ic_check_box_outline_blank.svg │ │ │ ├── ic_check_circle.svg │ │ │ ├── ic_chevron_left.svg │ │ │ ├── ic_chevron_right.svg │ │ │ ├── ic_child_care.svg │ │ │ ├── ic_child_friendly.svg │ │ │ ├── ic_chrome_reader_mode.svg │ │ │ ├── ic_class.svg │ │ │ ├── ic_clear.svg │ │ │ ├── ic_clear_all.svg │ │ │ ├── ic_close.svg │ │ │ ├── ic_closed_caption.svg │ │ │ ├── ic_cloud.svg │ │ │ ├── ic_cloud_circle.svg │ │ │ ├── ic_cloud_done.svg │ │ │ ├── ic_cloud_download.svg │ │ │ ├── ic_cloud_off.svg │ │ │ ├── ic_cloud_queue.svg │ │ │ ├── ic_cloud_upload.svg │ │ │ ├── ic_code.svg │ │ │ ├── ic_collections.svg │ │ │ ├── ic_collections_bookmark.svg │ │ │ ├── ic_color_lens.svg │ │ │ ├── ic_colorize.svg │ │ │ ├── ic_comment.svg │ │ │ ├── ic_compare.svg │ │ │ ├── ic_compare_arrows.svg │ │ │ ├── ic_computer.svg │ │ │ ├── ic_confirmation_number.svg │ │ │ ├── ic_contact_mail.svg │ │ │ ├── ic_contact_phone.svg │ │ │ ├── ic_contacts.svg │ │ │ ├── ic_content_copy.svg │ │ │ ├── ic_content_cut.svg │ │ │ ├── ic_content_paste.svg │ │ │ ├── ic_control_point.svg │ │ │ ├── ic_control_point_duplicate.svg │ │ │ ├── ic_copyright.svg │ │ │ ├── ic_create.svg │ │ │ ├── ic_create_new_folder.svg │ │ │ ├── ic_credit_card.svg │ │ │ ├── ic_crop.svg │ │ │ ├── ic_crop_16_9.svg │ │ │ ├── ic_crop_3_2.svg │ │ │ ├── ic_crop_5_4.svg │ │ │ ├── ic_crop_7_5.svg │ │ │ ├── ic_crop_din.svg │ │ │ ├── ic_crop_free.svg │ │ │ ├── ic_crop_landscape.svg │ │ │ ├── ic_crop_original.svg │ │ │ ├── ic_crop_portrait.svg │ │ │ ├── ic_crop_rotate.svg │ │ │ ├── ic_crop_square.svg │ │ │ ├── ic_dashboard.svg │ │ │ ├── ic_data_usage.svg │ │ │ ├── ic_date_range.svg │ │ │ ├── ic_dehaze.svg │ │ │ ├── ic_delete.svg │ │ │ ├── ic_delete_forever.svg │ │ │ ├── ic_delete_sweep.svg │ │ │ ├── ic_description.svg │ │ │ ├── ic_desktop_mac.svg │ │ │ ├── ic_desktop_windows.svg │ │ │ ├── ic_details.svg │ │ │ ├── ic_developer_board.svg │ │ │ ├── ic_developer_mode.svg │ │ │ ├── ic_device_hub.svg │ │ │ ├── ic_devices.svg │ │ │ ├── ic_devices_other.svg │ │ │ ├── ic_dialer_sip.svg │ │ │ ├── ic_dialpad.svg │ │ │ ├── ic_directions.svg │ │ │ ├── ic_directions_bike.svg │ │ │ ├── ic_directions_boat.svg │ │ │ ├── ic_directions_bus.svg │ │ │ ├── ic_directions_car.svg │ │ │ ├── ic_directions_railway.svg │ │ │ ├── ic_directions_run.svg │ │ │ ├── ic_directions_subway.svg │ │ │ ├── ic_directions_transit.svg │ │ │ ├── ic_directions_walk.svg │ │ │ ├── ic_disc_full.svg │ │ │ ├── ic_dns.svg │ │ │ ├── ic_do_not_disturb.svg │ │ │ ├── ic_do_not_disturb_alt.svg │ │ │ ├── ic_do_not_disturb_off.svg │ │ │ ├── ic_do_not_disturb_on.svg │ │ │ ├── ic_dock.svg │ │ │ ├── ic_domain.svg │ │ │ ├── ic_done.svg │ │ │ ├── ic_done_all.svg │ │ │ ├── ic_donut_large.svg │ │ │ ├── ic_donut_small.svg │ │ │ ├── ic_drafts.svg │ │ │ ├── ic_drag_handle.svg │ │ │ ├── ic_drive_eta.svg │ │ │ ├── ic_dvr.svg │ │ │ ├── ic_edit.svg │ │ │ ├── ic_edit_location.svg │ │ │ ├── ic_eject.svg │ │ │ ├── ic_email.svg │ │ │ ├── ic_enhanced_encryption.svg │ │ │ ├── ic_equalizer.svg │ │ │ ├── ic_error.svg │ │ │ ├── ic_error_outline.svg │ │ │ ├── ic_euro_symbol.svg │ │ │ ├── ic_ev_station.svg │ │ │ ├── ic_event.svg │ │ │ ├── ic_event_available.svg │ │ │ ├── ic_event_busy.svg │ │ │ ├── ic_event_note.svg │ │ │ ├── ic_event_seat.svg │ │ │ ├── ic_exit_to_app.svg │ │ │ ├── ic_expand_less.svg │ │ │ ├── ic_expand_more.svg │ │ │ ├── ic_explicit.svg │ │ │ ├── ic_explore.svg │ │ │ ├── ic_exposure.svg │ │ │ ├── ic_exposure_neg_1.svg │ │ │ ├── ic_exposure_neg_2.svg │ │ │ ├── ic_exposure_plus_1.svg │ │ │ ├── ic_exposure_plus_2.svg │ │ │ ├── ic_exposure_zero.svg │ │ │ ├── ic_extension.svg │ │ │ ├── ic_face.svg │ │ │ ├── ic_fast_forward.svg │ │ │ ├── ic_fast_rewind.svg │ │ │ ├── ic_favorite.svg │ │ │ ├── ic_favorite_border.svg │ │ │ ├── ic_featured_play_list.svg │ │ │ ├── ic_featured_video.svg │ │ │ ├── ic_feedback.svg │ │ │ ├── ic_fiber_dvr.svg │ │ │ ├── ic_fiber_manual_record.svg │ │ │ ├── ic_fiber_new.svg │ │ │ ├── ic_fiber_pin.svg │ │ │ ├── ic_fiber_smart_record.svg │ │ │ ├── ic_file_download.svg │ │ │ ├── ic_file_upload.svg │ │ │ ├── ic_filter.svg │ │ │ ├── ic_filter_1.svg │ │ │ ├── ic_filter_2.svg │ │ │ ├── ic_filter_3.svg │ │ │ ├── ic_filter_4.svg │ │ │ ├── ic_filter_5.svg │ │ │ ├── ic_filter_6.svg │ │ │ ├── ic_filter_7.svg │ │ │ ├── ic_filter_8.svg │ │ │ ├── ic_filter_9.svg │ │ │ ├── ic_filter_9_plus.svg │ │ │ ├── ic_filter_b_and_w.svg │ │ │ ├── ic_filter_center_focus.svg │ │ │ ├── ic_filter_drama.svg │ │ │ ├── ic_filter_frames.svg │ │ │ ├── ic_filter_hdr.svg │ │ │ ├── ic_filter_list.svg │ │ │ ├── ic_filter_none.svg │ │ │ ├── ic_filter_tilt_shift.svg │ │ │ ├── ic_filter_vintage.svg │ │ │ ├── ic_find_in_page.svg │ │ │ ├── ic_find_replace.svg │ │ │ ├── ic_fingerprint.svg │ │ │ ├── ic_first_page.svg │ │ │ ├── ic_fitness_center.svg │ │ │ ├── ic_flag.svg │ │ │ ├── ic_flare.svg │ │ │ ├── ic_flash_auto.svg │ │ │ ├── ic_flash_off.svg │ │ │ ├── ic_flash_on.svg │ │ │ ├── ic_flight.svg │ │ │ ├── ic_flight_land.svg │ │ │ ├── ic_flight_takeoff.svg │ │ │ ├── ic_flip.svg │ │ │ ├── ic_flip_to_back.svg │ │ │ ├── ic_flip_to_front.svg │ │ │ ├── ic_folder.svg │ │ │ ├── ic_folder_open.svg │ │ │ ├── ic_folder_shared.svg │ │ │ ├── ic_folder_special.svg │ │ │ ├── ic_font_download.svg │ │ │ ├── ic_format_align_center.svg │ │ │ ├── ic_format_align_justify.svg │ │ │ ├── ic_format_align_left.svg │ │ │ ├── ic_format_align_right.svg │ │ │ ├── ic_format_bold.svg │ │ │ ├── ic_format_clear.svg │ │ │ ├── ic_format_color_fill.svg │ │ │ ├── ic_format_color_reset.svg │ │ │ ├── ic_format_color_text.svg │ │ │ ├── ic_format_indent_decrease.svg │ │ │ ├── ic_format_indent_increase.svg │ │ │ ├── ic_format_italic.svg │ │ │ ├── ic_format_line_spacing.svg │ │ │ ├── ic_format_list_bulleted.svg │ │ │ ├── ic_format_list_numbered.svg │ │ │ ├── ic_format_paint.svg │ │ │ ├── ic_format_quote.svg │ │ │ ├── ic_format_shapes.svg │ │ │ ├── ic_format_size.svg │ │ │ ├── ic_format_strikethrough.svg │ │ │ ├── ic_format_textdirection_l_to_r.svg │ │ │ ├── ic_format_textdirection_r_to_l.svg │ │ │ ├── ic_format_underlined.svg │ │ │ ├── ic_forum.svg │ │ │ ├── ic_forward.svg │ │ │ ├── ic_forward_10.svg │ │ │ ├── ic_forward_30.svg │ │ │ ├── ic_forward_5.svg │ │ │ ├── ic_free_breakfast.svg │ │ │ ├── ic_fullscreen.svg │ │ │ ├── ic_fullscreen_exit.svg │ │ │ ├── ic_functions.svg │ │ │ ├── ic_g_translate.svg │ │ │ ├── ic_gamepad.svg │ │ │ ├── ic_games.svg │ │ │ ├── ic_gavel.svg │ │ │ ├── ic_gesture.svg │ │ │ ├── ic_get_app.svg │ │ │ ├── ic_gif.svg │ │ │ ├── ic_golf_course.svg │ │ │ ├── ic_gps_fixed.svg │ │ │ ├── ic_gps_not_fixed.svg │ │ │ ├── ic_gps_off.svg │ │ │ ├── ic_grade.svg │ │ │ ├── ic_gradient.svg │ │ │ ├── ic_grain.svg │ │ │ ├── ic_graphic_eq.svg │ │ │ ├── ic_grid_off.svg │ │ │ ├── ic_grid_on.svg │ │ │ ├── ic_group.svg │ │ │ ├── ic_group_add.svg │ │ │ ├── ic_group_work.svg │ │ │ ├── ic_hd.svg │ │ │ ├── ic_hdr_off.svg │ │ │ ├── ic_hdr_on.svg │ │ │ ├── ic_hdr_strong.svg │ │ │ ├── ic_hdr_weak.svg │ │ │ ├── ic_headset.svg │ │ │ ├── ic_headset_mic.svg │ │ │ ├── ic_healing.svg │ │ │ ├── ic_hearing.svg │ │ │ ├── ic_help.svg │ │ │ ├── ic_help_outline.svg │ │ │ ├── ic_high_quality.svg │ │ │ ├── ic_highlight.svg │ │ │ ├── ic_highlight_off.svg │ │ │ ├── ic_history.svg │ │ │ ├── ic_home.svg │ │ │ ├── ic_hot_tub.svg │ │ │ ├── ic_hotel.svg │ │ │ ├── ic_hourglass_empty.svg │ │ │ ├── ic_hourglass_full.svg │ │ │ ├── ic_http.svg │ │ │ ├── ic_https.svg │ │ │ ├── ic_image.svg │ │ │ ├── ic_image_aspect_ratio.svg │ │ │ ├── ic_import_contacts.svg │ │ │ ├── ic_import_export.svg │ │ │ ├── ic_important_devices.svg │ │ │ ├── ic_inbox.svg │ │ │ ├── ic_indeterminate_check_box.svg │ │ │ ├── ic_info.svg │ │ │ ├── ic_info_outline.svg │ │ │ ├── ic_input.svg │ │ │ ├── ic_insert_chart.svg │ │ │ ├── ic_insert_comment.svg │ │ │ ├── ic_insert_drive_file.svg │ │ │ ├── ic_insert_emoticon.svg │ │ │ ├── ic_insert_invitation.svg │ │ │ ├── ic_insert_link.svg │ │ │ ├── ic_insert_photo.svg │ │ │ ├── ic_invert_colors.svg │ │ │ ├── ic_invert_colors_off.svg │ │ │ ├── ic_iso.svg │ │ │ ├── ic_keyboard.svg │ │ │ ├── ic_keyboard_arrow_down.svg │ │ │ ├── ic_keyboard_arrow_left.svg │ │ │ ├── ic_keyboard_arrow_right.svg │ │ │ ├── ic_keyboard_arrow_up.svg │ │ │ ├── ic_keyboard_backspace.svg │ │ │ ├── ic_keyboard_capslock.svg │ │ │ ├── ic_keyboard_hide.svg │ │ │ ├── ic_keyboard_return.svg │ │ │ ├── ic_keyboard_tab.svg │ │ │ ├── ic_keyboard_voice.svg │ │ │ ├── ic_kitchen.svg │ │ │ ├── ic_label.svg │ │ │ ├── ic_label_outline.svg │ │ │ ├── ic_landscape.svg │ │ │ ├── ic_language.svg │ │ │ ├── ic_laptop.svg │ │ │ ├── ic_laptop_chromebook.svg │ │ │ ├── ic_laptop_mac.svg │ │ │ ├── ic_laptop_windows.svg │ │ │ ├── ic_last_page.svg │ │ │ ├── ic_launch.svg │ │ │ ├── ic_layers.svg │ │ │ ├── ic_layers_clear.svg │ │ │ ├── ic_leak_add.svg │ │ │ ├── ic_leak_remove.svg │ │ │ ├── ic_lens.svg │ │ │ ├── ic_library_add.svg │ │ │ ├── ic_library_books.svg │ │ │ ├── ic_library_music.svg │ │ │ ├── ic_lightbulb_outline.svg │ │ │ ├── ic_line_style.svg │ │ │ ├── ic_line_weight.svg │ │ │ ├── ic_linear_scale.svg │ │ │ ├── ic_link.svg │ │ │ ├── ic_linked_camera.svg │ │ │ ├── ic_list.svg │ │ │ ├── ic_live_help.svg │ │ │ ├── ic_live_tv.svg │ │ │ ├── ic_local_activity.svg │ │ │ ├── ic_local_airport.svg │ │ │ ├── ic_local_atm.svg │ │ │ ├── ic_local_bar.svg │ │ │ ├── ic_local_cafe.svg │ │ │ ├── ic_local_car_wash.svg │ │ │ ├── ic_local_convenience_store.svg │ │ │ ├── ic_local_dining.svg │ │ │ ├── ic_local_drink.svg │ │ │ ├── ic_local_florist.svg │ │ │ ├── ic_local_gas_station.svg │ │ │ ├── ic_local_grocery_store.svg │ │ │ ├── ic_local_hospital.svg │ │ │ ├── ic_local_hotel.svg │ │ │ ├── ic_local_laundry_service.svg │ │ │ ├── ic_local_library.svg │ │ │ ├── ic_local_mall.svg │ │ │ ├── ic_local_movies.svg │ │ │ ├── ic_local_offer.svg │ │ │ ├── ic_local_parking.svg │ │ │ ├── ic_local_pharmacy.svg │ │ │ ├── ic_local_phone.svg │ │ │ ├── ic_local_pizza.svg │ │ │ ├── ic_local_play.svg │ │ │ ├── ic_local_post_office.svg │ │ │ ├── ic_local_printshop.svg │ │ │ ├── ic_local_see.svg │ │ │ ├── ic_local_shipping.svg │ │ │ ├── ic_local_taxi.svg │ │ │ ├── ic_location_city.svg │ │ │ ├── ic_location_disabled.svg │ │ │ ├── ic_location_off.svg │ │ │ ├── ic_location_on.svg │ │ │ ├── ic_location_searching.svg │ │ │ ├── ic_lock.svg │ │ │ ├── ic_lock_open.svg │ │ │ ├── ic_lock_outline.svg │ │ │ ├── ic_looks.svg │ │ │ ├── ic_looks_3.svg │ │ │ ├── ic_looks_4.svg │ │ │ ├── ic_looks_5.svg │ │ │ ├── ic_looks_6.svg │ │ │ ├── ic_looks_one.svg │ │ │ ├── ic_looks_two.svg │ │ │ ├── ic_loop.svg │ │ │ ├── ic_loupe.svg │ │ │ ├── ic_low_priority.svg │ │ │ ├── ic_loyalty.svg │ │ │ ├── ic_mail.svg │ │ │ ├── ic_mail_outline.svg │ │ │ ├── ic_map.svg │ │ │ ├── ic_markunread.svg │ │ │ ├── ic_markunread_mailbox.svg │ │ │ ├── ic_memory.svg │ │ │ ├── ic_menu.svg │ │ │ ├── ic_merge_type.svg │ │ │ ├── ic_message.svg │ │ │ ├── ic_mic.svg │ │ │ ├── ic_mic_none.svg │ │ │ ├── ic_mic_off.svg │ │ │ ├── ic_mms.svg │ │ │ ├── ic_mode_comment.svg │ │ │ ├── ic_mode_edit.svg │ │ │ ├── ic_monetization_on.svg │ │ │ ├── ic_money_off.svg │ │ │ ├── ic_monochrome_photos.svg │ │ │ ├── ic_mood.svg │ │ │ ├── ic_mood_bad.svg │ │ │ ├── ic_more.svg │ │ │ ├── ic_more_horiz.svg │ │ │ ├── ic_more_vert.svg │ │ │ ├── ic_motorcycle.svg │ │ │ ├── ic_mouse.svg │ │ │ ├── ic_move_to_inbox.svg │ │ │ ├── ic_movie.svg │ │ │ ├── ic_movie_creation.svg │ │ │ ├── ic_movie_filter.svg │ │ │ ├── ic_multiline_chart.svg │ │ │ ├── ic_music_note.svg │ │ │ ├── ic_music_video.svg │ │ │ ├── ic_my_location.svg │ │ │ ├── ic_nature.svg │ │ │ ├── ic_nature_people.svg │ │ │ ├── ic_navigate_before.svg │ │ │ ├── ic_navigate_next.svg │ │ │ ├── ic_navigation.svg │ │ │ ├── ic_near_me.svg │ │ │ ├── ic_network_cell.svg │ │ │ ├── ic_network_check.svg │ │ │ ├── ic_network_locked.svg │ │ │ ├── ic_network_wifi.svg │ │ │ ├── ic_new_releases.svg │ │ │ ├── ic_next_week.svg │ │ │ ├── ic_nfc.svg │ │ │ ├── ic_no_encryption.svg │ │ │ ├── ic_no_sim.svg │ │ │ ├── ic_not_interested.svg │ │ │ ├── ic_note.svg │ │ │ ├── ic_note_add.svg │ │ │ ├── ic_notifications.svg │ │ │ ├── ic_notifications_active.svg │ │ │ ├── ic_notifications_none.svg │ │ │ ├── ic_notifications_off.svg │ │ │ ├── ic_notifications_paused.svg │ │ │ ├── ic_offline_pin.svg │ │ │ ├── ic_ondemand_video.svg │ │ │ ├── ic_opacity.svg │ │ │ ├── ic_open_in_browser.svg │ │ │ ├── ic_open_in_new.svg │ │ │ ├── ic_open_with.svg │ │ │ ├── ic_pages.svg │ │ │ ├── ic_pageview.svg │ │ │ ├── ic_palette.svg │ │ │ ├── ic_pan_tool.svg │ │ │ ├── ic_panorama.svg │ │ │ ├── ic_panorama_fish_eye.svg │ │ │ ├── ic_panorama_horizontal.svg │ │ │ ├── ic_panorama_vertical.svg │ │ │ ├── ic_panorama_wide_angle.svg │ │ │ ├── ic_party_mode.svg │ │ │ ├── ic_pause.svg │ │ │ ├── ic_pause_circle_filled.svg │ │ │ ├── ic_pause_circle_outline.svg │ │ │ ├── ic_payment.svg │ │ │ ├── ic_people.svg │ │ │ ├── ic_people_outline.svg │ │ │ ├── ic_perm_camera_mic.svg │ │ │ ├── ic_perm_contact_calendar.svg │ │ │ ├── ic_perm_data_setting.svg │ │ │ ├── ic_perm_device_information.svg │ │ │ ├── ic_perm_identity.svg │ │ │ ├── ic_perm_media.svg │ │ │ ├── ic_perm_phone_msg.svg │ │ │ ├── ic_perm_scan_wifi.svg │ │ │ ├── ic_person.svg │ │ │ ├── ic_person_add.svg │ │ │ ├── ic_person_outline.svg │ │ │ ├── ic_person_pin.svg │ │ │ ├── ic_person_pin_circle.svg │ │ │ ├── ic_personal_video.svg │ │ │ ├── ic_pets.svg │ │ │ ├── ic_phone.svg │ │ │ ├── ic_phone_android.svg │ │ │ ├── ic_phone_bluetooth_speaker.svg │ │ │ ├── ic_phone_forwarded.svg │ │ │ ├── ic_phone_in_talk.svg │ │ │ ├── ic_phone_iphone.svg │ │ │ ├── ic_phone_locked.svg │ │ │ ├── ic_phone_missed.svg │ │ │ ├── ic_phone_paused.svg │ │ │ ├── ic_phonelink.svg │ │ │ ├── ic_phonelink_erase.svg │ │ │ ├── ic_phonelink_lock.svg │ │ │ ├── ic_phonelink_off.svg │ │ │ ├── ic_phonelink_ring.svg │ │ │ ├── ic_phonelink_setup.svg │ │ │ ├── ic_photo.svg │ │ │ ├── ic_photo_album.svg │ │ │ ├── ic_photo_camera.svg │ │ │ ├── ic_photo_filter.svg │ │ │ ├── ic_photo_library.svg │ │ │ ├── ic_photo_size_select_actual.svg │ │ │ ├── ic_photo_size_select_large.svg │ │ │ ├── ic_photo_size_select_small.svg │ │ │ ├── ic_picture_as_pdf.svg │ │ │ ├── ic_picture_in_picture.svg │ │ │ ├── ic_picture_in_picture_alt.svg │ │ │ ├── ic_pie_chart.svg │ │ │ ├── ic_pie_chart_outlined.svg │ │ │ ├── ic_pin_drop.svg │ │ │ ├── ic_place.svg │ │ │ ├── ic_play_arrow.svg │ │ │ ├── ic_play_circle_filled.svg │ │ │ ├── ic_play_circle_filled_white.svg │ │ │ ├── ic_play_circle_outline.svg │ │ │ ├── ic_play_for_work.svg │ │ │ ├── ic_playlist_add.svg │ │ │ ├── ic_playlist_add_check.svg │ │ │ ├── ic_playlist_play.svg │ │ │ ├── ic_plus_one.svg │ │ │ ├── ic_poll.svg │ │ │ ├── ic_polymer.svg │ │ │ ├── ic_pool.svg │ │ │ ├── ic_portable_wifi_off.svg │ │ │ ├── ic_portrait.svg │ │ │ ├── ic_power.svg │ │ │ ├── ic_power_input.svg │ │ │ ├── ic_power_settings_new.svg │ │ │ ├── ic_pregnant_woman.svg │ │ │ ├── ic_present_to_all.svg │ │ │ ├── ic_print.svg │ │ │ ├── ic_priority_high.svg │ │ │ ├── ic_public.svg │ │ │ ├── ic_publish.svg │ │ │ ├── ic_query_builder.svg │ │ │ ├── ic_question_answer.svg │ │ │ ├── ic_queue.svg │ │ │ ├── ic_queue_music.svg │ │ │ ├── ic_queue_play_next.svg │ │ │ ├── ic_radio.svg │ │ │ ├── ic_radio_button_off.svg │ │ │ ├── ic_radio_button_on.svg │ │ │ ├── ic_rate_review.svg │ │ │ ├── ic_receipt.svg │ │ │ ├── ic_recent_actors.svg │ │ │ ├── ic_record_voice_over.svg │ │ │ ├── ic_redeem.svg │ │ │ ├── ic_redo.svg │ │ │ ├── ic_refresh.svg │ │ │ ├── ic_remove.svg │ │ │ ├── ic_remove_circle.svg │ │ │ ├── ic_remove_circle_outline.svg │ │ │ ├── ic_remove_from_queue.svg │ │ │ ├── ic_remove_red_eye.svg │ │ │ ├── ic_remove_shopping_cart.svg │ │ │ ├── ic_reorder.svg │ │ │ ├── ic_repeat.svg │ │ │ ├── ic_repeat_one.svg │ │ │ ├── ic_replay.svg │ │ │ ├── ic_replay_10.svg │ │ │ ├── ic_replay_30.svg │ │ │ ├── ic_replay_5.svg │ │ │ ├── ic_reply.svg │ │ │ ├── ic_reply_all.svg │ │ │ ├── ic_report.svg │ │ │ ├── ic_report_problem.svg │ │ │ ├── ic_restaurant.svg │ │ │ ├── ic_restaurant_menu.svg │ │ │ ├── ic_restore.svg │ │ │ ├── ic_restore_page.svg │ │ │ ├── ic_ring_volume.svg │ │ │ ├── ic_room.svg │ │ │ ├── ic_room_service.svg │ │ │ ├── ic_rotate_90_degrees_ccw.svg │ │ │ ├── ic_rotate_left.svg │ │ │ ├── ic_rotate_right.svg │ │ │ ├── ic_rounded_corner.svg │ │ │ ├── ic_router.svg │ │ │ ├── ic_rowing.svg │ │ │ ├── ic_rss_feed.svg │ │ │ ├── ic_rv_hookup.svg │ │ │ ├── ic_satellite.svg │ │ │ ├── ic_save.svg │ │ │ ├── ic_scanner.svg │ │ │ ├── ic_schedule.svg │ │ │ ├── ic_school.svg │ │ │ ├── ic_screen_lock_landscape.svg │ │ │ ├── ic_screen_lock_portrait.svg │ │ │ ├── ic_screen_lock_rotation.svg │ │ │ ├── ic_screen_rotation.svg │ │ │ ├── ic_screen_share.svg │ │ │ ├── ic_sd_card.svg │ │ │ ├── ic_sd_storage.svg │ │ │ ├── ic_search.svg │ │ │ ├── ic_security.svg │ │ │ ├── ic_select_all.svg │ │ │ ├── ic_send.svg │ │ │ ├── ic_sentiment_dissatisfied.svg │ │ │ ├── ic_sentiment_neutral.svg │ │ │ ├── ic_sentiment_satisfied.svg │ │ │ ├── ic_sentiment_very_dissatisfied.svg │ │ │ ├── ic_sentiment_very_satisfied.svg │ │ │ ├── ic_settings.svg │ │ │ ├── ic_settings_applications.svg │ │ │ ├── ic_settings_backup_restore.svg │ │ │ ├── ic_settings_bluetooth.svg │ │ │ ├── ic_settings_brightness.svg │ │ │ ├── ic_settings_cell.svg │ │ │ ├── ic_settings_ethernet.svg │ │ │ ├── ic_settings_input_antenna.svg │ │ │ ├── ic_settings_input_component.svg │ │ │ ├── ic_settings_input_composite.svg │ │ │ ├── ic_settings_input_hdmi.svg │ │ │ ├── ic_settings_input_svideo.svg │ │ │ ├── ic_settings_overscan.svg │ │ │ ├── ic_settings_phone.svg │ │ │ ├── ic_settings_power.svg │ │ │ ├── ic_settings_remote.svg │ │ │ ├── ic_settings_system_daydream.svg │ │ │ ├── ic_settings_voice.svg │ │ │ ├── ic_share.svg │ │ │ ├── ic_shop.svg │ │ │ ├── ic_shop_two.svg │ │ │ ├── ic_shopping_basket.svg │ │ │ ├── ic_shopping_cart.svg │ │ │ ├── ic_short_text.svg │ │ │ ├── ic_show_chart.svg │ │ │ ├── ic_shuffle.svg │ │ │ ├── ic_signal_cellular_0_bar.svg │ │ │ ├── ic_signal_cellular_1_bar.svg │ │ │ ├── ic_signal_cellular_2_bar.svg │ │ │ ├── ic_signal_cellular_3_bar.svg │ │ │ ├── ic_signal_cellular_4_bar.svg │ │ │ ├── ic_signal_cellular_connected_no_internet_0_bar.svg │ │ │ ├── ic_signal_cellular_connected_no_internet_1_bar.svg │ │ │ ├── ic_signal_cellular_connected_no_internet_2_bar.svg │ │ │ ├── ic_signal_cellular_connected_no_internet_3_bar.svg │ │ │ ├── ic_signal_cellular_connected_no_internet_4_bar.svg │ │ │ ├── ic_signal_cellular_no_sim.svg │ │ │ ├── ic_signal_cellular_null.svg │ │ │ ├── ic_signal_cellular_off.svg │ │ │ ├── ic_signal_wifi_0_bar.svg │ │ │ ├── ic_signal_wifi_1_bar.svg │ │ │ ├── ic_signal_wifi_1_bar_lock.svg │ │ │ ├── ic_signal_wifi_2_bar.svg │ │ │ ├── ic_signal_wifi_2_bar_lock.svg │ │ │ ├── ic_signal_wifi_3_bar.svg │ │ │ ├── ic_signal_wifi_3_bar_lock.svg │ │ │ ├── ic_signal_wifi_4_bar.svg │ │ │ ├── ic_signal_wifi_4_bar_lock.svg │ │ │ ├── ic_signal_wifi_off.svg │ │ │ ├── ic_sim_card.svg │ │ │ ├── ic_sim_card_alert.svg │ │ │ ├── ic_skip_next.svg │ │ │ ├── ic_skip_previous.svg │ │ │ ├── ic_slideshow.svg │ │ │ ├── ic_slow_motion_video.svg │ │ │ ├── ic_smartphone.svg │ │ │ ├── ic_smoke_free.svg │ │ │ ├── ic_smoking_rooms.svg │ │ │ ├── ic_sms.svg │ │ │ ├── ic_sms_failed.svg │ │ │ ├── ic_snooze.svg │ │ │ ├── ic_sort.svg │ │ │ ├── ic_sort_by_alpha.svg │ │ │ ├── ic_spa.svg │ │ │ ├── ic_space_bar.svg │ │ │ ├── ic_speaker.svg │ │ │ ├── ic_speaker_group.svg │ │ │ ├── ic_speaker_notes.svg │ │ │ ├── ic_speaker_notes_off.svg │ │ │ ├── ic_speaker_phone.svg │ │ │ ├── ic_spellcheck.svg │ │ │ ├── ic_star.svg │ │ │ ├── ic_star_border.svg │ │ │ ├── ic_star_half.svg │ │ │ ├── ic_star_rate.svg │ │ │ ├── ic_stars.svg │ │ │ ├── ic_stay_current_landscape.svg │ │ │ ├── ic_stay_current_portrait.svg │ │ │ ├── ic_stay_primary_landscape.svg │ │ │ ├── ic_stay_primary_portrait.svg │ │ │ ├── ic_stop.svg │ │ │ ├── ic_stop_screen_share.svg │ │ │ ├── ic_storage.svg │ │ │ ├── ic_store.svg │ │ │ ├── ic_store_mall_directory.svg │ │ │ ├── ic_straighten.svg │ │ │ ├── ic_streetview.svg │ │ │ ├── ic_strikethrough_s.svg │ │ │ ├── ic_style.svg │ │ │ ├── ic_subdirectory_arrow_left.svg │ │ │ ├── ic_subdirectory_arrow_right.svg │ │ │ ├── ic_subject.svg │ │ │ ├── ic_subscriptions.svg │ │ │ ├── ic_subtitles.svg │ │ │ ├── ic_subway.svg │ │ │ ├── ic_supervisor_account.svg │ │ │ ├── ic_surround_sound.svg │ │ │ ├── ic_swap_calls.svg │ │ │ ├── ic_swap_horiz.svg │ │ │ ├── ic_swap_vert.svg │ │ │ ├── ic_swap_vertical_circle.svg │ │ │ ├── ic_switch_camera.svg │ │ │ ├── ic_switch_video.svg │ │ │ ├── ic_sync.svg │ │ │ ├── ic_sync_disabled.svg │ │ │ ├── ic_sync_problem.svg │ │ │ ├── ic_system_update.svg │ │ │ ├── ic_system_update_alt.svg │ │ │ ├── ic_tab.svg │ │ │ ├── ic_tab_unselected.svg │ │ │ ├── ic_tablet.svg │ │ │ ├── ic_tablet_android.svg │ │ │ ├── ic_tablet_mac.svg │ │ │ ├── ic_tag_faces.svg │ │ │ ├── ic_tap_and_play.svg │ │ │ ├── ic_terrain.svg │ │ │ ├── ic_text_fields.svg │ │ │ ├── ic_text_format.svg │ │ │ ├── ic_textsms.svg │ │ │ ├── ic_texture.svg │ │ │ ├── ic_theaters.svg │ │ │ ├── ic_thumb_down.svg │ │ │ ├── ic_thumb_up.svg │ │ │ ├── ic_thumbs_up_down.svg │ │ │ ├── ic_time_to_leave.svg │ │ │ ├── ic_timelapse.svg │ │ │ ├── ic_timeline.svg │ │ │ ├── ic_timer.svg │ │ │ ├── ic_timer_10.svg │ │ │ ├── ic_timer_3.svg │ │ │ ├── ic_timer_off.svg │ │ │ ├── ic_title.svg │ │ │ ├── ic_toc.svg │ │ │ ├── ic_today.svg │ │ │ ├── ic_toll.svg │ │ │ ├── ic_tonality.svg │ │ │ ├── ic_touch_app.svg │ │ │ ├── ic_toys.svg │ │ │ ├── ic_track_changes.svg │ │ │ ├── ic_traffic.svg │ │ │ ├── ic_train.svg │ │ │ ├── ic_tram.svg │ │ │ ├── ic_transfer_within_a_station.svg │ │ │ ├── ic_transform.svg │ │ │ ├── ic_translate.svg │ │ │ ├── ic_trending_down.svg │ │ │ ├── ic_trending_flat.svg │ │ │ ├── ic_trending_up.svg │ │ │ ├── ic_tune.svg │ │ │ ├── ic_turned_in.svg │ │ │ ├── ic_turned_in_not.svg │ │ │ ├── ic_tv.svg │ │ │ ├── ic_unarchive.svg │ │ │ ├── ic_undo.svg │ │ │ ├── ic_unfold_less.svg │ │ │ ├── ic_unfold_more.svg │ │ │ ├── ic_update.svg │ │ │ ├── ic_usb.svg │ │ │ ├── ic_verified_user.svg │ │ │ ├── ic_vertical_align_bottom.svg │ │ │ ├── ic_vertical_align_center.svg │ │ │ ├── ic_vertical_align_top.svg │ │ │ ├── ic_vibration.svg │ │ │ ├── ic_video_call.svg │ │ │ ├── ic_video_label.svg │ │ │ ├── ic_video_library.svg │ │ │ ├── ic_videocam.svg │ │ │ ├── ic_videocam_off.svg │ │ │ ├── ic_videogame_asset.svg │ │ │ ├── ic_view_agenda.svg │ │ │ ├── ic_view_array.svg │ │ │ ├── ic_view_carousel.svg │ │ │ ├── ic_view_column.svg │ │ │ ├── ic_view_comfy.svg │ │ │ ├── ic_view_compact.svg │ │ │ ├── ic_view_day.svg │ │ │ ├── ic_view_headline.svg │ │ │ ├── ic_view_list.svg │ │ │ ├── ic_view_module.svg │ │ │ ├── ic_view_quilt.svg │ │ │ ├── ic_view_stream.svg │ │ │ ├── ic_view_week.svg │ │ │ ├── ic_vignette.svg │ │ │ ├── ic_visibility.svg │ │ │ ├── ic_visibility_off.svg │ │ │ ├── ic_voice_chat.svg │ │ │ ├── ic_voicemail.svg │ │ │ ├── ic_volume_down.svg │ │ │ ├── ic_volume_mute.svg │ │ │ ├── ic_volume_off.svg │ │ │ ├── ic_volume_up.svg │ │ │ ├── ic_vpn_key.svg │ │ │ ├── ic_vpn_lock.svg │ │ │ ├── ic_wallpaper.svg │ │ │ ├── ic_warning.svg │ │ │ ├── ic_watch.svg │ │ │ ├── ic_watch_later.svg │ │ │ ├── ic_wb_auto.svg │ │ │ ├── ic_wb_cloudy.svg │ │ │ ├── ic_wb_incandescent.svg │ │ │ ├── ic_wb_iridescent.svg │ │ │ ├── ic_wb_sunny.svg │ │ │ ├── ic_wc.svg │ │ │ ├── ic_web.svg │ │ │ ├── ic_web_asset.svg │ │ │ ├── ic_weekend.svg │ │ │ ├── ic_whatshot.svg │ │ │ ├── ic_widgets.svg │ │ │ ├── ic_wifi.svg │ │ │ ├── ic_wifi_lock.svg │ │ │ ├── ic_wifi_tethering.svg │ │ │ ├── ic_work.svg │ │ │ ├── ic_wrap_text.svg │ │ │ ├── ic_youtube_searched_for.svg │ │ │ ├── ic_zoom_in.svg │ │ │ ├── ic_zoom_out.svg │ │ │ └── ic_zoom_out_map.svg │ │ ├── filter_apply@2x.png │ │ ├── filter_reset@2x.png │ │ ├── icons │ │ │ ├── circle_layout.svg │ │ │ ├── force_directed_layout.svg │ │ │ ├── grid_layout.svg │ │ │ ├── horizontal_layout.svg │ │ │ ├── horizontal_tree_layout.svg │ │ │ ├── search_execute.svg │ │ │ ├── shortest_path.svg │ │ │ ├── sql_exec@2x.svg │ │ │ ├── sql_plan@2x.svg │ │ │ ├── sql_script_exec@2x.svg │ │ │ ├── vertical_layout.svg │ │ │ └── vertical_tree_layout.svg │ │ ├── main_view_db_navi.png │ │ ├── main_view_db_navi_default.png │ │ ├── main_view_sql.png │ │ ├── page_error@2x.png │ │ ├── page_output@2x.png │ │ ├── sql_exec@2x.png │ │ ├── sql_plan@2x.png │ │ ├── sql_script_exec@2x.png │ │ ├── vi_chart_view_image.png │ │ └── work_main_dbeaver_sql_log.png │ │ ├── connection_Popup.screen │ │ ├── db_navi_context.screen │ │ ├── default_main_view.screen │ │ ├── query_context_menu.screen │ │ ├── query_load.screen │ │ ├── query_save.screen │ │ ├── query_suggest_popup.screen │ │ ├── result_view.screen │ │ ├── test_connection.screen │ │ ├── vi_context_menu.screen │ │ ├── vi_csv_save.screen │ │ ├── vi_image_save.screen │ │ ├── vi_other_view.screen │ │ ├── vi_result_other_view.screen │ │ └── work_main_view.screen ├── 문서작성용_그림원본.pptx └── 시각화도구_UI_UX_기획서.pptx ├── bundles ├── org.jkiss.utils │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ ├── code │ │ ├── NotNull.java │ │ └── Nullable.java │ │ └── utils │ │ ├── ArgumentTokenizer.java │ │ ├── ArrayUtils.java │ │ ├── Base64.java │ │ ├── BeanUtils.java │ │ ├── ByteNumberFormat.java │ │ ├── CommonUtils.java │ │ ├── IOUtils.java │ │ ├── IntKeyMap.java │ │ ├── LongKeyMap.java │ │ ├── MimeType.java │ │ ├── Pair.java │ │ ├── SecurityUtils.java │ │ ├── StandardConstants.java │ │ ├── csv │ │ ├── CSVParser.java │ │ ├── CSVParserBuilder.java │ │ ├── CSVReader.java │ │ ├── CSVReaderBuilder.java │ │ ├── CSVReaderNullFieldIndicator.java │ │ ├── CSVWriter.java │ │ └── LineReader.java │ │ ├── io │ │ ├── BOMInputStream.java │ │ └── ByteOrderMark.java │ │ ├── time │ │ └── ExtendedDateFormat.java │ │ └── xml │ │ ├── SAXListener.java │ │ ├── SAXReader.java │ │ ├── XMLBuilder.java │ │ ├── XMLConstants.java │ │ ├── XMLException.java │ │ └── XMLUtils.java ├── org.jkiss.wmi │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── copy_contrib.cmd │ ├── native │ │ ├── x64 │ │ │ └── jkiss_wmi.dll │ │ └── x86 │ │ │ └── jkiss_wmi.dll │ ├── pom.xml │ └── src │ │ ├── java │ │ └── org │ │ │ └── jkiss │ │ │ └── wmi │ │ │ ├── service │ │ │ ├── WMIConstants.java │ │ │ ├── WMIDataType.java │ │ │ ├── WMIException.java │ │ │ ├── WMIObject.java │ │ │ ├── WMIObjectAttribute.java │ │ │ ├── WMIObjectElement.java │ │ │ ├── WMIObjectMethod.java │ │ │ ├── WMIObjectSink.java │ │ │ ├── WMIObjectSinkStatus.java │ │ │ ├── WMIQualifiedObject.java │ │ │ ├── WMIQualifier.java │ │ │ ├── WMIService.java │ │ │ └── WMISinkStatus.java │ │ │ └── test │ │ │ └── TestService.java │ │ └── native │ │ ├── JNIMetaData.cpp │ │ ├── JNIMetaData.h │ │ ├── WMIObject.cpp │ │ ├── WMIObject.h │ │ ├── WMIObjectJNI.cpp │ │ ├── WMIObjectJNI.h │ │ ├── WMIObjectSink.cpp │ │ ├── WMIObjectSink.h │ │ ├── WMIService.cpp │ │ ├── WMIService.h │ │ ├── WMIService.sln │ │ ├── WMIService.vcproj │ │ ├── WMIServiceJNI.cpp │ │ ├── WMIServiceJNI.h │ │ ├── WMIServiceModule.cpp │ │ ├── WMIUtils.cpp │ │ ├── WMIUtils.h │ │ ├── gen_headers.cmd │ │ ├── show_sigs.cmd │ │ ├── stdafx.cpp │ │ └── stdafx.h └── pom.xml ├── crowdin.yml ├── demo_browser ├── .gitignore ├── README.md ├── app.js ├── data.json ├── package.json └── sample.html ├── docs ├── build.txt ├── codestyle │ └── eclipse-formatter-profile.xml ├── devel.txt ├── icu.base.txt ├── license_header.txt ├── root │ └── licenses │ │ ├── commons_license.txt │ │ ├── dbeaver_license.txt │ │ ├── eclipse_license.html │ │ └── jsch-license.txt └── sql1992.txt ├── features ├── org.jkiss.dbeaver.appstore.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ ├── pom.xml │ └── root │ │ ├── .eclipseproduct │ │ └── readme.txt ├── org.jkiss.dbeaver.ce.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ ├── pom.xml │ └── root │ │ ├── .eclipseproduct │ │ └── readme.txt ├── org.jkiss.dbeaver.db.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.db.ui.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.debug.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.ext.office.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.ext.ui.svg.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.git.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.ide.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.net.sshj.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.rcp.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.runtime.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.standalone.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.ui.extra.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml ├── org.jkiss.dbeaver.ui.feature │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── pom.xml └── pom.xml ├── formatting.sh ├── plugins ├── org.jkiss.dbeaver.cmp.simple.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tools │ │ └── compare │ │ └── simple │ │ └── ui │ │ ├── CompareObjectsHandler.java │ │ ├── CompareObjectsPageOutput.java │ │ ├── CompareObjectsPageSettings.java │ │ ├── CompareObjectsWizard.java │ │ ├── CompareWizardDialog.java │ │ └── internal │ │ ├── CompareUIMessages.java │ │ ├── CompareUIMessages.properties │ │ └── CompareUIMessages_ru.properties ├── org.jkiss.dbeaver.cmp.simple │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tools │ │ └── compare │ │ └── simple │ │ ├── CompareObjectsExecutor.java │ │ ├── CompareObjectsSettings.java │ │ ├── CompareReport.java │ │ ├── CompareReportLine.java │ │ ├── CompareReportProperty.java │ │ ├── CompareReportRenderer.java │ │ └── CompareUtils.java ├── org.jkiss.dbeaver.core │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── css │ │ └── e4-dark_dbeaver_prefstyle.css │ ├── docs │ │ └── help │ │ │ ├── contexts.xml │ │ │ └── toc.xml │ ├── icons │ │ ├── driver-logo.png │ │ ├── misc │ │ │ ├── binary.png │ │ │ └── binary@2x.png │ │ ├── properties.png │ │ ├── properties@2x.png │ │ ├── readme.txt │ │ └── sql │ │ │ ├── sql_script.png │ │ │ └── sql_script@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.workbenchHandler.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── DBeaverPreferences.java │ │ ├── core │ │ ├── CoreCommands.java │ │ ├── CoreFeatures.java │ │ ├── CoreMessages.java │ │ ├── CoreResources.properties │ │ ├── CoreResources_de.properties │ │ ├── CoreResources_es.properties │ │ ├── CoreResources_fr.properties │ │ ├── CoreResources_it.properties │ │ ├── CoreResources_ja.properties │ │ ├── CoreResources_ko.properties │ │ ├── CoreResources_ru.properties │ │ ├── CoreResources_tw.properties │ │ ├── CoreResources_zh.properties │ │ ├── DBeaverActivator.java │ │ ├── DBeaverCore.java │ │ ├── DBeaverCoreAdapterFactory.java │ │ ├── DBeaverPreferencesInitializer.java │ │ ├── DBeaverUI.java │ │ ├── DBeaverWorkspace.java │ │ └── WorkbenchContextListener.java │ │ ├── package.html │ │ ├── registry │ │ ├── DataSourceDescriptorManager.java │ │ └── WorkbenchHandlerRegistry.java │ │ ├── tools │ │ ├── project │ │ │ ├── ExportConstants.java │ │ │ ├── ProjectExportData.java │ │ │ ├── ProjectExportWizard.java │ │ │ ├── ProjectExportWizardPage.java │ │ │ ├── ProjectImportData.java │ │ │ ├── ProjectImportWizard.java │ │ │ └── ProjectImportWizardPageFile.java │ │ └── scripts │ │ │ ├── ScriptsExportData.java │ │ │ ├── ScriptsExportWizard.java │ │ │ ├── ScriptsExportWizardPage.java │ │ │ ├── ScriptsImportData.java │ │ │ ├── ScriptsImportWizard.java │ │ │ └── ScriptsImportWizardPage.java │ │ └── ui │ │ ├── actions │ │ ├── DataSourceContainerPropertyTester.java │ │ ├── DataSourcePropertyTester.java │ │ ├── FolderPropertyTester.java │ │ ├── ModelPropertyTester.java │ │ ├── common │ │ │ ├── AddBookmarkHandler.java │ │ │ ├── ExternalPageAction.java │ │ │ ├── GenerateUUIDHandler.java │ │ │ └── NavigateBookmarkHandler.java │ │ └── datasource │ │ │ ├── ConnectionCommands.java │ │ │ ├── ConnectionViewSettingsContributor.java │ │ │ ├── DataSourceAutoCommitHandler.java │ │ │ ├── DataSourceCommitHandler.java │ │ │ ├── DataSourceConnectHandler.java │ │ │ ├── DataSourceCreateHandler.java │ │ │ ├── DataSourceDisconnectAllHandler.java │ │ │ ├── DataSourceDisconnectHandler.java │ │ │ ├── DataSourceDisconnectOtherHandler.java │ │ │ ├── DataSourceDisconnectProjectHandler.java │ │ │ ├── DataSourceHandler.java │ │ │ ├── DataSourceInvalidateHandler.java │ │ │ ├── DataSourceMigrateHandler.java │ │ │ ├── DataSourcePendingTransactionsHandler.java │ │ │ ├── DataSourceRollbackHandler.java │ │ │ ├── DataSourceToolbarHandler.java │ │ │ ├── DataSourceTransactionLogHandler.java │ │ │ ├── DataSourceTransactionModeContributor.java │ │ │ ├── FolderDisconnectHandler.java │ │ │ ├── NewConnectionDriverSelectorContributor.java │ │ │ ├── ToolsContextMenuHandler.java │ │ │ └── UIServiceConnectionsImpl.java │ │ ├── controls │ │ └── txn │ │ │ ├── PendingTransactionsDialog.java │ │ │ ├── TransactionInfoDialog.java │ │ │ ├── TransactionLogDialog.java │ │ │ └── TransactionMonitorToolbar.java │ │ ├── dialogs │ │ └── connection │ │ │ ├── ConnectionPageDriver.java │ │ │ ├── ConnectionPageGeneral.java │ │ │ ├── ConnectionPageInitialization.java │ │ │ ├── ConnectionPageNetwork.java │ │ │ ├── ConnectionPageNetworkHandler.java │ │ │ ├── ConnectionPageSettings.java │ │ │ ├── ConnectionPageShellCommands.java │ │ │ ├── ConnectionTestDialog.java │ │ │ ├── ConnectionTypeLabelProvider.java │ │ │ ├── ConnectionWizard.java │ │ │ ├── ConnectionWizardPage.java │ │ │ ├── EditBootstrapQueriesDialog.java │ │ │ ├── EditConnectionDialog.java │ │ │ ├── EditConnectionNavigatorSettingsDialog.java │ │ │ ├── EditConnectionPermissionsDialog.java │ │ │ ├── EditConnectionWizard.java │ │ │ ├── EditWizardPageDialog.java │ │ │ ├── MigrateConnectionWizard.java │ │ │ ├── NavigatorSettingsStorage.java │ │ │ ├── NewConnectionDialog.java │ │ │ ├── NewConnectionWizard.java │ │ │ └── PasswordChangeDialog.java │ │ ├── e4 │ │ ├── DBeaverRendererFactory.java │ │ └── DBeaverStackRenderer.java │ │ ├── perspective │ │ └── DBeaverPerspective.java │ │ ├── preferences │ │ ├── PrefPageConfirmations.java │ │ ├── PrefPageConnectionClient.java │ │ ├── PrefPageConnectionTypes.java │ │ ├── PrefPageConnectionsGeneral.java │ │ ├── PrefPageDatabaseEditors.java │ │ ├── PrefPageDatabaseUserInterface.java │ │ ├── PrefPageEclipseGeneral.java │ │ ├── PrefPageEmpty.java │ │ ├── PrefPageErrorHandle.java │ │ ├── PrefPageErrorLogs.java │ │ ├── PrefPageMetaData.java │ │ ├── PrefPageProjectNetworkProfiles.java │ │ ├── PrefPageQueryManager.java │ │ └── PrefPageTransactions.java │ │ ├── resources │ │ ├── DefaultResourceHandlerImpl.java │ │ ├── ProjectHandlerImpl.java │ │ ├── bookmarks │ │ │ ├── BookmarkContentTypeDescriber.java │ │ │ ├── BookmarkStorage.java │ │ │ ├── BookmarksHandlerImpl.java │ │ │ ├── DBNBookmark.java │ │ │ └── DBNBookmarkFolder.java │ │ └── shortcuts │ │ │ └── ShortcutsHandlerImpl.java │ │ └── views │ │ ├── BaseBrowserView.java │ │ ├── DatabaseOutputView.java │ │ ├── process │ │ ├── ProcessPropertyTester.java │ │ ├── ShellProcessStopHandler.java │ │ └── ShellProcessView.java │ │ └── qm │ │ ├── QueryManagerClearHandler.java │ │ ├── QueryManagerFilterHandler.java │ │ └── QueryManagerView.java ├── org.jkiss.dbeaver.data.console │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── data │ │ └── console │ │ └── ConsoleTextPresentation.java ├── org.jkiss.dbeaver.data.gis.view │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── geometry.png │ │ ├── geometry@2x.png │ │ ├── map.png │ │ ├── map@2x.png │ │ ├── shapes.png │ │ └── shapes@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.data.gis.geometryViewer.exsd │ │ └── org.jkiss.dbeaver.data.gis.leafletTiles.exsd │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ └── ui │ │ │ └── gis │ │ │ ├── GeometryDataUtils.java │ │ │ ├── GeometryValueManager.java │ │ │ ├── GeometryViewerConstants.java │ │ │ ├── IGeometryValueEditor.java │ │ │ ├── IGeometryViewer.java │ │ │ ├── internal │ │ │ ├── GISMessages.java │ │ │ ├── GISResources.properties │ │ │ ├── GISResources_de.properties │ │ │ ├── GISResources_es.properties │ │ │ ├── GISResources_ru.properties │ │ │ ├── GISViewerActivator.java │ │ │ └── GISViewerPreferencesInitializer.java │ │ │ ├── panel │ │ │ ├── DBDContentAdapter.java │ │ │ ├── GISBrowserViewer.java │ │ │ ├── GISBrowserViewerConstants.java │ │ │ ├── GISEditorUtils.java │ │ │ ├── GISLeafletViewer.java │ │ │ ├── GISPanelEditor.java │ │ │ ├── GISTextViewer.java │ │ │ ├── GISViewerConfigurationDialog.java │ │ │ ├── ManageCRSDialog.java │ │ │ ├── SelectCRSAction.java │ │ │ ├── SelectSRIDDialog.java │ │ │ ├── SelectTilesAction.java │ │ │ ├── SetCRSAction.java │ │ │ ├── SetTilesAction.java │ │ │ ├── ShowSRIDDialog.java │ │ │ └── TilesManagementDialog.java │ │ │ ├── presentation │ │ │ └── GeometryPresentation.java │ │ │ └── registry │ │ │ ├── GeometryViewerDescriptor.java │ │ │ ├── GeometryViewerRegistry.java │ │ │ └── LeafletTilesDescriptor.java │ └── web │ │ ├── inc │ │ ├── layers.png │ │ ├── leaflet.css │ │ ├── leaflet.js │ │ ├── wkx.js │ │ └── wkx.min.js │ │ └── view_template.html ├── org.jkiss.dbeaver.data.gis │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── data │ │ └── gis │ │ │ └── handlers │ │ │ ├── GISGeometryTest.java │ │ │ ├── GISGeometryValueHandler.java │ │ │ ├── GeometryAttributeTransformer.java │ │ │ └── WKGUtils.java │ │ └── model │ │ └── gis │ │ ├── DBGeometry.java │ │ ├── DBGeometryDimension.java │ │ ├── GisAttribute.java │ │ ├── GisConstants.java │ │ ├── GisExpressionFunctions.java │ │ ├── GisTransformRequest.java │ │ ├── GisTransformUtils.java │ │ └── SpatialDataProvider.java ├── org.jkiss.dbeaver.data.office.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── data │ │ └── office │ │ └── ui │ │ ├── OfficeUIActivator.java │ │ └── handlers │ │ └── OpenSpreadsheetHandler.java ├── org.jkiss.dbeaver.data.office │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── icons │ │ ├── excel.png │ │ └── excel@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── data │ │ └── office │ │ └── export │ │ ├── DataExporterXLSX.java │ │ └── Worksheet.java ├── org.jkiss.dbeaver.data.transfer.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.dataTransferConfigurator.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── tasks │ │ └── ui │ │ │ └── sql │ │ │ └── script │ │ │ ├── SQLScriptTaskConfigurationWizard.java │ │ │ ├── SQLScriptTaskConfigurator.java │ │ │ ├── SQLScriptTaskDataSourceSelectorDialog.java │ │ │ ├── SQLScriptTaskPageSettings.java │ │ │ └── SQLScriptTaskScriptSelectorDialog.java │ │ ├── tools │ │ └── transfer │ │ │ └── ui │ │ │ ├── handlers │ │ │ ├── DataExportHandler.java │ │ │ ├── DataImportHandler.java │ │ │ └── DataTransferHandler.java │ │ │ ├── internal │ │ │ ├── DTUIActivator.java │ │ │ ├── DTUIMessages.java │ │ │ ├── DTUIMessages.properties │ │ │ ├── DTUIMessages_de.properties │ │ │ ├── DTUIMessages_fr.properties │ │ │ ├── DTUIMessages_ja.properties │ │ │ ├── DTUIMessages_ru.properties │ │ │ └── DTUIMessages_zh.properties │ │ │ ├── pages │ │ │ ├── database │ │ │ │ ├── AttributeTransformerSettingsDialog.java │ │ │ │ ├── ColumnsMappingDialog.java │ │ │ │ ├── DatabaseConsumerPageLoadSettings.java │ │ │ │ ├── DatabaseConsumerPageMapping.java │ │ │ │ ├── DatabaseProducerPageExtractSettings.java │ │ │ │ ├── DatabaseProducerPageInputObjects.java │ │ │ │ └── PreviewMappingDialog.java │ │ │ └── stream │ │ │ │ ├── StreamConsumerPageOutput.java │ │ │ │ ├── StreamConsumerPageSettings.java │ │ │ │ └── StreamProducerPageSettings.java │ │ │ ├── registry │ │ │ ├── DataTransferConfiguratorRegistry.java │ │ │ ├── DataTransferNodeConfiguratorDescriptor.java │ │ │ ├── DataTransferPageDescriptor.java │ │ │ └── DataTransferPageType.java │ │ │ └── wizard │ │ │ ├── DataTransferPageFinal.java │ │ │ ├── DataTransferPagePipes.java │ │ │ ├── DataTransferPageSettings.java │ │ │ ├── DataTransferTaskConfigurator.java │ │ │ └── DataTransferWizard.java │ │ └── ui │ │ └── controls │ │ └── ValueFormatSelector.java ├── org.jkiss.dbeaver.data.transfer │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── export.png │ │ ├── export@2x.png │ │ ├── formats │ │ │ ├── code.png │ │ │ ├── code@2x.png │ │ │ ├── csv.png │ │ │ ├── csv@2x.png │ │ │ ├── file.png │ │ │ ├── file@2x.png │ │ │ ├── html.png │ │ │ ├── html@2x.png │ │ │ ├── json.png │ │ │ ├── json@2x.png │ │ │ ├── markdown.png │ │ │ ├── markdown@2x.png │ │ │ ├── sql.png │ │ │ ├── sql@2x.png │ │ │ ├── table.png │ │ │ ├── table@2x.png │ │ │ ├── text.png │ │ │ ├── text@2x.png │ │ │ ├── xml.png │ │ │ └── xml@2x.png │ │ ├── import.png │ │ ├── import@2x.png │ │ ├── task_script.png │ │ └── task_script@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.dataTransfer.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tools │ │ ├── sql │ │ ├── SQLScriptExecuteSettings.java │ │ ├── SQLTaskConstants.java │ │ └── task │ │ │ ├── SQLScriptDataReceiver.java │ │ │ └── SQLScriptExecuteHandler.java │ │ └── transfer │ │ ├── DTConstants.java │ │ ├── DTUtils.java │ │ ├── DataTransferJob.java │ │ ├── DataTransferPipe.java │ │ ├── DataTransferSettings.java │ │ ├── DataTransferState.java │ │ ├── IDataTransferAttributeTransformer.java │ │ ├── IDataTransferConsumer.java │ │ ├── IDataTransferNode.java │ │ ├── IDataTransferNodePrimary.java │ │ ├── IDataTransferProcessor.java │ │ ├── IDataTransferProducer.java │ │ ├── IDataTransferSettings.java │ │ ├── database │ │ ├── DatabaseConsumerSettings.java │ │ ├── DatabaseMappingAttribute.java │ │ ├── DatabaseMappingContainer.java │ │ ├── DatabaseMappingObject.java │ │ ├── DatabaseMappingType.java │ │ ├── DatabaseProducerSettings.java │ │ ├── DatabaseTransferConsumer.java │ │ ├── DatabaseTransferConsumerSerializer.java │ │ ├── DatabaseTransferProducer.java │ │ └── DatabaseTransferUtils.java │ │ ├── internal │ │ ├── DTMessages.java │ │ ├── DTMessages.properties │ │ ├── DTMessages_de.properties │ │ ├── DTMessages_fr.properties │ │ ├── DTMessages_ja.properties │ │ ├── DTMessages_ru.properties │ │ └── DTMessages_zh.properties │ │ ├── registry │ │ ├── DataTransferAttributeTransformerDescriptor.java │ │ ├── DataTransferNodeDescriptor.java │ │ ├── DataTransferProcessorDescriptor.java │ │ └── DataTransferRegistry.java │ │ ├── stream │ │ ├── IDocumentDataExporter.java │ │ ├── IStreamDataExporter.java │ │ ├── IStreamDataExporterSite.java │ │ ├── IStreamDataImporter.java │ │ ├── IStreamDataImporterSite.java │ │ ├── StreamConsumerSettings.java │ │ ├── StreamDataImporterColumnInfo.java │ │ ├── StreamDataImporterSite.java │ │ ├── StreamEntityMapping.java │ │ ├── StreamMappingAttribute.java │ │ ├── StreamMappingContainer.java │ │ ├── StreamMappingType.java │ │ ├── StreamProducerSettings.java │ │ ├── StreamTransferConsumer.java │ │ ├── StreamTransferProducer.java │ │ ├── StreamTransferResultSet.java │ │ ├── StreamTransferUtils.java │ │ ├── exporter │ │ │ ├── DataExporterCSV.java │ │ │ ├── DataExporterDbUnit.java │ │ │ ├── DataExporterHTML.java │ │ │ ├── DataExporterJSON.java │ │ │ ├── DataExporterMarkdownTable.java │ │ │ ├── DataExporterSQL.java │ │ │ ├── DataExporterSourceCode.java │ │ │ ├── DataExporterTXT.java │ │ │ ├── DataExporterXML.java │ │ │ ├── QuoteStrategy.java │ │ │ └── StreamExporterAbstract.java │ │ ├── importer │ │ │ ├── DataImporterCSV.java │ │ │ └── StreamImporterAbstract.java │ │ └── model │ │ │ ├── StreamDataSource.java │ │ │ ├── StreamDataSourceContainer.java │ │ │ ├── StreamDataSourceDialect.java │ │ │ ├── StreamDataSourceInfo.java │ │ │ ├── StreamExecutionContext.java │ │ │ └── StreamTransferSession.java │ │ ├── task │ │ ├── DTTaskHandlerExport.java │ │ ├── DTTaskHandlerImport.java │ │ └── DTTaskHandlerTransfer.java │ │ └── transformers │ │ ├── DataTransferTransformerConstant.java │ │ ├── DataTransferTransformerExpression.java │ │ └── DataTransferTransformerNull.java ├── org.jkiss.dbeaver.debug.core │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── debug │ │ ├── DBGBaseController.java │ │ ├── DBGBreakpointDescriptor.java │ │ ├── DBGConstants.java │ │ ├── DBGController.java │ │ ├── DBGControllerFactory.java │ │ ├── DBGDebugObject.java │ │ ├── DBGEvent.java │ │ ├── DBGEventHandler.java │ │ ├── DBGException.java │ │ ├── DBGObjectDescriptor.java │ │ ├── DBGResolver.java │ │ ├── DBGSession.java │ │ ├── DBGSessionInfo.java │ │ ├── DBGStackFrame.java │ │ ├── DBGVariable.java │ │ ├── DBGVariableType.java │ │ ├── core │ │ ├── DatabaseLaunchDelegate.java │ │ ├── DebugUtils.java │ │ ├── breakpoints │ │ │ ├── DatabaseBreakpoint.java │ │ │ ├── DatabaseLineBreakpoint.java │ │ │ ├── IDatabaseBreakpoint.java │ │ │ └── IDatabaseLineBreakpoint.java │ │ └── model │ │ │ ├── DatabaseDebugElement.java │ │ │ ├── DatabaseDebugTarget.java │ │ │ ├── DatabaseProcess.java │ │ │ ├── DatabaseStackFrame.java │ │ │ ├── DatabaseThread.java │ │ │ ├── DatabaseValue.java │ │ │ ├── DatabaseVariable.java │ │ │ └── IDatabaseDebugTarget.java │ │ ├── internal │ │ ├── DebugMessages.java │ │ ├── DebugMessages.properties │ │ ├── DebugMessages_de.properties │ │ └── core │ │ │ ├── DebugCoreMessages.java │ │ │ ├── DebugCoreMessages.properties │ │ │ └── DebugCoreMessages_de.properties │ │ ├── jdbc │ │ ├── DBGJDBCSession.java │ │ └── DBGJDBCWorker.java │ │ └── sourcelookup │ │ ├── DBGObjectLookupParticipant.java │ │ ├── DBGSourceLookupDirector.java │ │ ├── DBGSourcePathComputer.java │ │ ├── DatabaseNavigatorSourceContainer.java │ │ └── DatabaseSourceContainerTypeDelegate.java ├── org.jkiss.dbeaver.debug.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── database_debug.png │ │ ├── database_debug@2x.png │ │ ├── debug_config.png │ │ └── debug_config@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.debug.configurationPanels.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── debug │ │ └── ui │ │ ├── DBGConfigurationPanel.java │ │ ├── DBGConfigurationPanelContainer.java │ │ ├── DBGEditorAdvisor.java │ │ ├── DatabaseDebugConfigurationTab.java │ │ ├── DatabaseDebugConfigurationTabGroup.java │ │ ├── DatabaseDebugModelPresentation.java │ │ ├── DatabaseLaunchContributionFactory.java │ │ ├── DatabaseLaunchContributionItem.java │ │ ├── DatabaseLaunchShortcut.java │ │ ├── DatabaseScriptEditor.java │ │ ├── DebugUI.java │ │ ├── actions │ │ ├── DebugActionAdapterFactory.java │ │ ├── OpenDebugConfigurationHandler.java │ │ ├── ToggleBreakpointHandler.java │ │ └── ToggleProcedureBreakpointTarget.java │ │ ├── details │ │ ├── DatabaseBreakpointEditor.java │ │ ├── DatabaseDebugDetailEditor.java │ │ ├── DatabaseDebugDetailPane.java │ │ ├── DatabaseDetailPaneFactory.java │ │ └── DatabaseStandardBreakpointPane.java │ │ └── internal │ │ ├── DatabaseDebugLaunchShortcut.java │ │ ├── DebugConfigurationMenuContributor.java │ │ ├── DebugConfigurationPanelDescriptor.java │ │ ├── DebugConfigurationPanelRegistry.java │ │ ├── DebugLaunchDialogAction.java │ │ ├── DebugMenuDelegate.java │ │ ├── DebugUIActivator.java │ │ ├── DebugUIEventListener.java │ │ ├── DebugUIInternals.java │ │ ├── DebugUIMessages.java │ │ ├── DebugUIMessages.properties │ │ └── DebugUIMessages_de.properties ├── org.jkiss.dbeaver.erd.model │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── erd │ │ └── model │ │ ├── DiagramCollectSettings.java │ │ ├── DiagramObjectCollector.java │ │ ├── ERDAssociation.java │ │ ├── ERDAttributeSettings.java │ │ ├── ERDAttributeVisibility.java │ │ ├── ERDConstants.java │ │ ├── ERDContainer.java │ │ ├── ERDContentProvider.java │ │ ├── ERDContentProviderDefault.java │ │ ├── ERDDiagram.java │ │ ├── ERDElement.java │ │ ├── ERDEntity.java │ │ ├── ERDEntityAttribute.java │ │ ├── ERDLogicalAssociation.java │ │ ├── ERDLogicalPrimaryKey.java │ │ ├── ERDModel.java │ │ ├── ERDNote.java │ │ ├── ERDObject.java │ │ ├── ERDPersistedState.java │ │ ├── ERDUtils.java │ │ └── internal │ │ ├── ERDMessages.java │ │ ├── ERDMessages.properties │ │ └── ERDMessages_ru.properties ├── org.jkiss.dbeaver.erd.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── css │ │ └── e4-dark_erd_prefstyle.css │ ├── docs │ │ └── erd-model.doc │ ├── icons │ │ ├── arrangeall.png │ │ ├── arrangeselected.png │ │ ├── connect.png │ │ ├── erd.png │ │ ├── erd@2x.png │ │ ├── erd_folder.png │ │ ├── erd_folder@2x.png │ │ ├── layer_grid.png │ │ ├── layout_save.png │ │ ├── layout_save@2x.png │ │ ├── move.png │ │ ├── move@2x.png │ │ ├── note.png │ │ ├── note@2x.png │ │ ├── select.png │ │ └── select@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.ext.erd.export.format.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── erd │ │ └── ui │ │ ├── ERDColors.java │ │ ├── ERDIcon.java │ │ ├── ERDPreferencesInitializer.java │ │ ├── ERDUIConstants.java │ │ ├── ERDUIUtils.java │ │ ├── action │ │ ├── DiagramExportAction.java │ │ ├── DiagramLayoutAction.java │ │ ├── DiagramRefreshAction.java │ │ ├── DiagramToggleGridAction.java │ │ ├── DiagramToggleHandAction.java │ │ ├── DiagramTogglePersistAction.java │ │ ├── ERDEditorPropertyTester.java │ │ ├── ERDHandlerCopy.java │ │ ├── ERDHandlerDelete.java │ │ ├── ERDHandlerPaste.java │ │ ├── ERDHandlerPrint.java │ │ ├── ERDHandlerRedo.java │ │ ├── ERDHandlerRefresh.java │ │ ├── ERDHandlerSaveImage.java │ │ ├── ERDHandlerSelectAll.java │ │ ├── ERDHandlerUndo.java │ │ └── FlyoutChangeLayoutAction.java │ │ ├── command │ │ ├── AssociationCreateCommand.java │ │ ├── AssociationDeleteCommand.java │ │ ├── AssociationReconnectSourceCommand.java │ │ ├── AssociationReconnectTargetCommand.java │ │ ├── AttributeCheckCommand.java │ │ ├── BendpointCommand.java │ │ ├── BendpointCreateCommand.java │ │ ├── BendpointDeleteCommand.java │ │ ├── BendpointMoveCommand.java │ │ ├── EntityAddCommand.java │ │ ├── EntityRemoveCommand.java │ │ ├── NodeMoveCommand.java │ │ ├── NoteCreateCommand.java │ │ ├── NoteDeleteCommand.java │ │ └── NoteSetTextCommand.java │ │ ├── directedit │ │ ├── ExtendedDirectEditManager.java │ │ ├── FigureEditorLocator.java │ │ ├── StatusLineValidationMessageHandler.java │ │ └── ValidationMessageHandler.java │ │ ├── dnd │ │ ├── DataEditDropTargetListener.java │ │ ├── DataElementFactory.java │ │ ├── NodeDropTargetListener.java │ │ └── ObjectCreationFactory.java │ │ ├── editor │ │ ├── ERDEditPartFactory.java │ │ ├── ERDEditorAdapter.java │ │ ├── ERDEditorContextMenuProvider.java │ │ ├── ERDEditorContributor.java │ │ ├── ERDEditorEmbedded.java │ │ ├── ERDEditorPart.java │ │ ├── ERDEditorStandalone.java │ │ ├── ERDEditorViewer.java │ │ ├── ERDGraphicalViewer.java │ │ ├── ERDOutlinePage.java │ │ ├── ERDPalettePreferences.java │ │ ├── ERDPaletteViewerProvider.java │ │ ├── ERDPreferencePage.java │ │ ├── ERDPropertiesDrawer.java │ │ ├── ERDViewStyle.java │ │ └── tools │ │ │ ├── ActionToolEntry.java │ │ │ ├── BringToFrontToolEntry.java │ │ │ ├── ChangeZOrderAction.java │ │ │ ├── CommandToolEntry.java │ │ │ ├── HandToolEntry.java │ │ │ ├── ResetPartColorAction.java │ │ │ ├── SelectionToolEntry.java │ │ │ ├── SetPartColorAction.java │ │ │ └── SetPartSettingsAction.java │ │ ├── export │ │ ├── ERDExportFormatHandler.java │ │ ├── ERDExportFormatRegistry.java │ │ ├── ERDExportGraphML.java │ │ └── ERDExportRasterImage.java │ │ ├── figures │ │ ├── AttributeItemFigure.java │ │ ├── AttributeListFigure.java │ │ ├── CustomCheckBoxFigure.java │ │ ├── EditableLabel.java │ │ ├── EntityDiagramFigure.java │ │ ├── EntityFigure.java │ │ ├── NoteFigure.java │ │ └── RoundedLineBorder.java │ │ ├── internal │ │ ├── ERDUIActivator.java │ │ ├── ERDUIMessages.java │ │ ├── ERDUIMessages.properties │ │ ├── ERDUIMessages_de.properties │ │ ├── ERDUIMessages_it.properties │ │ ├── ERDUIMessages_ja.properties │ │ ├── ERDUIMessages_ru.properties │ │ └── ERDUIMessages_zh.properties │ │ ├── layout │ │ ├── DelegatingLayoutManager.java │ │ ├── GraphAnimation.java │ │ ├── GraphLayoutAuto.java │ │ ├── GraphLayoutXY.java │ │ └── algorithm │ │ │ └── direct │ │ │ ├── ClusterEdgeCreator.java │ │ │ ├── DirectedGraphLayoutVisitor.java │ │ │ ├── DummyEdgePart.java │ │ │ ├── NodeJoiningDirectedGraphLayout.java │ │ │ └── StandaloneNodeConnector.java │ │ ├── model │ │ ├── DiagramCollectSettingsDefault.java │ │ ├── DiagramLoader.java │ │ ├── ERDContainerDecorated.java │ │ ├── ERDContentProviderDecorated.java │ │ ├── ERDDatabaseObjectModifyCommand.java │ │ ├── ERDDecorator.java │ │ ├── ERDDecoratorDefault.java │ │ ├── ERDModelAdapter.java │ │ ├── ERDModelAdapterDefault.java │ │ ├── ERDObjectAdapter.java │ │ └── EntityDiagram.java │ │ ├── navigator │ │ ├── CreateDiagramHandler.java │ │ ├── DBNDiagram.java │ │ ├── DBNDiagramFolder.java │ │ ├── DiagramCreateWizard.java │ │ ├── DiagramCreateWizardPage.java │ │ ├── ERDResourceHandler.java │ │ └── ViewDiagramHandler.java │ │ ├── part │ │ ├── AssociationPart.java │ │ ├── AttributePart.java │ │ ├── DiagramPart.java │ │ ├── EntityPart.java │ │ ├── ICustomizablePart.java │ │ ├── NodePart.java │ │ ├── NotePart.java │ │ ├── PropertyAwareConnectionPart.java │ │ └── PropertyAwarePart.java │ │ └── policy │ │ ├── AssociationBendEditPolicy.java │ │ ├── AssociationEditPolicy.java │ │ ├── AttributeConnectionEditPolicy.java │ │ ├── AttributeContainerEditPolicy.java │ │ ├── AttributeDragAndDropEditPolicy.java │ │ ├── DiagramContainerEditPolicy.java │ │ ├── DiagramXYLayoutPolicy.java │ │ ├── EntityConnectionEditPolicy.java │ │ ├── EntityContainerEditPolicy.java │ │ ├── EntityEditPolicy.java │ │ ├── NoteDirectEditPolicy.java │ │ └── NoteEditPolicy.java ├── org.jkiss.dbeaver.ext.athena.ui │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ └── aws_athena_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── athena │ │ └── ui │ │ ├── AthenaActivator.java │ │ ├── internal │ │ ├── AthenaMessages.java │ │ ├── AthenaMessages.properties │ │ ├── AthenaMessages_de.properties │ │ └── AthenaMessages_ru.properties │ │ └── views │ │ └── AthenaConnectionPage.java ├── org.jkiss.dbeaver.ext.athena │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ ├── athena_icon.png │ │ ├── athena_icon@2x.png │ │ ├── athena_icon_big.png │ │ ├── athena_icon_big@2x.png │ │ └── aws_athena_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── athena │ │ ├── AthenaDataSourceProvider.java │ │ └── model │ │ ├── AWSRegion.java │ │ ├── AthenaConstants.java │ │ ├── AthenaDataSource.java │ │ ├── AthenaMetaModel.java │ │ └── AthenaSQLDialect.java ├── org.jkiss.dbeaver.ext.bigquery.ui │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ └── bigquery_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── bigquery │ │ └── ui │ │ ├── BigQueryActivator.java │ │ ├── internal │ │ ├── BigQueryMessages.java │ │ ├── messages.properties │ │ ├── messages_de.properties │ │ └── messages_ru.properties │ │ └── views │ │ └── BigQueryConnectionPage.java ├── org.jkiss.dbeaver.ext.bigquery │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ ├── bigquery_icon.png │ │ ├── bigquery_icon@2x.png │ │ ├── bigquery_icon_big.png │ │ ├── bigquery_icon_big@2x.png │ │ └── bigquery_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── bigquery │ │ ├── BigQueryDataSourceProvider.java │ │ └── model │ │ ├── BigQueryConstants.java │ │ ├── BigQueryDataSource.java │ │ ├── BigQueryMetaModel.java │ │ └── BigQuerySQLDialect.java ├── org.jkiss.dbeaver.ext.clickhouse │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── clickhouse │ │ ├── ClickhouseDataSourceProvider.java │ │ ├── edit │ │ ├── ClickhouseTableManager.java │ │ └── ClickhouseViewManager.java │ │ └── model │ │ ├── ClickhouseDataSource.java │ │ ├── ClickhouseDataTypeCache.java │ │ ├── ClickhouseMetaModel.java │ │ ├── ClickhouseSQLDialect.java │ │ ├── ClickhouseSchema.java │ │ ├── ClickhouseTable.java │ │ └── ClickhouseView.java ├── org.jkiss.dbeaver.ext.datavirtuality.ui │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── icons │ │ └── datavirtuality_logo.png │ ├── plugin.properties │ ├── plugin.xml │ ├── plugin_ru.properties │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── datavirtuality │ │ └── views │ │ ├── DataVirtualityConnectionPage.java │ │ ├── DataVirtualityMessages.java │ │ ├── DataVirtualityResources.properties │ │ └── DataVirtualityResources_ru.properties ├── org.jkiss.dbeaver.ext.datavirtuality │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── datavirtuality_icon.png │ │ ├── datavirtuality_icon@2x.png │ │ ├── datavirtuality_icon_big.png │ │ └── datavirtuality_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── datavirtuality │ │ ├── DataVirtualityConstants.java │ │ ├── DataVirtualityDataSourceProvider.java │ │ └── model │ │ ├── DataVirtualityDataSource.java │ │ ├── DataVirtualityMetaModel.java │ │ └── DataVirtualitySQLDialect.java ├── org.jkiss.dbeaver.ext.db2.i │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── db2_i_icon.png │ │ ├── db2_i_icon@2x.png │ │ ├── db2_i_icon_big.png │ │ └── db2_i_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── db2 │ │ └── i │ │ ├── DB2IDataSourceProvider.java │ │ └── model │ │ ├── DB2IDataSource.java │ │ ├── DB2IMetaModel.java │ │ └── DB2ISQLDialect.java ├── org.jkiss.dbeaver.ext.db2.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ └── db2_logo.png │ ├── plugin.xml │ ├── pom.xml │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ └── ext │ │ │ └── db2 │ │ │ └── ui │ │ │ ├── DB2Activator.java │ │ │ ├── config │ │ │ ├── DB2ForeignKeyConfigurator.java │ │ │ ├── DB2IndexConfigurator.java │ │ │ ├── DB2PlanSchemaConfigurator.java │ │ │ ├── DB2SchemaConfigurator.java │ │ │ ├── DB2SequenceConfigurator.java │ │ │ └── DB2UniqueKeyConfigurator.java │ │ │ ├── editors │ │ │ ├── DB2RoutineDDLEditor.java │ │ │ ├── DB2ServerApplicationEditor.java │ │ │ └── DB2TablespaceChooser.java │ │ │ ├── internal │ │ │ ├── DB2Messages.java │ │ │ ├── DB2Resources.properties │ │ │ ├── DB2Resources_de.properties │ │ │ └── DB2Resources_ru.properties │ │ │ ├── tools │ │ │ ├── DB2ToolShowError.java │ │ │ ├── DB2ToolShowErrorDialog.java │ │ │ └── maintenance │ │ │ │ ├── DB2BaseTableToolDialog.java │ │ │ │ ├── DB2ReorgCheckTableTool.java │ │ │ │ ├── DB2ReorgIndexTool.java │ │ │ │ ├── DB2ReorgTableDialog.java │ │ │ │ ├── DB2ReorgTableTool.java │ │ │ │ ├── DB2RunstatsTool.java │ │ │ │ └── DB2TruncateTool.java │ │ │ └── views │ │ │ ├── DB2ConnectionPage.java │ │ │ └── DB2ConnectionTracePage.java │ └── templates │ │ ├── db2-templates.properties │ │ └── db2-templates.xml ├── org.jkiss.dbeaver.ext.db2.zos │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── db2_zos-100.png │ │ ├── db2_zos_icon.png │ │ ├── db2_zos_icon@2x.png │ │ ├── db2_zos_icon_big.png │ │ └── db2_zos_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── db2 │ │ └── zos │ │ ├── DB2ZOSDataSourceProvider.java │ │ └── model │ │ ├── DB2ZOSDataSource.java │ │ ├── DB2ZOSMetaModel.java │ │ └── DB2ZOSSQLDialect.java ├── org.jkiss.dbeaver.ext.db2 │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── df_copyright.txt │ ├── df_eclipse_java_formatter.xml │ ├── df_eclipse_java_formatter_db.xml │ ├── df_todo.txt │ ├── docs │ │ └── dics_tables.txt │ ├── icons │ │ ├── bufferpool.gif │ │ ├── compile.png │ │ ├── db2_icon.png │ │ ├── db2_icon@2x.png │ │ ├── db2_icon_big.png │ │ ├── db2_icon_big@2x.png │ │ ├── db2_logo.png │ │ ├── folder_group.gif │ │ ├── group.gif │ │ ├── manage_database.png │ │ ├── nickname.gif │ │ ├── parameter_db.gif │ │ ├── remoteServer.gif │ │ ├── role.gif │ │ ├── storage_group.gif │ │ ├── tools.png │ │ ├── udf.gif │ │ ├── udt.gif │ │ ├── variable.gif │ │ └── wrapper.gif │ ├── plugin.xml │ ├── pom.xml │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ └── ext │ │ │ └── db2 │ │ │ ├── DB2Constants.java │ │ │ ├── DB2DataSourceProvider.java │ │ │ ├── DB2Messages.java │ │ │ ├── DB2Resources.properties │ │ │ ├── DB2Resources_de.properties │ │ │ ├── DB2Resources_ru.properties │ │ │ ├── DB2SQLDialect.java │ │ │ ├── DB2Utils.java │ │ │ ├── data │ │ │ ├── DB2DecFloatValueHandler.java │ │ │ ├── DB2NumericValueHandler.java │ │ │ ├── DB2TimestampValueHandler.java │ │ │ └── DB2ValueHandlerProvider.java │ │ │ ├── editors │ │ │ ├── DB2ColumnDataTypeListProvider.java │ │ │ ├── DB2DDLFormat.java │ │ │ ├── DB2ObjectType.java │ │ │ ├── DB2SourceObject.java │ │ │ ├── DB2StatefulObject.java │ │ │ ├── DB2StructureAssistant.java │ │ │ └── DB2TableTablespaceListProvider.java │ │ │ ├── info │ │ │ ├── DB2Parameter.java │ │ │ └── DB2XMLString.java │ │ │ ├── manager │ │ │ ├── DB2AbstractDropOnlyManager.java │ │ │ ├── DB2AliasManager.java │ │ │ ├── DB2BufferpoolManager.java │ │ │ ├── DB2DataTypeManager.java │ │ │ ├── DB2ForeignKeyManager.java │ │ │ ├── DB2IndexManager.java │ │ │ ├── DB2MQTManager.java │ │ │ ├── DB2ModuleManager.java │ │ │ ├── DB2NicknameManager.java │ │ │ ├── DB2PackageManager.java │ │ │ ├── DB2RemoteServerManager.java │ │ │ ├── DB2RoleManager.java │ │ │ ├── DB2RoutineManager.java │ │ │ ├── DB2SchemaManager.java │ │ │ ├── DB2SequenceManager.java │ │ │ ├── DB2StorageGroupManager.java │ │ │ ├── DB2TableColumnManager.java │ │ │ ├── DB2TableManager.java │ │ │ ├── DB2TablespaceManager.java │ │ │ ├── DB2TriggerManager.java │ │ │ ├── DB2UniqueKeyManager.java │ │ │ ├── DB2VariableManager.java │ │ │ ├── DB2ViewManager.java │ │ │ ├── DB2WrapperManager.java │ │ │ └── DB2XMLSchemaManager.java │ │ │ ├── model │ │ │ ├── DB2Alias.java │ │ │ ├── DB2Bufferpool.java │ │ │ ├── DB2CurrentUserPrivileges.java │ │ │ ├── DB2DataSource.java │ │ │ ├── DB2DataSourceInfo.java │ │ │ ├── DB2DataType.java │ │ │ ├── DB2ExecutionContext.java │ │ │ ├── DB2GlobalObject.java │ │ │ ├── DB2Index.java │ │ │ ├── DB2IndexColumn.java │ │ │ ├── DB2MaterializedQueryTable.java │ │ │ ├── DB2Object.java │ │ │ ├── DB2Package.java │ │ │ ├── DB2PackageDep.java │ │ │ ├── DB2PackageStatement.java │ │ │ ├── DB2PlanConfig.java │ │ │ ├── DB2Routine.java │ │ │ ├── DB2RoutineParm.java │ │ │ ├── DB2Schema.java │ │ │ ├── DB2SchemaObject.java │ │ │ ├── DB2Sequence.java │ │ │ ├── DB2StorageGroup.java │ │ │ ├── DB2Table.java │ │ │ ├── DB2TableBase.java │ │ │ ├── DB2TableCheckConstraint.java │ │ │ ├── DB2TableCheckConstraintColumn.java │ │ │ ├── DB2TableColumn.java │ │ │ ├── DB2TableForeignKey.java │ │ │ ├── DB2TableKeyColumn.java │ │ │ ├── DB2TablePartition.java │ │ │ ├── DB2TablePeriod.java │ │ │ ├── DB2TableReference.java │ │ │ ├── DB2TableUniqueKey.java │ │ │ ├── DB2Tablespace.java │ │ │ ├── DB2TablespaceContainer.java │ │ │ ├── DB2Trigger.java │ │ │ ├── DB2TriggerDep.java │ │ │ ├── DB2Variable.java │ │ │ ├── DB2View.java │ │ │ ├── DB2ViewBase.java │ │ │ ├── DB2ViewBaseDep.java │ │ │ ├── DB2XMLSchema.java │ │ │ ├── DB2XMLSchemaDep.java │ │ │ ├── app │ │ │ │ ├── DB2ServerApplication.java │ │ │ │ └── DB2ServerApplicationManager.java │ │ │ ├── cache │ │ │ │ ├── DB2AliasCache.java │ │ │ │ ├── DB2IndexCache.java │ │ │ │ ├── DB2MaterializedQueryTableCache.java │ │ │ │ ├── DB2NicknameCache.java │ │ │ │ ├── DB2RemoteServerOptionCache.java │ │ │ │ ├── DB2RoutineCache.java │ │ │ │ ├── DB2RoutineParmsCache.java │ │ │ │ ├── DB2TableCache.java │ │ │ │ ├── DB2TableCheckConstraintCache.java │ │ │ │ ├── DB2TableForeignKeyCache.java │ │ │ │ ├── DB2TableIndexCache.java │ │ │ │ ├── DB2TableReferenceCache.java │ │ │ │ ├── DB2TableTriggerCache.java │ │ │ │ ├── DB2TableUniqueKeyCache.java │ │ │ │ ├── DB2TablespaceContainerCache.java │ │ │ │ ├── DB2TriggerCache.java │ │ │ │ ├── DB2TriggerDepCache.java │ │ │ │ ├── DB2ViewBaseDepCache.java │ │ │ │ └── DB2ViewCache.java │ │ │ ├── dict │ │ │ │ ├── DB2AliasType.java │ │ │ │ ├── DB2ColumnHiddenState.java │ │ │ │ ├── DB2CompressionRowMode.java │ │ │ │ ├── DB2ConstraintCheckData.java │ │ │ │ ├── DB2ConstraintType.java │ │ │ │ ├── DB2DataTypeMetaType.java │ │ │ │ ├── DB2DeleteUpdateRule.java │ │ │ │ ├── DB2IndexColOrder.java │ │ │ │ ├── DB2IndexColVirtual.java │ │ │ │ ├── DB2IndexPageSplit.java │ │ │ │ ├── DB2IndexType.java │ │ │ │ ├── DB2OwnerType.java │ │ │ │ ├── DB2PackageDepType.java │ │ │ │ ├── DB2PeriodType.java │ │ │ │ ├── DB2RoutineLanguage.java │ │ │ │ ├── DB2RoutineOrigin.java │ │ │ │ ├── DB2RoutineRowType.java │ │ │ │ ├── DB2RoutineType.java │ │ │ │ ├── DB2RoutineValidType.java │ │ │ │ ├── DB2SequencePrecision.java │ │ │ │ ├── DB2SequenceType.java │ │ │ │ ├── DB2TableAccessMode.java │ │ │ │ ├── DB2TableCheckConstraintColUsage.java │ │ │ │ ├── DB2TableCheckConstraintType.java │ │ │ │ ├── DB2TableColumnCompression.java │ │ │ │ ├── DB2TableColumnGenerated.java │ │ │ │ ├── DB2TableCompressionMode.java │ │ │ │ ├── DB2TableDepType.java │ │ │ │ ├── DB2TableDropRule.java │ │ │ │ ├── DB2TableLockSize.java │ │ │ │ ├── DB2TablePartitionAccessMode.java │ │ │ │ ├── DB2TablePartitionMode.java │ │ │ │ ├── DB2TablePartitionStatus.java │ │ │ │ ├── DB2TableRefreshMode.java │ │ │ │ ├── DB2TableStatus.java │ │ │ │ ├── DB2TableTemporalType.java │ │ │ │ ├── DB2TableType.java │ │ │ │ ├── DB2TablespaceDataType.java │ │ │ │ ├── DB2TablespaceType.java │ │ │ │ ├── DB2TriggerDebugMode.java │ │ │ │ ├── DB2TriggerDepType.java │ │ │ │ ├── DB2TriggerEvent.java │ │ │ │ ├── DB2TriggerGranularity.java │ │ │ │ ├── DB2TriggerTime.java │ │ │ │ ├── DB2TriggerValid.java │ │ │ │ ├── DB2UniqueRule.java │ │ │ │ ├── DB2ViewCheck.java │ │ │ │ ├── DB2ViewStatus.java │ │ │ │ ├── DB2XMLSchemaDepType.java │ │ │ │ ├── DB2XSRDecomposition.java │ │ │ │ ├── DB2XSRStatus.java │ │ │ │ ├── DB2XSRType.java │ │ │ │ └── DB2YesNo.java │ │ │ ├── fed │ │ │ │ ├── DB2Nickname.java │ │ │ │ ├── DB2NicknameRemoteType.java │ │ │ │ ├── DB2RemoteServer.java │ │ │ │ ├── DB2RemoteServerOption.java │ │ │ │ ├── DB2UserMapping.java │ │ │ │ ├── DB2Wrapper.java │ │ │ │ ├── DB2WrapperOption.java │ │ │ │ └── DB2WrapperType.java │ │ │ ├── module │ │ │ │ ├── DB2Module.java │ │ │ │ ├── DB2ModuleCondition.java │ │ │ │ └── DB2ModuleType.java │ │ │ ├── plan │ │ │ │ ├── DB2PlanAnalyser.java │ │ │ │ ├── DB2PlanInstance.java │ │ │ │ ├── DB2PlanNode.java │ │ │ │ ├── DB2PlanNodeType.java │ │ │ │ ├── DB2PlanObject.java │ │ │ │ ├── DB2PlanOperator.java │ │ │ │ ├── DB2PlanOperatorArgument.java │ │ │ │ ├── DB2PlanOperatorPredicate.java │ │ │ │ ├── DB2PlanOperatorType.java │ │ │ │ ├── DB2PlanStatement.java │ │ │ │ └── DB2PlanStream.java │ │ │ └── security │ │ │ │ ├── DB2AuthBase.java │ │ │ │ ├── DB2AuthColumn.java │ │ │ │ ├── DB2AuthHeldType.java │ │ │ │ ├── DB2AuthIDType.java │ │ │ │ ├── DB2AuthIndex.java │ │ │ │ ├── DB2AuthMaterializedQueryTable.java │ │ │ │ ├── DB2AuthMethod.java │ │ │ │ ├── DB2AuthModule.java │ │ │ │ ├── DB2AuthPackage.java │ │ │ │ ├── DB2AuthProcedure.java │ │ │ │ ├── DB2AuthSchema.java │ │ │ │ ├── DB2AuthSequence.java │ │ │ │ ├── DB2AuthTable.java │ │ │ │ ├── DB2AuthTableBase.java │ │ │ │ ├── DB2AuthTablespace.java │ │ │ │ ├── DB2AuthUDF.java │ │ │ │ ├── DB2AuthVariable.java │ │ │ │ ├── DB2AuthView.java │ │ │ │ ├── DB2AuthXMLSchema.java │ │ │ │ ├── DB2DatabaseAuth.java │ │ │ │ ├── DB2Grantee.java │ │ │ │ ├── DB2GranteeAuthCache.java │ │ │ │ ├── DB2GranteeCache.java │ │ │ │ ├── DB2GranteeDatabaseAuthCache.java │ │ │ │ ├── DB2GranteeRoleCache.java │ │ │ │ ├── DB2GrantorGranteeType.java │ │ │ │ ├── DB2Group.java │ │ │ │ ├── DB2Role.java │ │ │ │ ├── DB2RoleAuth.java │ │ │ │ ├── DB2RoleDep.java │ │ │ │ └── DB2User.java │ │ │ └── tasks │ │ │ ├── DB2ReorgCheckTableTool.java │ │ │ ├── DB2ReorgCheckTableToolSettings.java │ │ │ ├── DB2ReorgIndexTool.java │ │ │ ├── DB2ReorgIndexToolSettings.java │ │ │ ├── DB2RunstatsOptions.java │ │ │ ├── DB2RunstatsTool.java │ │ │ ├── DB2RunstatsToolSettings.java │ │ │ ├── DB2SQLTasks.java │ │ │ ├── DB2TableTruncateOptions.java │ │ │ ├── DB2ToolTableTruncate.java │ │ │ ├── DB2ToolTableTruncateSettings.java │ │ │ └── DB2ToolWithStatus.java │ └── templates │ │ ├── db2-templates.properties │ │ └── db2-templates.xml ├── org.jkiss.dbeaver.ext.denodo.ui │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── icons │ │ └── denodo_logo.png │ ├── plugin.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── denodo │ │ └── views │ │ ├── DenodoConnectionPage.java │ │ ├── DenodoMessages.java │ │ └── DenodoResources.properties ├── org.jkiss.dbeaver.ext.denodo │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── denodo_icon.png │ │ ├── denodo_icon@2x.png │ │ ├── denodo_icon_big.png │ │ └── denodo_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── denodo │ │ ├── DenodoConstants.java │ │ ├── DenodoDataSourceProvider.java │ │ └── model │ │ ├── DenodoDataSource.java │ │ ├── DenodoMetaModel.java │ │ └── DenodoSQLDialect.java ├── org.jkiss.dbeaver.ext.derby │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── derby │ │ └── model │ │ ├── DerbyDataSource.java │ │ └── DerbyMetaModel.java ├── org.jkiss.dbeaver.ext.elasticsearch │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── elasticsearch_icon.png │ │ ├── elasticsearch_icon@2x.png │ │ ├── elasticsearch_icon_big.png │ │ └── elasticsearch_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── elasticsearch │ │ └── ElasticsearchDataSourceProvider.java ├── org.jkiss.dbeaver.ext.exasol.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ └── exasol.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── exasol │ │ └── ui │ │ ├── ExasolActivator.java │ │ ├── ExasolUIConstants.java │ │ ├── config │ │ ├── ExasolConnectionConfigurator.java │ │ ├── ExasolConnectionDialog.java │ │ ├── ExasolConsumerGroupConfigurator.java │ │ ├── ExasolConsumerGroupDialog.java │ │ ├── ExasolCreateForeignKeyDialog.java │ │ ├── ExasolCreateSchemaDialog.java │ │ ├── ExasolForeignKeyConfigurator.java │ │ ├── ExasolIndexConfigurator.java │ │ ├── ExasolPrimaryKeyConfigurator.java │ │ ├── ExasolPriorityGroupConfigurator.java │ │ ├── ExasolPriorityGroupDialog.java │ │ ├── ExasolRoleConfigurator.java │ │ ├── ExasolRoleDialog.java │ │ ├── ExasolSchemaConfigurator.java │ │ ├── ExasolUserConfigurator.java │ │ ├── ExasolUserDialog.java │ │ └── ExasolUserQueryPassword.java │ │ ├── editors │ │ ├── ExasolLockEditor.java │ │ ├── ExasolServerSessionEditor.java │ │ └── ExasolSourceViewEditor.java │ │ ├── internal │ │ ├── ExasolMessages.java │ │ ├── ExasolResources.properties │ │ ├── ExasolResources_de.properties │ │ ├── ExasolResources_ja.properties │ │ ├── ExasolResources_ru.properties │ │ └── ExasolResources_zh.properties │ │ ├── tools │ │ ├── ExasolBaseTableToolDialog.java │ │ ├── ExasolExportTableTool.java │ │ ├── ExasolExportTableToolDialog.java │ │ ├── ExasolImportTableTool.java │ │ └── ExasolImportTableToolDialog.java │ │ └── views │ │ └── ExasolConnectionPage.java ├── org.jkiss.dbeaver.ext.exasol │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── icons │ │ ├── compile.png │ │ ├── exasol.png │ │ ├── exasol_icon.png │ │ ├── exasol_icon@2x.png │ │ ├── exasol_icon_big.png │ │ ├── exasol_icon_big@2x.png │ │ ├── remoteServer.gif │ │ └── role.gif │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── exasol │ │ ├── ExasolConstants.java │ │ ├── ExasolDataSourceProvider.java │ │ ├── ExasolMessages.java │ │ ├── ExasolResources.properties │ │ ├── ExasolResources_de.properties │ │ ├── ExasolResources_ja.properties │ │ ├── ExasolResources_ru.properties │ │ ├── ExasolResources_zh.properties │ │ ├── ExasolSQLDialect.java │ │ ├── ExasolSysTablePrefix.java │ │ ├── ExasolUserType.java │ │ ├── ExasolValueHandlerProvider.java │ │ ├── editors │ │ ├── ExasolColumnDataTypeListProvider.java │ │ ├── ExasolDialectAdapterFactory.java │ │ ├── ExasolDialectRules.java │ │ ├── ExasolObjectType.java │ │ ├── ExasolSourceObject.java │ │ └── ExasolStatefulObject.java │ │ ├── manager │ │ ├── ExasolConnectionManager.java │ │ ├── ExasolConsumerGroupManager.java │ │ ├── ExasolForeignKeyManager.java │ │ ├── ExasolFunctionManager.java │ │ ├── ExasolPrimaryKeyManager.java │ │ ├── ExasolPriorityGroupManager.java │ │ ├── ExasolRoleManager.java │ │ ├── ExasolSchemaManager.java │ │ ├── ExasolScriptManager.java │ │ ├── ExasolSecurityPolicyManager.java │ │ ├── ExasolTableColumnManager.java │ │ ├── ExasolTableIndexManager.java │ │ ├── ExasolTableManager.java │ │ ├── ExasolTablePartitionColumnManager.java │ │ ├── ExasolUserManager.java │ │ └── ExasolViewManager.java │ │ ├── model │ │ ├── ExasolChangeUserPassword.java │ │ ├── ExasolConnection.java │ │ ├── ExasolConsumerGroup.java │ │ ├── ExasolCurrentUserPrivileges.java │ │ ├── ExasolDataSource.java │ │ ├── ExasolDataSourceInfo.java │ │ ├── ExasolDataType.java │ │ ├── ExasolExecutionContext.java │ │ ├── ExasolFunction.java │ │ ├── ExasolGeometryValueHandler.java │ │ ├── ExasolGlobalObject.java │ │ ├── ExasolObject.java │ │ ├── ExasolPriority.java │ │ ├── ExasolPriorityGroup.java │ │ ├── ExasolSchema.java │ │ ├── ExasolSchemaObject.java │ │ ├── ExasolScript.java │ │ ├── ExasolStructureAssistant.java │ │ ├── ExasolTable.java │ │ ├── ExasolTableBase.java │ │ ├── ExasolTableColumn.java │ │ ├── ExasolTableForeignKey.java │ │ ├── ExasolTableForeignKeyColumn.java │ │ ├── ExasolTableIndex.java │ │ ├── ExasolTableIndexColumn.java │ │ ├── ExasolTableKeyColumn.java │ │ ├── ExasolTablePartitionColumn.java │ │ ├── ExasolTableUniqueKey.java │ │ ├── ExasolView.java │ │ ├── ExasolVirtualSchema.java │ │ ├── ExasolVirtualSchemaParameter.java │ │ ├── ExasolXMLString.java │ │ ├── QueryTransformerFetchAll.java │ │ ├── app │ │ │ ├── ExasolServerSession.java │ │ │ └── ExasolServerSessionManager.java │ │ ├── cache │ │ │ ├── ExasolDataTypeCache.java │ │ │ ├── ExasolTableCache.java │ │ │ ├── ExasolTableForeignKeyCache.java │ │ │ ├── ExasolTableIndexCache.java │ │ │ ├── ExasolTablePartitionColumnCache.java │ │ │ ├── ExasolTableUniqueKeyCache.java │ │ │ └── ExasolViewCache.java │ │ ├── dict │ │ │ ├── ExasolColumnStatus.java │ │ │ ├── ExasolOwnerType.java │ │ │ ├── ExasolScriptLanguage.java │ │ │ └── ExasolScriptResultType.java │ │ ├── lock │ │ │ ├── ExasolLock.java │ │ │ ├── ExasolLockItem.java │ │ │ └── ExasolLockManager.java │ │ ├── plan │ │ │ ├── ExasolPlanAnalyser.java │ │ │ └── ExasolPlanNode.java │ │ └── security │ │ │ ├── ExasolBaseObjectGrant.java │ │ │ ├── ExasolConnectionGrant.java │ │ │ ├── ExasolGrantee.java │ │ │ ├── ExasolRole.java │ │ │ ├── ExasolRoleGrant.java │ │ │ ├── ExasolSchemaGrant.java │ │ │ ├── ExasolScriptGrant.java │ │ │ ├── ExasolSecurityPolicy.java │ │ │ ├── ExasolSystemGrant.java │ │ │ ├── ExasolTableGrant.java │ │ │ ├── ExasolTableObjectType.java │ │ │ ├── ExasolUser.java │ │ │ └── ExasolViewGrant.java │ │ ├── sql │ │ └── ExasolSquareBracketsRule.java │ │ └── tools │ │ ├── ExasolJDBCObjectSimpleCacheLiterals.java │ │ └── ExasolUtils.java ├── org.jkiss.dbeaver.ext.firebird │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── firebird_icon.png │ │ ├── firebird_icon@2x.png │ │ ├── firebird_icon_big.png │ │ └── firebird_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── firebird │ │ ├── FireBirdDataSourceProvider.java │ │ ├── FireBirdUtils.java │ │ ├── edit │ │ ├── FireBirdProcedureManager.java │ │ ├── FireBirdTableColumnManager.java │ │ └── FireBirdTableManager.java │ │ └── model │ │ ├── FireBirdConstants.java │ │ ├── FireBirdDataSource.java │ │ ├── FireBirdDataType.java │ │ ├── FireBirdDataTypeCache.java │ │ ├── FireBirdDatabaseTrigger.java │ │ ├── FireBirdFieldType.java │ │ ├── FireBirdInsertReplaceMethod.java │ │ ├── FireBirdMetaModel.java │ │ ├── FireBirdProcedure.java │ │ ├── FireBirdProcedureParameter.java │ │ ├── FireBirdSQLDialect.java │ │ ├── FireBirdSequence.java │ │ ├── FireBirdTable.java │ │ ├── FireBirdTableBase.java │ │ ├── FireBirdTableColumn.java │ │ ├── FireBirdTableTrigger.java │ │ ├── FireBirdTrigger.java │ │ ├── FireBirdTriggerType.java │ │ ├── FireBirdView.java │ │ └── plan │ │ ├── FireBirdPlanAnalyser.java │ │ ├── FireBirdPlanBuilder.java │ │ ├── FireBirdPlanException.java │ │ ├── FireBirdPlanNode.java │ │ ├── FireBirdPlanParser.java │ │ ├── FireBirdPlanToken.java │ │ └── FireBirdPlanTokenMatcher.java ├── org.jkiss.dbeaver.ext.format.sqlworkbenchj │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── format │ │ └── sqlworkbenchj │ │ ├── SQLWorkbenchJAdapterFactory.java │ │ ├── SQLWorkbenchJConstants.java │ │ ├── SQLWorkbenchJFormatter.java │ │ ├── SQLWorkbenchJFormatterSettingsPage.java │ │ └── SQLWorkbenchJManager.java ├── org.jkiss.dbeaver.ext.generic.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── generic │ │ ├── editors │ │ └── GenericSourceViewEditor.java │ │ ├── internal │ │ ├── GenericMessages.java │ │ ├── GenericResources.properties │ │ ├── GenericResources_de.properties │ │ ├── GenericResources_it.properties │ │ ├── GenericResources_ja.properties │ │ ├── GenericResources_ru.properties │ │ └── GenericResources_zh.properties │ │ └── views │ │ ├── GenericConnectionPage.java │ │ ├── GenericTableForeignKeyConfigurator.java │ │ ├── GenericTableIndexConfigurator.java │ │ └── GenericTablePrimaryKeyConfigurator.java ├── org.jkiss.dbeaver.ext.generic │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── apache_icon.png │ │ ├── clickhouse_icon.png │ │ ├── clickhouse_icon@2x.png │ │ ├── clickhouse_icon_big.png │ │ ├── clickhouse_icon_big@2x.png │ │ ├── cratedb_icon.png │ │ ├── cratedb_icon@2x.png │ │ ├── cratedb_icon_big.png │ │ ├── cratedb_icon_big@2x.png │ │ ├── csv_icon.png │ │ ├── csv_icon@2x.png │ │ ├── csv_icon_big.png │ │ ├── csv_icon_big@2x.png │ │ ├── cubrid_icon.png │ │ ├── cubrid_icon@2x.png │ │ ├── cubrid_icon_big.png │ │ ├── cubrid_icon_big@2x.png │ │ ├── database.png │ │ ├── database@2x.png │ │ ├── db2_icon.png │ │ ├── db2_icon@2x.png │ │ ├── db2_icon_big.png │ │ ├── db2_icon_big@2x.png │ │ ├── dbf_icon.png │ │ ├── dbf_icon@2x.png │ │ ├── dbf_icon_big.png │ │ ├── dbf_icon_big@2x.png │ │ ├── derby_icon.png │ │ ├── derby_icon@2x.png │ │ ├── derby_icon_big.png │ │ ├── derby_icon_big@2x.png │ │ ├── dremio_icon.png │ │ ├── dremio_icon@2x.png │ │ ├── dremio_icon_big.png │ │ ├── dremio_icon_big@2x.png │ │ ├── drill_icon.png │ │ ├── drill_icon@2x.png │ │ ├── drill_icon_big.png │ │ ├── drill_icon_big@2x.png │ │ ├── duckdb_icon.png │ │ ├── duckdb_icon@2x.png │ │ ├── duckdb_icon_big.png │ │ ├── duckdb_icon_big@2x.png │ │ ├── gemfire_icon.png │ │ ├── gemfire_icon@2x.png │ │ ├── gemfire_icon_big.png │ │ ├── gemfire_icon_big@2x.png │ │ ├── h2_icon.png │ │ ├── h2_icon@2x.png │ │ ├── h2_icon_big.png │ │ ├── h2_icon_big@2x.png │ │ ├── hive_icon.png │ │ ├── hive_icon@2x.png │ │ ├── hive_icon_big.png │ │ ├── hive_icon_big@2x.png │ │ ├── hsqldb_icon.png │ │ ├── hsqldb_icon@2x.png │ │ ├── hsqldb_icon_big.png │ │ ├── hsqldb_icon_big@2x.png │ │ ├── ignite_icon.png │ │ ├── ignite_icon@2x.png │ │ ├── ignite_icon_big.png │ │ ├── ignite_icon_big@2x.png │ │ ├── impala_icon.png │ │ ├── impala_icon@2x.png │ │ ├── impala_icon_big.png │ │ ├── impala_icon_big@2x.png │ │ ├── informix_icon.png │ │ ├── informix_icon@2x.png │ │ ├── informix_icon_big.png │ │ ├── informix_icon_big@2x.png │ │ ├── ingres_icon_big.png │ │ ├── ingres_icon_big@2x.png │ │ ├── intersystems_icon.png │ │ ├── intersystems_icon@2x.png │ │ ├── intersystems_icon_big.png │ │ ├── intersystems_icon_big@2x.png │ │ ├── jennifer_icon.png │ │ ├── jennifer_icon@2x.png │ │ ├── jennifer_icon_big.png │ │ ├── jennifer_icon_big@2x.png │ │ ├── kx_icon.png │ │ ├── kx_icon@2x.png │ │ ├── kx_icon_big.png │ │ ├── machbase_icon_big.png │ │ ├── machbase_icon_big@2x.png │ │ ├── mimer_icon.png │ │ ├── mimer_icon@2x.png │ │ ├── mimer_icon_big.png │ │ ├── mimer_icon_big@2x.png │ │ ├── monetdb_icon.png │ │ ├── monetdb_icon@2x.png │ │ ├── monetdb_icon_big.png │ │ ├── monetdb_icon_big@2x.png │ │ ├── msaccess_icon.png │ │ ├── msaccess_icon@2x.png │ │ ├── msaccess_icon_big.png │ │ ├── msaccess_icon_big@2x.png │ │ ├── neo4j_icon.png │ │ ├── neo4j_icon@2x.png │ │ ├── neo4j_icon_big.png │ │ ├── neo4j_icon_big@2x.png │ │ ├── netezza_icon.png │ │ ├── netezza_icon@2x.png │ │ ├── netezza_icon_big.png │ │ ├── netezza_icon_big@2x.png │ │ ├── nuodb_icon.png │ │ ├── nuodb_icon@2x.png │ │ ├── nuodb_icon_big.png │ │ ├── nuodb_icon_big@2x.png │ │ ├── odbc_icon.png │ │ ├── odbc_icon@2x.png │ │ ├── odbc_icon_big.png │ │ ├── odbc_icon_big@2x.png │ │ ├── omnisci_icon.png │ │ ├── omnisci_icon@2x.png │ │ ├── omnisci_icon_big.png │ │ ├── omnisci_icon_big@2x.png │ │ ├── openedge_icon.png │ │ ├── openedge_icon@2x.png │ │ ├── openedge_icon_big.png │ │ ├── openedge_icon_big@2x.png │ │ ├── orientdb_icon.png │ │ ├── orientdb_icon@2x.png │ │ ├── orientdb_icon_big.png │ │ ├── orientdb_icon_big@2x.png │ │ ├── pervasive_icon_big.png │ │ ├── pervasive_icon_big@2x.png │ │ ├── phoenix_icon.png │ │ ├── phoenix_icon@2x.png │ │ ├── phoenix_icon_big.png │ │ ├── phoenix_icon_big@2x.png │ │ ├── presto_icon.png │ │ ├── presto_icon@2x.png │ │ ├── presto_icon_big.png │ │ ├── presto_icon_big@2x.png │ │ ├── sap_maxdb_icon.png │ │ ├── sap_maxdb_icon@2x.png │ │ ├── sap_maxdb_icon_big.png │ │ ├── sap_maxdb_icon_big@2x.png │ │ ├── snappy_icon.png │ │ ├── snappy_icon@2x.png │ │ ├── snappy_icon_big.png │ │ ├── snappy_icon_big@2x.png │ │ ├── solr_icon.png │ │ ├── solr_icon@2x.png │ │ ├── solr_icon_big.png │ │ ├── solr_icon_big@2x.png │ │ ├── spark_hive_icon.png │ │ ├── spark_hive_icon@2x.png │ │ ├── spark_hive_icon_big.png │ │ ├── spark_hive_icon_big@2x.png │ │ ├── sqlite_icon.png │ │ ├── sqlite_icon@2x.png │ │ ├── sqlite_icon_big.png │ │ ├── sqlite_icon_big@2x.png │ │ ├── sqream_icon.png │ │ ├── sqream_icon@2x.png │ │ ├── sqream_icon_big.png │ │ ├── sqream_icon_big@2x.png │ │ ├── teradata_icon.png │ │ ├── teradata_icon@2x.png │ │ ├── teradata_icon_big.png │ │ ├── teradata_icon_big@2x.png │ │ ├── trino_icon.png │ │ ├── trino_icon@2x.png │ │ ├── trino_icon_big.png │ │ ├── trino_icon_big@2x.png │ │ ├── virtuoso_icon.png │ │ ├── virtuoso_icon@2x.png │ │ ├── virtuoso_icon_big.png │ │ └── virtuoso_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.generic.meta.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── generic │ │ ├── GenericConstants.java │ │ ├── GenericDataSourceProvider.java │ │ ├── data │ │ ├── GenericTimestampValueHandler.java │ │ └── GenericValueHandlerProvider.java │ │ ├── edit │ │ ├── GenericForeignKeyManager.java │ │ ├── GenericIndexManager.java │ │ ├── GenericPrimaryKeyManager.java │ │ ├── GenericProcedureManager.java │ │ ├── GenericTableColumnManager.java │ │ ├── GenericTableManager.java │ │ └── GenericViewManager.java │ │ └── model │ │ ├── ConstraintKeysCache.java │ │ ├── ForeignKeyInfo.java │ │ ├── ForeignKeysCache.java │ │ ├── GenericCatalog.java │ │ ├── GenericContainerTrigger.java │ │ ├── GenericDataSource.java │ │ ├── GenericDataSourceInfo.java │ │ ├── GenericDataType.java │ │ ├── GenericDataTypeArray.java │ │ ├── GenericDataTypeCache.java │ │ ├── GenericExecutionContext.java │ │ ├── GenericFunctionResultType.java │ │ ├── GenericObjectContainer.java │ │ ├── GenericPackage.java │ │ ├── GenericProcedure.java │ │ ├── GenericProcedureParameter.java │ │ ├── GenericSQLDialect.java │ │ ├── GenericSchema.java │ │ ├── GenericScriptObject.java │ │ ├── GenericSequence.java │ │ ├── GenericStructContainer.java │ │ ├── GenericStructureAssistant.java │ │ ├── GenericSynonym.java │ │ ├── GenericTable.java │ │ ├── GenericTableBase.java │ │ ├── GenericTableColumn.java │ │ ├── GenericTableConstraint.java │ │ ├── GenericTableConstraintColumn.java │ │ ├── GenericTableForeignKey.java │ │ ├── GenericTableForeignKeyColumnTable.java │ │ ├── GenericTableIndex.java │ │ ├── GenericTableIndexColumn.java │ │ ├── GenericTableTrigger.java │ │ ├── GenericTableType.java │ │ ├── GenericTrigger.java │ │ ├── GenericUniqueKey.java │ │ ├── GenericUtils.java │ │ ├── GenericView.java │ │ ├── IndexCache.java │ │ ├── TableCache.java │ │ ├── TableTriggerCache.java │ │ └── meta │ │ ├── GenericMetaColumn.java │ │ ├── GenericMetaModel.java │ │ ├── GenericMetaModelDescriptor.java │ │ ├── GenericMetaModelForeignKeyFetcher.java │ │ └── GenericMetaObject.java ├── org.jkiss.dbeaver.ext.greenplum │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── greenplum_icon.png │ │ ├── greenplum_icon@2x.png │ │ ├── greenplum_icon_big.png │ │ ├── greenplum_icon_big@2x.png │ │ └── greenplum_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── greenplum │ │ ├── GreenplumDataSourceProvider.java │ │ ├── edit │ │ ├── GreenplumExternalTableManager.java │ │ ├── GreenplumFunctionManager.java │ │ ├── GreenplumSchemaManager.java │ │ └── GreenplumTableManager.java │ │ └── model │ │ ├── GreenplumCharacterSet.java │ │ ├── GreenplumDataSource.java │ │ ├── GreenplumExternalTable.java │ │ ├── GreenplumExternalTableUriLocationsHandler.java │ │ ├── GreenplumFunction.java │ │ ├── GreenplumMaterializedView.java │ │ ├── GreenplumSchema.java │ │ ├── GreenplumSchemaCache.java │ │ ├── GreenplumTable.java │ │ ├── GreenplumUtils.java │ │ ├── GreenplumWithClauseBuilder.java │ │ └── PostgreServerGreenplum.java ├── org.jkiss.dbeaver.ext.h2 │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── h2 │ │ ├── edit │ │ └── H2RoutineAliasManager.java │ │ └── model │ │ ├── H2DataSource.java │ │ ├── H2MetaModel.java │ │ ├── H2RoutineAlias.java │ │ └── H2SQLDialect.java ├── org.jkiss.dbeaver.ext.h2gis │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── h2gis_icon.png │ │ ├── h2gis_icon@2x.png │ │ ├── h2gis_icon_big.png │ │ └── h2gis_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── h2gis │ │ ├── H2GISDataSourceProvider.java │ │ ├── data │ │ ├── H2GISGeometryValueHandler.java │ │ └── H2GISValueHandlerProvider.java │ │ └── model │ │ └── H2GISDataSource.java ├── org.jkiss.dbeaver.ext.hana.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ └── sap_hana_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── hana │ │ └── ui │ │ ├── internal │ │ ├── HANAEdition.java │ │ ├── HANAMessages.java │ │ └── HANAMessages.properties │ │ └── views │ │ └── HANAConnectionPage.java ├── org.jkiss.dbeaver.ext.hana │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── sap_hana_icon.png │ │ ├── sap_hana_icon@2x.png │ │ ├── sap_hana_icon_big.png │ │ └── sap_hana_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── hana │ │ ├── HANADataSourceProvider.java │ │ ├── edit │ │ ├── HANATableColumnManager.java │ │ └── HANATableManager.java │ │ └── model │ │ ├── HANADataSource.java │ │ ├── HANADataSourceInfo.java │ │ ├── HANADependency.java │ │ ├── HANAMetaModel.java │ │ ├── HANAObjectType.java │ │ ├── HANAProcedure.java │ │ ├── HANASQLDialect.java │ │ ├── HANASchema.java │ │ ├── HANAStructureAssistant.java │ │ ├── HANASynonym.java │ │ ├── HANASysViewColumn.java │ │ ├── HANATable.java │ │ ├── HANATableColumn.java │ │ ├── HANATrigger.java │ │ ├── HANAView.java │ │ ├── data │ │ ├── HANAGeometryValueHandler.java │ │ ├── HANAValueHandlerProvider.java │ │ ├── HANAXyzmModeFinder.java │ │ └── wkb │ │ │ ├── GeometryType.java │ │ │ ├── HANAWKBParser.java │ │ │ ├── HANAWKBParserException.java │ │ │ ├── HANAWKBWriter.java │ │ │ ├── HANAWKBWriterException.java │ │ │ └── XyzmMode.java │ │ └── plan │ │ ├── HANAPlanAnalyser.java │ │ └── HANAPlanNode.java ├── org.jkiss.dbeaver.ext.hive │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── hive │ │ └── model │ │ ├── HiveDataSource.java │ │ ├── HiveDataSourceInfo.java │ │ ├── HiveDataSourceProvider.java │ │ ├── HiveIndex.java │ │ ├── HiveMetaModel.java │ │ ├── HiveSQLDialect.java │ │ ├── HiveTable.java │ │ ├── HiveTableColumn.java │ │ ├── edit │ │ ├── HiveIndexManager.java │ │ ├── HiveTableColumnManager.java │ │ └── HiveTableManager.java │ │ └── jdbc │ │ ├── HiveJdbcFactory.java │ │ └── HiveResultSetMetaDataImpl.java ├── org.jkiss.dbeaver.ext.hsqldb │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── hsqldb │ │ └── model │ │ ├── HSQLDataSource.java │ │ ├── HSQLDialect.java │ │ ├── HSQLMetaModel.java │ │ ├── HSQLSynonym.java │ │ └── HSQLTrigger.java ├── org.jkiss.dbeaver.ext.import_config │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ ├── custom.png │ │ ├── dbvis.png │ │ ├── dbvis_big.png │ │ ├── navicat.png │ │ ├── squirrel.png │ │ └── squirrel_big.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── import_config │ │ ├── Activator.java │ │ ├── ImportConfigMessages.java │ │ ├── ImportConfigMessages.properties │ │ ├── ImportConfigMessages_ru.properties │ │ └── wizards │ │ ├── ConfigImportWizard.java │ │ ├── ConfigImportWizardPage.java │ │ ├── ImportConnectionInfo.java │ │ ├── ImportData.java │ │ ├── ImportDriverInfo.java │ │ ├── custom │ │ ├── ConfigImportWizardCustom.java │ │ ├── ConfigImportWizardPageCustomConnections.java │ │ ├── ConfigImportWizardPageCustomDriver.java │ │ └── ConfigImportWizardPageCustomSettings.java │ │ ├── dbvis │ │ ├── ConfigImportWizardDbvis.java │ │ └── ConfigImportWizardPageDbvis.java │ │ ├── navicat │ │ ├── ConfigImportWizardNavicat.java │ │ ├── ConfigImportWizardPageNavicatConnections.java │ │ ├── ConfigImportWizardPageNavicatDriver.java │ │ ├── ConfigImportWizardPageNavicatSettings.java │ │ └── NavicatEncrypt.java │ │ └── squirrel │ │ ├── ConfigImportWizardPageSquirrel.java │ │ └── ConfigImportWizardSquirrel.java ├── org.jkiss.dbeaver.ext.informix │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── informix │ │ ├── InformixUtils.java │ │ └── model │ │ ├── InformixMetaModel.java │ │ └── InformixTrigger.java ├── org.jkiss.dbeaver.ext.kognitio │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── kognitio_icon.png │ │ └── kognitio_icon_big.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── kognitio │ │ ├── KognitioDataSourceProvider.java │ │ └── model │ │ └── KognitioMetaModel.java ├── org.jkiss.dbeaver.ext.mssql.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── azure_logo.png │ │ ├── mssql_logo.png │ │ └── sybase_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── mssql │ │ └── ui │ │ ├── SQLServerConnectionPage.java │ │ ├── SQLServerCreateDatabaseDialog.java │ │ ├── SQLServerUIActivator.java │ │ ├── SQLServerUIMessages.java │ │ ├── SQLServerUIMessages.properties │ │ ├── SQLServerUIMessages_de.properties │ │ ├── SQLServerUIMessages_ru.properties │ │ ├── config │ │ ├── SQLServerCheckConstraintConfigurator.java │ │ ├── SQLServerColumnConfigurator.java │ │ ├── SQLServerDatabaseConfigurator.java │ │ ├── SQLServerForeignKeyConfigurator.java │ │ ├── SQLServerIndexConfigurator.java │ │ ├── SQLServerLoginConfigurator.java │ │ ├── SQLServerProcedureConfigurator.java │ │ └── SQLServerUniqueKeyConfigurator.java │ │ ├── editors │ │ ├── SQLServerSessionEditor.java │ │ └── SQLServerSourceViewEditor.java │ │ ├── tools │ │ └── maintenance │ │ │ ├── SQLServerToolRebuild.java │ │ │ ├── SQLServerToolTriggerDisable.java │ │ │ ├── SQLServerToolTriggerEnable.java │ │ │ └── SQLServerToolTriggerToggle.java │ │ └── views │ │ └── SQLServerSSLConfigurator.java ├── org.jkiss.dbeaver.ext.mssql │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── azure_icon.png │ │ ├── azure_icon@2x.png │ │ ├── azure_icon_big.png │ │ ├── azure_icon_big@2x.png │ │ ├── mssql_icon.png │ │ ├── mssql_icon@2x.png │ │ ├── mssql_icon_big.png │ │ ├── mssql_icon_big@2x.png │ │ ├── sap_ase_icon.png │ │ ├── sap_ase_icon@2x.png │ │ ├── sap_ase_icon_big.png │ │ ├── sap_ase_icon_big@2x.png │ │ ├── sybase_icon.png │ │ ├── sybase_icon@2x.png │ │ ├── sybase_icon_big.png │ │ └── sybase_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schemas │ │ ├── bindings │ │ │ ├── sql2005.xjb │ │ │ ├── sql2005sp2.xjb │ │ │ ├── sql2008.xjb │ │ │ ├── sql2012.xjb │ │ │ ├── sql2014.xjb │ │ │ ├── sql2014sp2.xjb │ │ │ ├── sql2016.xjb │ │ │ ├── sql2016sp1.xjb │ │ │ └── sql2017.xjb │ │ ├── generate.cmd │ │ └── schemas │ │ │ ├── sql2005 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2005sp2 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2008 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2012 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2014 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2014sp2 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2016 │ │ │ └── showplanxml.xsd │ │ │ ├── sql2016sp1 │ │ │ └── showplanxml.xsd │ │ │ └── sql2017 │ │ │ └── showplanxml.xsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── mssql │ │ ├── SQLServerConstants.java │ │ ├── SQLServerDataSourceProvider.java │ │ ├── SQLServerGSS.java │ │ ├── SQLServerGenericDataSourceProvider.java │ │ ├── SQLServerMessages.java │ │ ├── SQLServerMessages.properties │ │ ├── SQLServerMessages_ru.properties │ │ ├── SQLServerUtils.java │ │ ├── edit │ │ ├── SQLServerBaseTableManager.java │ │ ├── SQLServerCheckConstraintManager.java │ │ ├── SQLServerDataTypeManager.java │ │ ├── SQLServerDatabaseManager.java │ │ ├── SQLServerExtendedPropertyManager.java │ │ ├── SQLServerForeignKeyManager.java │ │ ├── SQLServerIndexManager.java │ │ ├── SQLServerLoginManager.java │ │ ├── SQLServerObjectManager.java │ │ ├── SQLServerProcedureManager.java │ │ ├── SQLServerSynonymManager.java │ │ ├── SQLServerTableColumnManager.java │ │ ├── SQLServerTableManager.java │ │ ├── SQLServerTableTriggerManager.java │ │ ├── SQLServerTableTypeManager.java │ │ ├── SQLServerUniqueKeyManager.java │ │ ├── SQLServerViewManager.java │ │ └── generic │ │ │ ├── SQLServerGenericProcedureManager.java │ │ │ ├── SQLServerGenericTableColumnManager.java │ │ │ ├── SQLServerGenericTableManager.java │ │ │ └── SQLServerGenericTriggerManager.java │ │ ├── internal │ │ ├── SQLServerActivator.java │ │ └── SQLServerPreferencesInitializer.java │ │ ├── model │ │ ├── QueryTransformerTop.java │ │ ├── SQLServerAuthentication.java │ │ ├── SQLServerChangeLoginPassword.java │ │ ├── SQLServerDataSource.java │ │ ├── SQLServerDataSourceInfo.java │ │ ├── SQLServerDataType.java │ │ ├── SQLServerDatabase.java │ │ ├── SQLServerDatabaseTrigger.java │ │ ├── SQLServerDialect.java │ │ ├── SQLServerExecutionContext.java │ │ ├── SQLServerExtendedProperty.java │ │ ├── SQLServerExtendedPropertyCache.java │ │ ├── SQLServerExtendedPropertyOwner.java │ │ ├── SQLServerLogin.java │ │ ├── SQLServerObject.java │ │ ├── SQLServerObjectClass.java │ │ ├── SQLServerObjectType.java │ │ ├── SQLServerProcedure.java │ │ ├── SQLServerProcedureParameter.java │ │ ├── SQLServerSSLHandlerImpl.java │ │ ├── SQLServerSchema.java │ │ ├── SQLServerSequence.java │ │ ├── SQLServerStructureAssistant.java │ │ ├── SQLServerSynonym.java │ │ ├── SQLServerTable.java │ │ ├── SQLServerTableBase.java │ │ ├── SQLServerTableCheckConstraint.java │ │ ├── SQLServerTableColumn.java │ │ ├── SQLServerTableForeignKey.java │ │ ├── SQLServerTableForeignKeyColumn.java │ │ ├── SQLServerTableIndex.java │ │ ├── SQLServerTableIndexColumn.java │ │ ├── SQLServerTableTrigger.java │ │ ├── SQLServerTableType.java │ │ ├── SQLServerTableUniqueKey.java │ │ ├── SQLServerTableUniqueKeyColumn.java │ │ ├── SQLServerTriggerBase.java │ │ ├── SQLServerTypedObject.java │ │ ├── SQLServerView.java │ │ ├── ServerType.java │ │ ├── data │ │ │ ├── SQLServerMoneyValueHandler.java │ │ │ └── SQLServerStandardValueHandlerProvider.java │ │ ├── generic │ │ │ ├── SQLServerGenericDataSource.java │ │ │ ├── SQLServerGenericDatabase.java │ │ │ ├── SQLServerGenericIndex.java │ │ │ ├── SQLServerGenericProcedure.java │ │ │ ├── SQLServerGenericSchema.java │ │ │ ├── SQLServerGenericSynonym.java │ │ │ ├── SQLServerGenericTable.java │ │ │ ├── SQLServerGenericTableColumn.java │ │ │ ├── SQLServerGenericTrigger.java │ │ │ ├── SQLServerGenericView.java │ │ │ └── SQLServerMetaModel.java │ │ └── session │ │ │ ├── SQLServerSession.java │ │ │ └── SQLServerSessionManager.java │ │ └── tasks │ │ ├── SQLServerToolTableRebuild.java │ │ ├── SQLServerToolTableRebuildSettings.java │ │ ├── SQLServerToolTableTriggerDisable.java │ │ ├── SQLServerToolTableTriggerEnable.java │ │ ├── SQLServerToolTableTriggerSettings.java │ │ └── SQLServerToolWithStatus.java ├── org.jkiss.dbeaver.ext.mysql.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── mariadb_logo.png │ │ └── mysql_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── mysql │ │ ├── tools │ │ ├── MySQLExportWizard.java │ │ ├── MySQLExportWizardPageObjects.java │ │ ├── MySQLExportWizardPageSettings.java │ │ ├── MySQLScriptExecuteWizard.java │ │ ├── MySQLScriptExecuteWizardPageSettings.java │ │ ├── MySQLTaskConfigurator.java │ │ ├── MySQLToolExport.java │ │ ├── MySQLToolImport.java │ │ ├── MySQLToolScript.java │ │ ├── MySQLWizardPageSettings.java │ │ └── maintenance │ │ │ ├── MySQLToolAnalyse.java │ │ │ ├── MySQLToolCheck.java │ │ │ ├── MySQLToolOptimize.java │ │ │ ├── MySQLToolRepair.java │ │ │ └── MySQLToolTruncate.java │ │ └── ui │ │ ├── MySQLUIActivator.java │ │ ├── config │ │ ├── MySQLCatalogConfigurator.java │ │ ├── MySQLCommandChangeUser.java │ │ ├── MySQLCommandGrantPrivilege.java │ │ ├── MySQLConstraintConfigurator.java │ │ ├── MySQLEventConfigurator.java │ │ ├── MySQLForeignKeyConfigurator.java │ │ ├── MySQLIndexConfigurator.java │ │ ├── MySQLProcedureConfigurator.java │ │ ├── MySQLSequenceConfigurator.java │ │ ├── MySQLTriggerConfigurator.java │ │ ├── MySQLUserManager.java │ │ └── UserPropertyHandler.java │ │ ├── controls │ │ ├── PrivilegeTableControl.java │ │ └── PrivilegesPairList.java │ │ ├── editors │ │ ├── MySQLEnumValueManager.java │ │ ├── MySQLPackageBodyEditor.java │ │ ├── MySQLSessionEditor.java │ │ ├── MySQLSourceViewEditor.java │ │ ├── MySQLUserEditorAbstract.java │ │ ├── MySQLUserEditorGeneral.java │ │ └── MySQLUserEditorPrivileges.java │ │ ├── internal │ │ ├── MySQLUIMessages.java │ │ ├── MySQLUIMessages.properties │ │ ├── MySQLUIMessages_de.properties │ │ ├── MySQLUIMessages_it.properties │ │ ├── MySQLUIMessages_ru.properties │ │ └── MySQLUIMessages_zh.properties │ │ └── views │ │ ├── MySQLConnectionPage.java │ │ ├── MySQLCreateDatabaseDialog.java │ │ └── MySQLSSLConfigurator.java ├── org.jkiss.dbeaver.ext.mysql │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── icons │ │ ├── mariadb_icon.png │ │ ├── mariadb_icon@2x.png │ │ ├── mariadb_icon_big.png │ │ ├── mariadb_icon_big@2x.png │ │ ├── mysql_icon.png │ │ ├── mysql_icon@2x.png │ │ ├── mysql_icon_big.png │ │ └── mysql_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ ├── MySQLErrorsTest.java │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── mysql │ │ ├── MySQLConstants.java │ │ ├── MySQLDataSourceProvider.java │ │ ├── MySQLServerHome.java │ │ ├── MySQLUtils.java │ │ ├── data │ │ ├── MySQLDateTimeValueHandler.java │ │ ├── MySQLGeometryValueHandler.java │ │ ├── MySQLNumberValueHandler.java │ │ └── MySQLValueHandlerProvider.java │ │ ├── edit │ │ ├── MySQLConstraintManager.java │ │ ├── MySQLDatabaseManager.java │ │ ├── MySQLEventManager.java │ │ ├── MySQLForeignKeyManager.java │ │ ├── MySQLIndexManager.java │ │ ├── MySQLProcedureManager.java │ │ ├── MySQLSequenceManager.java │ │ ├── MySQLTableColumnManager.java │ │ ├── MySQLTableManager.java │ │ ├── MySQLTriggerManager.java │ │ └── MySQLViewManager.java │ │ ├── model │ │ ├── MySQLCatalog.java │ │ ├── MySQLCharset.java │ │ ├── MySQLCollation.java │ │ ├── MySQLDataSource.java │ │ ├── MySQLDataSourceInfo.java │ │ ├── MySQLDialect.java │ │ ├── MySQLEngine.java │ │ ├── MySQLEvent.java │ │ ├── MySQLExecutionContext.java │ │ ├── MySQLGrant.java │ │ ├── MySQLHelpProvider.java │ │ ├── MySQLInformation.java │ │ ├── MySQLInsertReplaceMethod.java │ │ ├── MySQLInsertReplaceMethodIgnore.java │ │ ├── MySQLPackage.java │ │ ├── MySQLParameter.java │ │ ├── MySQLPartition.java │ │ ├── MySQLPlugin.java │ │ ├── MySQLPrivilege.java │ │ ├── MySQLProcedure.java │ │ ├── MySQLProcedureParameter.java │ │ ├── MySQLSequence.java │ │ ├── MySQLSourceObject.java │ │ ├── MySQLStructureAssistant.java │ │ ├── MySQLTable.java │ │ ├── MySQLTableBase.java │ │ ├── MySQLTableColumn.java │ │ ├── MySQLTableConstraint.java │ │ ├── MySQLTableConstraintBase.java │ │ ├── MySQLTableConstraintColumn.java │ │ ├── MySQLTableForeignKey.java │ │ ├── MySQLTableForeignKeyColumn.java │ │ ├── MySQLTableIndex.java │ │ ├── MySQLTableIndexColumn.java │ │ ├── MySQLTrigger.java │ │ ├── MySQLUser.java │ │ ├── MySQLView.java │ │ ├── QueryTransformerFetchAll.java │ │ ├── net │ │ │ └── MySQLSSLHandlerImpl.java │ │ ├── plan │ │ │ ├── MySQLPlanAbstract.java │ │ │ ├── MySQLPlanAnalyser.java │ │ │ ├── MySQLPlanClassic.java │ │ │ ├── MySQLPlanJSON.java │ │ │ ├── MySQLPlanNode.java │ │ │ ├── MySQLPlanNodeJSON.java │ │ │ ├── MySQLPlanNodeJoin.java │ │ │ └── MySQLPlanNodePlain.java │ │ └── session │ │ │ ├── MySQLSession.java │ │ │ └── MySQLSessionManager.java │ │ ├── sql │ │ ├── MySQLDialectAdapterFactory.java │ │ └── MySQLDialectRules.java │ │ └── tasks │ │ ├── MySQLDatabaseExportHandler.java │ │ ├── MySQLDatabaseExportInfo.java │ │ ├── MySQLExportSettings.java │ │ ├── MySQLNativeCredentialsSettings.java │ │ ├── MySQLNativeToolHandler.java │ │ ├── MySQLScriptExecuteHandler.java │ │ ├── MySQLScriptExecuteSettings.java │ │ ├── MySQLTasks.java │ │ ├── MySQLToolTableAnalyze.java │ │ ├── MySQLToolTableAnalyzeSettings.java │ │ ├── MySQLToolTableCheck.java │ │ ├── MySQLToolTableCheckSettings.java │ │ ├── MySQLToolTableOptimize.java │ │ ├── MySQLToolTableOptimizeSettings.java │ │ ├── MySQLToolTableRepair.java │ │ ├── MySQLToolTableRepairSettings.java │ │ ├── MySQLToolTableTruncate.java │ │ ├── MySQLToolTableTruncateSettings.java │ │ └── MySQLToolWithStatus.java ├── org.jkiss.dbeaver.ext.netezza │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── netezza │ │ ├── NetezzaUtils.java │ │ └── model │ │ ├── NetezzaDataSource.java │ │ ├── NetezzaMetaModel.java │ │ └── NetezzaSQLDialect.java ├── org.jkiss.dbeaver.ext.oceanbase.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ └── ob_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── oceanbase │ │ └── ui │ │ ├── internal │ │ ├── Activator.java │ │ ├── OceanbaseMessages.java │ │ └── OceanbaseMessages.properties │ │ └── views │ │ └── OceanbaseConnectionPage.java ├── org.jkiss.dbeaver.ext.oceanbase │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── ob_icon.png │ │ └── ob_icon_big.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── oceanbase │ │ ├── OceanbaseDataSourceProvider.java │ │ ├── data │ │ └── OceanbaseValueHandlerProvider.java │ │ ├── model │ │ ├── auth │ │ │ └── OceanbaseAuthModelDatabaseNative.java │ │ └── plan │ │ │ ├── OceanbasePlanAnalyzer.java │ │ │ ├── OceanbasePlanJSON.java │ │ │ └── OceanbasePlanNodeJSON.java │ │ └── mysql │ │ └── model │ │ ├── OceanbaseMySQLCatalog.java │ │ ├── OceanbaseMySQLDataSource.java │ │ ├── OceanbaseMySQLDatabaseManager.java │ │ ├── OceanbaseMySQLProcedure.java │ │ ├── OceanbaseMySQLView.java │ │ ├── OceanbaseMySQLViewColumn.java │ │ └── OceanbaseTable.java ├── org.jkiss.dbeaver.ext.ocient │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── ocient_icon.png │ │ ├── ocient_icon@2x.png │ │ ├── ocient_icon_big.png │ │ └── ocient_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── ocient │ │ ├── OcientDataSourceProvider.java │ │ └── model │ │ ├── OcientDataSource.java │ │ ├── OcientSQLDialect.java │ │ └── plan │ │ ├── OcientExecutionPlan.java │ │ ├── OcientPlanNode.java │ │ ├── OcientPlanNodeJson.java │ │ └── OcientQueryPlaner.java ├── org.jkiss.dbeaver.ext.opendistro │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── opendistro_icon.png │ │ ├── opendistro_icon@2x.png │ │ ├── opendistro_icon_big.png │ │ └── opendistro_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── opendistro │ │ └── ElasticsearchDataSourceProvider.java ├── org.jkiss.dbeaver.ext.oracle.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── compile.png │ │ ├── job_log.png │ │ ├── oracle_logo.png │ │ ├── run.png │ │ ├── sqldeveloper.png │ │ └── sqldeveloper_big.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── oracle │ │ └── ui │ │ ├── actions │ │ ├── CompileHandler.java │ │ ├── JobRunHandler.java │ │ ├── OracleCompilerDialog.java │ │ ├── OracleTaskHandler.java │ │ └── PackageNavigateHandler.java │ │ ├── config │ │ ├── OracleAuthDatabaseNativeConfigurator.java │ │ ├── OracleAuthOSConfigurator.java │ │ ├── OracleConstraintConfigurator.java │ │ ├── OracleDataTypeConfigurator.java │ │ ├── OracleForeignKeyConfigurator.java │ │ ├── OracleIndexConfigurator.java │ │ ├── OraclePackageConfigurator.java │ │ ├── OracleProcedureConfigurator.java │ │ ├── OracleQueueConfigurator.java │ │ ├── OracleSchemaConfigurator.java │ │ ├── OracleSequenceConfigurator.java │ │ └── OracleTableTriggerConfigurator.java │ │ ├── editors │ │ ├── OracleDDLOptions.java │ │ ├── OracleEditorUtils.java │ │ ├── OracleLockEditor.java │ │ ├── OracleObjectDDLEditor.java │ │ ├── OracleSessionEditor.java │ │ ├── OracleSourceDeclarationEditor.java │ │ ├── OracleSourceDefinitionEditor.java │ │ ├── SchedulerJobActionEditor.java │ │ └── SchedulerJobLogEditor.java │ │ ├── internal │ │ ├── OracleUIActivator.java │ │ ├── OracleUIMessages.java │ │ ├── OracleUIMessages.properties │ │ ├── OracleUIMessages_de.properties │ │ ├── OracleUIMessages_it.properties │ │ ├── OracleUIMessages_ru.properties │ │ └── OracleUIMessages_zh.properties │ │ ├── tools │ │ ├── OracleScriptExecuteWizard.java │ │ ├── OracleScriptExecuteWizardPageSettings.java │ │ ├── OracleTaskConfigurator.java │ │ ├── OracleToolScript.java │ │ ├── maintenance │ │ │ ├── OracleToolGatherStatistics.java │ │ │ ├── OracleToolRefreshMView.java │ │ │ ├── OracleToolTriggerDisable.java │ │ │ ├── OracleToolTriggerEnable.java │ │ │ ├── OracleToolTriggerToggle.java │ │ │ ├── OracleToolTruncate.java │ │ │ └── OracleToolValidateStructure.java │ │ └── sqldeveloper │ │ │ ├── ConfigImportWizardPageSqlDeveloper.java │ │ │ └── ConfigImportWizardSqlDeveloper.java │ │ └── views │ │ ├── OracleConnectionExtraPage.java │ │ ├── OracleConnectionPage.java │ │ └── PrefPageOracle.java ├── org.jkiss.dbeaver.ext.oracle │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── docs │ │ └── dics_tables.txt │ ├── icons │ │ ├── oracle_icon.png │ │ ├── oracle_icon@2x.png │ │ ├── oracle_icon_big.png │ │ ├── oracle_icon_big@2x.png │ │ ├── scheduled_job.png │ │ └── scheduled_program.png │ ├── plugin.xml │ ├── pom.xml │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ └── ext │ │ │ └── oracle │ │ │ ├── OracleDataSourceProvider.java │ │ │ ├── data │ │ │ ├── OracleBFILEValueHandler.java │ │ │ ├── OracleBLOBValueHandler.java │ │ │ ├── OracleBinaryFormatter.java │ │ │ ├── OracleCLOBValueHandler.java │ │ │ ├── OracleContentBFILE.java │ │ │ ├── OracleContentOpaque.java │ │ │ ├── OracleContentXML.java │ │ │ ├── OracleObjectValue.java │ │ │ ├── OracleObjectValueHandler.java │ │ │ ├── OracleRefCursor.java │ │ │ ├── OracleRefCursorValueHandler.java │ │ │ ├── OracleTemporalAccessorValueHandler.java │ │ │ ├── OracleTimestampValueHandler.java │ │ │ ├── OracleValueHandlerProvider.java │ │ │ ├── OracleXMLValueHandler.java │ │ │ ├── OracleXMLWrapper.java │ │ │ └── QueryTransformerRowNum.java │ │ │ ├── edit │ │ │ ├── OracleConstraintManager.java │ │ │ ├── OracleDataTypeManager.java │ │ │ ├── OracleForeignKeyManager.java │ │ │ ├── OracleIndexManager.java │ │ │ ├── OracleMaterializedViewManager.java │ │ │ ├── OraclePackageManager.java │ │ │ ├── OracleProcedureManager.java │ │ │ ├── OracleQueueManager.java │ │ │ ├── OracleSchemaManager.java │ │ │ ├── OracleSequenceManager.java │ │ │ ├── OracleTableColumnManager.java │ │ │ ├── OracleTableManager.java │ │ │ ├── OracleTableTriggerManager.java │ │ │ └── OracleViewManager.java │ │ │ ├── internal │ │ │ ├── OracleActivator.java │ │ │ ├── OracleMessages.java │ │ │ ├── OracleMessages.properties │ │ │ ├── OracleMessages_de.properties │ │ │ ├── OracleMessages_ru.properties │ │ │ └── OraclePreferencesInitializer.java │ │ │ ├── model │ │ │ ├── OracleChangeUserPassword.java │ │ │ ├── OracleConfigurator.java │ │ │ ├── OracleConstants.java │ │ │ ├── OracleDBLink.java │ │ │ ├── OracleDDLFormat.java │ │ │ ├── OracleDataFile.java │ │ │ ├── OracleDataSource.java │ │ │ ├── OracleDataSourceInfo.java │ │ │ ├── OracleDataType.java │ │ │ ├── OracleDataTypeAttribute.java │ │ │ ├── OracleDataTypeMember.java │ │ │ ├── OracleDataTypeMethod.java │ │ │ ├── OracleDataTypeMethodParameter.java │ │ │ ├── OracleDataTypeModifier.java │ │ │ ├── OracleDependency.java │ │ │ ├── OracleDependencyGroup.java │ │ │ ├── OracleDependencyType.java │ │ │ ├── OracleExecutionContext.java │ │ │ ├── OracleGlobalObject.java │ │ │ ├── OracleGrantee.java │ │ │ ├── OracleInsertReplaceMethodIgnore.java │ │ │ ├── OracleJavaClass.java │ │ │ ├── OracleJob.java │ │ │ ├── OracleLazyReference.java │ │ │ ├── OracleMaterializedView.java │ │ │ ├── OracleObject.java │ │ │ ├── OracleObjectAdapter.java │ │ │ ├── OracleObjectPersistAction.java │ │ │ ├── OracleObjectStatus.java │ │ │ ├── OracleObjectType.java │ │ │ ├── OracleObjectValidateAction.java │ │ │ ├── OraclePackage.java │ │ │ ├── OracleParameterMode.java │ │ │ ├── OraclePartitionBase.java │ │ │ ├── OraclePriv.java │ │ │ ├── OraclePrivObject.java │ │ │ ├── OraclePrivRole.java │ │ │ ├── OraclePrivSystem.java │ │ │ ├── OraclePrivTable.java │ │ │ ├── OraclePrivUser.java │ │ │ ├── OracleProcedureArgument.java │ │ │ ├── OracleProcedureBase.java │ │ │ ├── OracleProcedurePackaged.java │ │ │ ├── OracleProcedureStandalone.java │ │ │ ├── OracleQueue.java │ │ │ ├── OracleRecycledObject.java │ │ │ ├── OracleRole.java │ │ │ ├── OracleSQLDialect.java │ │ │ ├── OracleSchedulerJob.java │ │ │ ├── OracleSchedulerJobArgument.java │ │ │ ├── OracleSchedulerProgram.java │ │ │ ├── OracleSchedulerProgramArgument.java │ │ │ ├── OracleSchema.java │ │ │ ├── OracleSchemaObject.java │ │ │ ├── OracleSchemaTrigger.java │ │ │ ├── OracleSegment.java │ │ │ ├── OracleSequence.java │ │ │ ├── OracleSourceType.java │ │ │ ├── OracleStructureAssistant.java │ │ │ ├── OracleSynonym.java │ │ │ ├── OracleTable.java │ │ │ ├── OracleTableBase.java │ │ │ ├── OracleTableColumn.java │ │ │ ├── OracleTableConstraint.java │ │ │ ├── OracleTableConstraintBase.java │ │ │ ├── OracleTableConstraintColumn.java │ │ │ ├── OracleTableForeignKey.java │ │ │ ├── OracleTableForeignKeyColumn.java │ │ │ ├── OracleTableIndex.java │ │ │ ├── OracleTableIndexColumn.java │ │ │ ├── OracleTablePartition.java │ │ │ ├── OracleTablePhysical.java │ │ │ ├── OracleTableTrigger.java │ │ │ ├── OracleTablespace.java │ │ │ ├── OracleTrigger.java │ │ │ ├── OracleTriggerColumn.java │ │ │ ├── OracleUser.java │ │ │ ├── OracleUserProfile.java │ │ │ ├── OracleUtils.java │ │ │ ├── OracleView.java │ │ │ ├── auth │ │ │ │ ├── OracleAuthModelDatabaseNative.java │ │ │ │ ├── OracleAuthOS.java │ │ │ │ └── OracleAuthOSCredentials.java │ │ │ ├── dict │ │ │ │ ├── OracleConnectionRole.java │ │ │ │ ├── OracleConnectionType.java │ │ │ │ ├── OracleLanguage.java │ │ │ │ └── OracleTerritory.java │ │ │ ├── lock │ │ │ │ ├── OracleLock.java │ │ │ │ ├── OracleLockItem.java │ │ │ │ └── OracleLockManager.java │ │ │ ├── plan │ │ │ │ ├── OracleExecutionPlan.java │ │ │ │ ├── OraclePlanNode.java │ │ │ │ └── OracleQueryPlanner.java │ │ │ ├── session │ │ │ │ ├── OracleServerExecutePlan.java │ │ │ │ ├── OracleServerLongOp.java │ │ │ │ ├── OracleServerSession.java │ │ │ │ └── OracleServerSessionManager.java │ │ │ └── source │ │ │ │ ├── OracleSourceObject.java │ │ │ │ └── OracleStatefulObject.java │ │ │ ├── oci │ │ │ ├── OCIClassLoader.java │ │ │ ├── OCIUtils.java │ │ │ └── OracleHomeDescriptor.java │ │ │ ├── sql │ │ │ ├── OracleDialectAdapterFactory.java │ │ │ └── OracleDialectRules.java │ │ │ └── tasks │ │ │ ├── OracleScriptExecuteHandler.java │ │ │ ├── OracleScriptExecuteSettings.java │ │ │ ├── OracleTasks.java │ │ │ ├── OracleToolIndexGatherStatistics.java │ │ │ ├── OracleToolIndexGatherStatisticsSettings.java │ │ │ ├── OracleToolMViewRefresh.java │ │ │ ├── OracleToolMViewRefreshSettings.java │ │ │ ├── OracleToolTableGatherStatisticsSettings.java │ │ │ ├── OracleToolTableTriggerDisable.java │ │ │ ├── OracleToolTableTriggerEnable.java │ │ │ ├── OracleToolTableTriggerSettings.java │ │ │ ├── OracleToolTableTruncate.java │ │ │ ├── OracleToolTableTruncateSettings.java │ │ │ ├── OracleToolTableValidateStructure.java │ │ │ ├── OracleToolTableValidateStructureSettings.java │ │ │ └── OracleToolsTableGatherStatistics.java │ └── templates │ │ ├── oracle-templates.properties │ │ └── oracle-templates.xml ├── org.jkiss.dbeaver.ext.phoenix │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── phoenix │ │ ├── PhoenixUtils.java │ │ └── model │ │ ├── PhoenixDataSource.java │ │ ├── PhoenixMetaModel.java │ │ ├── PhoenixSQLDialect.java │ │ └── data │ │ ├── PhoenixArrayValueHandler.java │ │ └── PhoenixValueHandlerProvider.java ├── org.jkiss.dbeaver.ext.postgresql.debug.core │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── postgresql │ │ └── debug │ │ ├── PostgreDebugConstants.java │ │ ├── core │ │ └── PostgreSqlDebugCore.java │ │ └── internal │ │ ├── PostgreBreakpointAdapterFactory.java │ │ ├── PostgreDebugAdapterFactory.java │ │ ├── PostgreDebugCoreMessages.java │ │ ├── PostgreDebugCoreMessages.properties │ │ ├── PostgreDebugCoreMessages_de.properties │ │ ├── PostgreResolver.java │ │ ├── console │ │ └── Debugger.java │ │ └── impl │ │ ├── PostgreDebugAttachKind.java │ │ ├── PostgreDebugBreakpointDescriptor.java │ │ ├── PostgreDebugController.java │ │ ├── PostgreDebugControllerFactory.java │ │ ├── PostgreDebugObjectDescriptor.java │ │ ├── PostgreDebugSession.java │ │ ├── PostgreDebugSessionInfo.java │ │ ├── PostgreDebugStackFrame.java │ │ └── PostgreDebugVariable.java ├── org.jkiss.dbeaver.ext.postgresql.debug.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── postgresql │ │ └── debug │ │ └── ui │ │ └── internal │ │ ├── PostgreDebugObjectAdapterFactory.java │ │ ├── PostgreDebugPanelFunction.java │ │ ├── PostgreDebugUIAdapterFactory.java │ │ └── PostgreSourceEditorAdvisor.java ├── org.jkiss.dbeaver.ext.postgresql.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── postgresql │ │ ├── PostgreMessages.java │ │ ├── PostgreUIActivator.java │ │ ├── PostgresResources.properties │ │ ├── PostgresResources_de.properties │ │ ├── PostgresResources_ru.properties │ │ ├── PostgresResources_zh.properties │ │ ├── tools │ │ ├── PostgreBackupWizard.java │ │ ├── PostgreBackupWizardPageObjects.java │ │ ├── PostgreBackupWizardPageSettings.java │ │ ├── PostgreRestoreWizard.java │ │ ├── PostgreRestoreWizardPageSettings.java │ │ ├── PostgreScriptExecuteWizard.java │ │ ├── PostgreScriptExecuteWizardPageSettings.java │ │ ├── PostgreTaskConfigurator.java │ │ ├── PostgreToolBackup.java │ │ ├── PostgreToolRestore.java │ │ ├── PostgreToolScript.java │ │ ├── PostgreToolWizardPageSettings.java │ │ ├── fdw │ │ │ ├── PostgreFDWConfigTool.java │ │ │ ├── PostgreFDWConfigWizard.java │ │ │ ├── PostgreFDWConfigWizardPageConfig.java │ │ │ ├── PostgreFDWConfigWizardPageFinal.java │ │ │ └── PostgreFDWConfigWizardPageInput.java │ │ └── maintenance │ │ │ ├── PostgreToolAnalyze.java │ │ │ ├── PostgreToolRefreshMView.java │ │ │ ├── PostgreToolTriggerDisable.java │ │ │ ├── PostgreToolTriggerEnable.java │ │ │ ├── PostgreToolTriggerToggle.java │ │ │ ├── PostgreToolTruncate.java │ │ │ └── PostgreToolVacuum.java │ │ └── ui │ │ ├── PostgreAuthPgPassConfigurator.java │ │ ├── PostgreConnectionPage.java │ │ ├── PostgreConnectionPageAdvanced.java │ │ ├── PostgreCreateDatabaseDialog.java │ │ ├── PostgreCreateExtensionDialog.java │ │ ├── PostgreCreateRoleDialog.java │ │ ├── PostgreCreateSchemaDialog.java │ │ ├── PostgreCreateTablespaceDialog.java │ │ ├── PostgreSSLConfigurator.java │ │ ├── PrefPagePostgreSQL.java │ │ ├── config │ │ ├── PostgreConstraintConfigurator.java │ │ ├── PostgreDatabaseConfigurator.java │ │ ├── PostgreEnumValueManager.java │ │ ├── PostgreExplainPlanConfigurator.java │ │ ├── PostgreExtensionConfigurator.java │ │ ├── PostgreForeignKeyConfigurator.java │ │ ├── PostgreIndexConfigurator.java │ │ ├── PostgreProcedureConfigurator.java │ │ ├── PostgreRoleConfigurator.java │ │ ├── PostgreSchemaConfigurator.java │ │ ├── PostgreSequenceConfigurator.java │ │ ├── PostgreTablespaceConfigurator.java │ │ └── PostgreTriggerConfigurator.java │ │ └── editors │ │ ├── PostgreLockEditor.java │ │ ├── PostgreSessionEditor.java │ │ ├── PostgreSourceViewEditor.java │ │ └── PostgresRolePrivilegesEditor.java ├── org.jkiss.dbeaver.ext.postgresql │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── cockroach_icon.png │ │ ├── cockroach_icon@2x.png │ │ ├── cockroach_icon_big.png │ │ ├── cockroach_icon_big@2x.png │ │ ├── cockroach_logo.png │ │ ├── edb_icon.png │ │ ├── edb_icon@2x.png │ │ ├── edb_icon_big.png │ │ ├── edb_icon_big@2x.png │ │ ├── edb_logo.png │ │ ├── google_cloud_sql_icon.png │ │ ├── google_cloud_sql_icon@2x.png │ │ ├── google_cloud_sql_icon_big.png │ │ ├── google_cloud_sql_icon_big@2x.png │ │ ├── google_cloud_sql_logo.png │ │ ├── postgresql_icon.png │ │ ├── postgresql_icon@2x.png │ │ ├── postgresql_icon_big.png │ │ ├── postgresql_icon_big@2x.png │ │ ├── postgresql_logo.png │ │ ├── redshift_icon.png │ │ ├── redshift_icon@2x.png │ │ ├── redshift_icon_big.png │ │ ├── redshift_icon_big@2x.png │ │ ├── redshift_logo.png │ │ ├── timescale_icon.png │ │ ├── timescale_icon@2x.png │ │ ├── timescale_icon_big.png │ │ ├── timescale_icon_big@2x.png │ │ ├── timescale_logo.png │ │ ├── yellowbrick_icon.png │ │ ├── yellowbrick_icon@2x.png │ │ ├── yellowbrick_icon_big.png │ │ ├── yellowbrick_icon_big@2x.png │ │ ├── yellowbrick_logo.png │ │ ├── yugabyte_icon.png │ │ ├── yugabyte_icon@2x.png │ │ ├── yugabyte_icon_big.png │ │ ├── yugabyte_icon_big@2x.png │ │ └── yugabyte_logo.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.postgresql.fdw.config.exsd │ │ └── org.jkiss.dbeaver.postgresql.serverType.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── postgresql │ │ ├── PostgreConstants.java │ │ ├── PostgreDataSourceProvider.java │ │ ├── PostgreServerHome.java │ │ ├── PostgreUtils.java │ │ ├── PostgreValueParser.java │ │ ├── edit │ │ ├── PostgreCommandGrantPrivilege.java │ │ ├── PostgreConstraintManager.java │ │ ├── PostgreDataTypeManager.java │ │ ├── PostgreDatabaseManager.java │ │ ├── PostgreExtensionManager.java │ │ ├── PostgreForeignKeyManager.java │ │ ├── PostgreForeignServerManager.java │ │ ├── PostgreForeignTableManager.java │ │ ├── PostgreIndexManager.java │ │ ├── PostgreMViewManager.java │ │ ├── PostgrePartitionManager.java │ │ ├── PostgreProcedureManager.java │ │ ├── PostgreRoleManager.java │ │ ├── PostgreSchemaManager.java │ │ ├── PostgreSequenceManager.java │ │ ├── PostgreTableColumnManager.java │ │ ├── PostgreTableManager.java │ │ ├── PostgreTableManagerBase.java │ │ ├── PostgreTablespaceManager.java │ │ ├── PostgreTriggerManager.java │ │ └── PostgreViewManager.java │ │ ├── model │ │ ├── AuthModelPgPass.java │ │ ├── AuthModelPgPassCredentials.java │ │ ├── PostgreAccessMethod.java │ │ ├── PostgreAggregate.java │ │ ├── PostgreAttribute.java │ │ ├── PostgreAttributeIdentity.java │ │ ├── PostgreAvailableExtension.java │ │ ├── PostgreCharset.java │ │ ├── PostgreClass.java │ │ ├── PostgreCollation.java │ │ ├── PostgreDataSource.java │ │ ├── PostgreDataSourceInfo.java │ │ ├── PostgreDataType.java │ │ ├── PostgreDataTypeAttribute.java │ │ ├── PostgreDataTypeCache.java │ │ ├── PostgreDatabase.java │ │ ├── PostgreDependency.java │ │ ├── PostgreDialect.java │ │ ├── PostgreExecutionContext.java │ │ ├── PostgreExtension.java │ │ ├── PostgreForeignDataWrapper.java │ │ ├── PostgreForeignServer.java │ │ ├── PostgreGenericDataSource.java │ │ ├── PostgreGenericTrigger.java │ │ ├── PostgreGenericTypeCache.java │ │ ├── PostgreIndex.java │ │ ├── PostgreIndexColumn.java │ │ ├── PostgreInformation.java │ │ ├── PostgreInsertReplaceMethod.java │ │ ├── PostgreInsertReplaceMethodIgnore.java │ │ ├── PostgreLanguage.java │ │ ├── PostgreMaterializedView.java │ │ ├── PostgreObject.java │ │ ├── PostgreObjectPrivilege.java │ │ ├── PostgreOid.java │ │ ├── PostgreOperatorClass.java │ │ ├── PostgreOperatorFamily.java │ │ ├── PostgrePrivilege.java │ │ ├── PostgrePrivilegeGrant.java │ │ ├── PostgrePrivilegeOwner.java │ │ ├── PostgrePrivilegeType.java │ │ ├── PostgreProcedure.java │ │ ├── PostgreProcedureKind.java │ │ ├── PostgreProcedureParameter.java │ │ ├── PostgreRole.java │ │ ├── PostgreRoleMember.java │ │ ├── PostgreRolePrivilege.java │ │ ├── PostgreRule.java │ │ ├── PostgreSchema.java │ │ ├── PostgreScriptObject.java │ │ ├── PostgreSequence.java │ │ ├── PostgreServerExtension.java │ │ ├── PostgreSetting.java │ │ ├── PostgreStructureAssistant.java │ │ ├── PostgreTable.java │ │ ├── PostgreTableBase.java │ │ ├── PostgreTableColumn.java │ │ ├── PostgreTableConstraint.java │ │ ├── PostgreTableConstraintBase.java │ │ ├── PostgreTableConstraintColumn.java │ │ ├── PostgreTableContainer.java │ │ ├── PostgreTableForeign.java │ │ ├── PostgreTableForeignKey.java │ │ ├── PostgreTableForeignKeyColumn.java │ │ ├── PostgreTableInheritance.java │ │ ├── PostgreTablePartition.java │ │ ├── PostgreTablePersistence.java │ │ ├── PostgreTableReal.java │ │ ├── PostgreTableRegular.java │ │ ├── PostgreTablespace.java │ │ ├── PostgreTrigger.java │ │ ├── PostgreTriggerType.java │ │ ├── PostgreTypeAlign.java │ │ ├── PostgreTypeCategory.java │ │ ├── PostgreTypeStorage.java │ │ ├── PostgreTypeType.java │ │ ├── PostgreUserMapping.java │ │ ├── PostgreView.java │ │ ├── PostgreViewBase.java │ │ ├── PostgresUserChangePassword.java │ │ ├── QueryTransformerFetchAll.java │ │ ├── data │ │ │ ├── PostgreArrayValueHandler.java │ │ │ ├── PostgreBinaryFormatter.java │ │ │ ├── PostgreBitStringValueHandler.java │ │ │ ├── PostgreContentJSON.java │ │ │ ├── PostgreDateTimeValueHandler.java │ │ │ ├── PostgreGeometryValueHandler.java │ │ │ ├── PostgreHStoreValueHandler.java │ │ │ ├── PostgreIntervalValueHandler.java │ │ │ ├── PostgreJSONValueHandler.java │ │ │ ├── PostgreMoneyValueHandler.java │ │ │ ├── PostgreRefCursor.java │ │ │ ├── PostgreRefCursorValueHandler.java │ │ │ ├── PostgreStringValueHandler.java │ │ │ ├── PostgreStructValueHandler.java │ │ │ ├── PostgreTemporalAccessorValueHandler.java │ │ │ ├── PostgreValueHandlerProvider.java │ │ │ └── type │ │ │ │ ├── PostgreEmptyTypeHandler.java │ │ │ │ ├── PostgreGeometryTypeHandler.java │ │ │ │ ├── PostgreIntervalTypeHandler.java │ │ │ │ ├── PostgreNumericTypeHandler.java │ │ │ │ ├── PostgreStringTypeHandler.java │ │ │ │ ├── PostgreTimeTypeHandler.java │ │ │ │ ├── PostgreTypeHandler.java │ │ │ │ └── PostgreTypeHandlerProvider.java │ │ ├── fdw │ │ │ ├── FDWConfigDescriptor.java │ │ │ └── FDWConfigRegistry.java │ │ ├── generic │ │ │ ├── PostgreGenericQueryPlaner.java │ │ │ └── PostgreMetaModel.java │ │ ├── impls │ │ │ ├── PostgreServerCockroachDB.java │ │ │ ├── PostgreServerEdb.java │ │ │ ├── PostgreServerExtensionBase.java │ │ │ ├── PostgreServerGCloud.java │ │ │ ├── PostgreServerPostgreSQL.java │ │ │ ├── PostgreServerTimescale.java │ │ │ ├── PostgreServerType.java │ │ │ ├── PostgreServerTypeRegistry.java │ │ │ ├── PostgreServerYugabyteDB.java │ │ │ ├── redshift │ │ │ │ ├── PostgreServerRedshift.java │ │ │ │ ├── RedshiftDataType.java │ │ │ │ ├── RedshiftExternalSchema.java │ │ │ │ ├── RedshiftExternalTable.java │ │ │ │ ├── RedshiftExternalTableColumn.java │ │ │ │ ├── RedshiftGeometryValueHandler.java │ │ │ │ ├── RedshiftQueries.java │ │ │ │ ├── RedshiftSchema.java │ │ │ │ ├── RedshiftTable.java │ │ │ │ ├── RedshiftTableColumn.java │ │ │ │ └── RedshiftView.java │ │ │ └── yellowbrick │ │ │ │ ├── PostgreServerYellowBrick.java │ │ │ │ └── YellowBrickUtils.java │ │ ├── jdbc │ │ │ ├── PostgreJdbcFactory.java │ │ │ └── PostgreResultSetMetaDataImpl.java │ │ ├── lock │ │ │ ├── PostgreLock.java │ │ │ ├── PostgreLockItem.java │ │ │ └── PostgreLockManager.java │ │ ├── net │ │ │ └── PostgreSSLHandlerImpl.java │ │ ├── plan │ │ │ ├── PostgreExecutionPlan.java │ │ │ ├── PostgrePlanNodeBase.java │ │ │ ├── PostgrePlanNodeExternal.java │ │ │ ├── PostgrePlanNodeText.java │ │ │ ├── PostgrePlanNodeXML.java │ │ │ └── PostgreQueryPlaner.java │ │ └── session │ │ │ ├── PostgreSession.java │ │ │ └── PostgreSessionManager.java │ │ ├── sql │ │ └── PostgreEscapeStringRule.java │ │ └── tasks │ │ ├── PostgreBackupRestoreSettings.java │ │ ├── PostgreDatabaseBackupHandler.java │ │ ├── PostgreDatabaseBackupInfo.java │ │ ├── PostgreDatabaseBackupRestoreInfo.java │ │ ├── PostgreDatabaseBackupSettings.java │ │ ├── PostgreDatabaseRestoreHandler.java │ │ ├── PostgreDatabaseRestoreInfo.java │ │ ├── PostgreDatabaseRestoreSettings.java │ │ ├── PostgreNativeToolHandler.java │ │ ├── PostgreSQLTasks.java │ │ ├── PostgreScriptExecuteHandler.java │ │ ├── PostgreScriptExecuteSettings.java │ │ ├── PostgreToolBaseAnalyze.java │ │ ├── PostgreToolBaseAnalyzeSettings.java │ │ ├── PostgreToolBaseVacuum.java │ │ ├── PostgreToolBaseVacuumSettings.java │ │ ├── PostgreToolMViewRefresh.java │ │ ├── PostgreToolMViewRefreshSettings.java │ │ ├── PostgreToolTableTriggerDisable.java │ │ ├── PostgreToolTableTriggerEnable.java │ │ ├── PostgreToolTableTriggerSettings.java │ │ ├── PostgreToolTableTruncate.java │ │ ├── PostgreToolTableTruncateSettings.java │ │ ├── PostgreToolWithStatus.java │ │ ├── PostgreVersionValidator12.java │ │ └── PostgreVersionValidator9and6.java ├── org.jkiss.dbeaver.ext.sample.database │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── data │ │ ├── Chinook.db │ │ └── README │ ├── icons │ │ └── sqlite.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── sample │ │ └── database │ │ ├── SampleDatabaseHandler.java │ │ ├── SampleDatabaseMessages.java │ │ ├── SampleDatabaseResources.properties │ │ ├── SampleDatabaseResources_ru.properties │ │ └── WorkbenchInitializerCreateSampleDatabase.java ├── org.jkiss.dbeaver.ext.snowflake.core │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── snowflake_icon.png │ │ ├── snowflake_icon@2x.png │ │ ├── snowflake_icon_big.png │ │ └── snowflake_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── snowflake │ │ ├── SnowflakeConstants.java │ │ ├── SnowflakeDataSourceProvider.java │ │ ├── internal │ │ ├── SnowflakeActivator.java │ │ └── SnowflakePreferencesInitializer.java │ │ └── model │ │ ├── SnowflakeChangeUserPassword.java │ │ ├── SnowflakeDataSource.java │ │ ├── SnowflakeExecutionContext.java │ │ ├── SnowflakeMetaModel.java │ │ └── SnowflakeSQLDialect.java ├── org.jkiss.dbeaver.ext.snowflake.ui │ ├── LICENSE.txt │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── icons │ │ └── snowflake_logo.png │ ├── plugin.properties │ ├── plugin.xml │ ├── plugin_ru.properties │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── snowflake │ │ ├── SnowflakeUIActivator.java │ │ └── views │ │ ├── SnowflakeConnectionPage.java │ │ ├── SnowflakeConnectionPageAdvanced.java │ │ ├── SnowflakeMessages.java │ │ ├── SnowflakeResources.properties │ │ └── SnowflakeResources_ru.properties ├── org.jkiss.dbeaver.ext.spanner.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ └── spanner_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── spanner │ │ └── ui │ │ ├── SpannerActivator.java │ │ ├── internal │ │ ├── SpannerMessages.java │ │ ├── messages.properties │ │ ├── messages_de.properties │ │ └── messages_ru.properties │ │ └── views │ │ └── SpannerConnectionPage.java ├── org.jkiss.dbeaver.ext.spanner │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── icons │ │ ├── database.png │ │ ├── database@2x.png │ │ ├── spanner_icon.png │ │ ├── spanner_icon@2x.png │ │ ├── spanner_icon_big.png │ │ ├── spanner_icon_big@2x.png │ │ └── spanner_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── spanner │ │ ├── SpannerDataSourceProvider.java │ │ └── model │ │ ├── SpannerConstants.java │ │ ├── SpannerDataSource.java │ │ ├── SpannerMetaModel.java │ │ └── SpannerSQLDialect.java ├── org.jkiss.dbeaver.ext.sqlite.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── sqlite │ │ └── ui │ │ ├── SQLiteUIActivator.java │ │ └── data │ │ └── manager │ │ └── SQLiteValueManager.java ├── org.jkiss.dbeaver.ext.sqlite │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── sqlite │ │ ├── SQLiteUtils.java │ │ ├── edit │ │ ├── SQLiteTableColumnManager.java │ │ └── SQLiteTableManager.java │ │ └── model │ │ ├── SQLiteAffinity.java │ │ ├── SQLiteDataSource.java │ │ ├── SQLiteDataSourceProvider.java │ │ ├── SQLiteDataType.java │ │ ├── SQLiteDataTypeCache.java │ │ ├── SQLiteInsertReplaceMethod.java │ │ ├── SQLiteInsertReplaceMethodIgnore.java │ │ ├── SQLiteMetaModel.java │ │ ├── SQLiteObjectType.java │ │ ├── SQLiteSQLDialect.java │ │ ├── SQLiteStorageClass.java │ │ ├── SQLiteTable.java │ │ ├── SQLiteTableColumn.java │ │ ├── SQLiteView.java │ │ └── data │ │ ├── SQLiteGeometryValueHandler.java │ │ ├── SQLiteValueHandler.java │ │ └── SQLiteValueHandlerProvider.java ├── org.jkiss.dbeaver.ext.teradata │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_ru.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── teradata │ │ ├── TeradataUtils.java │ │ └── model │ │ ├── TeradataMetaModel.java │ │ ├── TeradataSQLDialect.java │ │ ├── TeradataTable.java │ │ └── TeradataTrigger.java ├── org.jkiss.dbeaver.ext.turbographpp.graph │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── lib │ │ ├── JavaFX-Graphvisualizer-1.0.jar │ │ ├── JavaFXSmartGraph-0.9.4.jar │ │ ├── javafx-swt.jar │ │ └── javafx │ │ │ ├── javafx-swt.jar │ │ │ ├── javafx.base.jar │ │ │ ├── javafx.controls.jar │ │ │ └── javafx.graphics.jar │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── turbographpp │ │ └── graph │ │ ├── DesignBox.java │ │ ├── FXGraph.java │ │ ├── GraphBase.java │ │ ├── GraphBrowser.java │ │ ├── MiniMap.java │ │ ├── MoveBox.java │ │ ├── ShortestGuideBox.java │ │ ├── ValueBox.java │ │ ├── ZoomManager.java │ │ ├── chart │ │ ├── CalculateStep.java │ │ ├── GetChartInfoAllJob.java │ │ ├── GetChartInfoInGraphJob.java │ │ ├── GetChartInfoQueryJob.java │ │ └── GraphChart.java │ │ ├── data │ │ ├── CypherEdge.java │ │ ├── CypherNode.java │ │ ├── DataRowID.java │ │ ├── DeleteGraphElement.java │ │ ├── DisplayType.java │ │ ├── GraphDataModel.java │ │ └── NodesEdges.java │ │ ├── dialog │ │ └── CSVDialog.java │ │ ├── graphfx │ │ ├── containers │ │ │ ├── ContentResizerPane.java │ │ │ ├── ContentZoomPane.java │ │ │ └── SmartGraphDemoContainer.java │ │ ├── graph │ │ │ ├── AbstractPriorityQueue.java │ │ │ ├── AdaptablePriorityQueue.java │ │ │ ├── DefaultComparator.java │ │ │ ├── Entry.java │ │ │ ├── FxEdge.java │ │ │ ├── Graph.java │ │ │ ├── HeapAdaptablePriorityQueue.java │ │ │ ├── HeapPriorityQueue.java │ │ │ ├── InvalidEdgeException.java │ │ │ ├── InvalidVertexException.java │ │ │ ├── PriorityQueue.java │ │ │ ├── TurboGraphList.java │ │ │ └── Vertex.java │ │ ├── graphalgorithms │ │ │ └── ShortestPath.java │ │ └── graphview │ │ │ ├── SmartArrow.java │ │ │ ├── SmartGraphEdge.java │ │ │ ├── SmartGraphEdgeBase.java │ │ │ ├── SmartGraphEdgeCurve.java │ │ │ ├── SmartGraphEdgeCurveSelf.java │ │ │ ├── SmartGraphEdgeLine.java │ │ │ ├── SmartGraphPanel.java │ │ │ ├── SmartGraphProperties.java │ │ │ ├── SmartGraphVertex.java │ │ │ ├── SmartGraphVertexNode.java │ │ │ ├── SmartLabel.java │ │ │ ├── SmartLabelSource.java │ │ │ ├── SmartLabelledNode.java │ │ │ ├── SmartStylableNode.java │ │ │ ├── SmartStyleProxy.java │ │ │ ├── UtilitiesBindings.java │ │ │ ├── UtilitiesJavaFX.java │ │ │ ├── UtilitiesPoint2D.java │ │ │ ├── layout │ │ │ ├── SmartCircularGroupPlacementStrategy.java │ │ │ ├── SmartCircularSortedPlacementStrategy.java │ │ │ ├── SmartGridPlacementStrategy.java │ │ │ ├── SmartHorizotalTreePlacementStrategy.java │ │ │ ├── SmartPlacementStrategy.java │ │ │ ├── SmartRandomPlacementStrategy.java │ │ │ └── SmartVerticalTreePlacementStrategy.java │ │ │ └── type │ │ │ └── DoublePoint.java │ │ ├── internal │ │ ├── GraphMessages.java │ │ ├── GraphResources.properties │ │ └── GraphResources_ko.properties │ │ └── utils │ │ ├── ExportCSV.java │ │ └── SendHttp.java ├── org.jkiss.dbeaver.ext.turbographpp.javafx │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ └── pom.xml ├── org.jkiss.dbeaver.ext.turbographpp.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_ko.properties │ ├── build.properties │ ├── icons │ │ └── turbo_plus_plus_logo.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── turbographpp │ │ └── ui │ │ ├── TurboGraphPPUIActivator.java │ │ ├── internal │ │ ├── TurboGraphPPUIMessages.java │ │ ├── TurboGraphPPUIMessages.properties │ │ └── TurboGraphPPUIMessages_ko.properties │ │ └── views │ │ ├── TurboGraphPPPlanViewProvider.java │ │ ├── TurboGraphPlanText.java │ │ └── VisualizationPresentation.java ├── org.jkiss.dbeaver.ext.turbographpp │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_ko.properties │ ├── build.properties │ ├── icons │ │ ├── associations.png │ │ ├── classes.png │ │ ├── namespace.png │ │ ├── neo4j_icon.png │ │ ├── neo4j_icon@2x.png │ │ ├── neo4j_icon_big.png │ │ ├── neo4j_icon_big@2x.png │ │ ├── ovr_abstract.png │ │ ├── ovr_final.png │ │ ├── turbograph_16.png │ │ ├── turbograph_16@2x.png │ │ ├── turbograph_64.png │ │ └── turbograph_64@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ └── ext │ │ │ └── turbographpp │ │ │ ├── TurboGraphPPDataSourceProvider.java │ │ │ ├── edit │ │ │ ├── TurboGraphPPTableColumnManager.java │ │ │ ├── TurboGraphPPTableManager.java │ │ │ └── TurboGraphPPViewManager.java │ │ │ └── model │ │ │ ├── Neo4jEdge.java │ │ │ ├── Neo4jProperty.java │ │ │ ├── TurboGraphPPDataSource.java │ │ │ ├── TurboGraphPPDataSourceInfo.java │ │ │ ├── TurboGraphPPTable.java │ │ │ ├── TurboGraphPPTableColumn.java │ │ │ ├── TurboGraphPPView.java │ │ │ ├── TurboPPSQLDialect.java │ │ │ ├── meta │ │ │ └── TurboGraphPPMetaModel.java │ │ │ └── plan │ │ │ ├── TurboGraphPPExecutionPlan.java │ │ │ ├── TurboGraphPPPlanAnalyser.java │ │ │ ├── TurboGraphPPPlanNodePlain.java │ │ │ └── TurboGraphPPStatementProxy.java │ └── templates │ │ ├── turbographpp-templates.properties │ │ └── turbographpp-templates.xml ├── org.jkiss.dbeaver.ext.ui.colortheme │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── mappings │ │ └── org.jkiss.dbeaver.xml │ ├── plugin.xml │ └── pom.xml ├── org.jkiss.dbeaver.ext.ui.locks │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── ui │ │ └── locks │ │ ├── LocksUIMessages.java │ │ ├── LocksUIResources.properties │ │ ├── LocksUIResources_ru.properties │ │ ├── edit │ │ └── AbstractLockEditor.java │ │ ├── graph │ │ ├── LockGraphConnectionAnchor.java │ │ ├── LockGraphConnectionEditPolicy.java │ │ ├── LockGraphEdgeEditPart.java │ │ ├── LockGraphEditPart.java │ │ ├── LockGraphEditPartFactory.java │ │ ├── LockGraphNodeEditPart.java │ │ ├── LockGraphNodeFigure.java │ │ ├── LockGraphXYLayoutEditPolicy.java │ │ └── LockGraphicalView.java │ │ ├── manage │ │ └── LockManagerViewer.java │ │ └── table │ │ ├── LockTable.java │ │ └── LockTableDetail.java ├── org.jkiss.dbeaver.ext.ui.svg │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── ui │ │ └── svg │ │ ├── ERDExportSVG.java │ │ ├── GdiFont.java │ │ ├── GraphicsToGraphics2DAdaptor.java │ │ └── ImageConverter.java ├── org.jkiss.dbeaver.ext.ui.tipoftheday │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── nl │ │ └── en │ │ │ └── tips.xml │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── ui │ │ └── tipoftheday │ │ ├── ShowTipOfTheDayDialog.java │ │ ├── ShowTipOfTheDayHandler.java │ │ ├── TipOfTheDayInitializer.java │ │ └── TipsXmlHandler.java ├── org.jkiss.dbeaver.ext.vertica.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ └── bundle_pt_BR.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── vertica │ │ └── ui │ │ └── config │ │ └── VerticaSequenceConfigurator.java ├── org.jkiss.dbeaver.ext.vertica │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── vertica_icon.png │ │ ├── vertica_icon@2x.png │ │ ├── vertica_icon_big.png │ │ └── vertica_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── vertica │ │ ├── VerticaConstants.java │ │ ├── VerticaDataSourceProvider.java │ │ ├── VerticaUtils.java │ │ ├── edit │ │ ├── VerticaConstraintManager.java │ │ ├── VerticaFlexTableManager.java │ │ ├── VerticaProjectionColumnManager.java │ │ ├── VerticaSequenceManager.java │ │ └── VerticaTableColumnManager.java │ │ └── model │ │ ├── QueryTransformerLimitVertica.java │ │ ├── VerticaChangeUserPassword.java │ │ ├── VerticaConstraint.java │ │ ├── VerticaDataSource.java │ │ ├── VerticaFlexTable.java │ │ ├── VerticaMetaModel.java │ │ ├── VerticaNode.java │ │ ├── VerticaObjectType.java │ │ ├── VerticaProjection.java │ │ ├── VerticaProjectionColumn.java │ │ ├── VerticaSQLDialect.java │ │ ├── VerticaSchema.java │ │ ├── VerticaSequence.java │ │ ├── VerticaStructureAssistant.java │ │ ├── VerticaSystemTable.java │ │ ├── VerticaTable.java │ │ ├── VerticaTableColumn.java │ │ ├── VerticaUDF.java │ │ └── VerticaView.java ├── org.jkiss.dbeaver.ext.wmi │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── associations.png │ │ ├── classes.png │ │ ├── namespace.png │ │ ├── ovr_abstract.png │ │ ├── ovr_final.png │ │ ├── wmi_icon.png │ │ ├── wmi_icon@2x.png │ │ ├── wmi_icon_big.png │ │ └── wmi_icon_big@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ext │ │ └── wmi │ │ ├── Activator.java │ │ ├── WMIDataSourceProvider.java │ │ ├── WMIMessages.java │ │ ├── WMIMessages.properties │ │ ├── WMIMessages_ru.properties │ │ ├── edit │ │ └── WMINamespaceManager.java │ │ ├── model │ │ ├── WMIClass.java │ │ ├── WMIClassAttribute.java │ │ ├── WMIClassConstraint.java │ │ ├── WMIClassElement.java │ │ ├── WMIClassInheritance.java │ │ ├── WMIClassMethod.java │ │ ├── WMIClassReference.java │ │ ├── WMIContainer.java │ │ ├── WMIDataSource.java │ │ ├── WMIDataSourceInfo.java │ │ ├── WMIDialect.java │ │ ├── WMINamespace.java │ │ ├── WMIObjectCollectorSink.java │ │ ├── WMIPropertySource.java │ │ ├── WMIResultSet.java │ │ ├── WMISession.java │ │ ├── WMIStatement.java │ │ ├── WMIValueHandlerProvider.java │ │ └── WMIValueMeta.java │ │ └── views │ │ └── WMIConnectionPage.java ├── org.jkiss.dbeaver.headless │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── headless │ │ ├── DBeaverHeadlessApplication.java │ │ ├── DBeaverTestActivator.java │ │ ├── DBeaverTestPlatform.java │ │ ├── DBeaverTestPlatformAdapterFactory.java │ │ ├── DBeaverTestPlatformUI.java │ │ ├── DBeaverTestWorkspace.java │ │ └── TestResourceHandler.java ├── org.jkiss.dbeaver.intro │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── images │ │ ├── home.gif │ │ ├── mylyn-overview-small.gif │ │ ├── mylyn-overview.gif │ │ ├── next.gif │ │ ├── prev.gif │ │ └── topiclabel │ │ │ ├── ov_legend48.gif │ │ │ ├── ov_legend48_hov.gif │ │ │ ├── ov_mylyn48.gif │ │ │ ├── ov_mylyn48_hov.gif │ │ │ ├── tu_query48.gif │ │ │ ├── tu_query48_hov.gif │ │ │ ├── tu_task48.gif │ │ │ ├── tu_task48_hov.gif │ │ │ ├── wn_mylyn48.gif │ │ │ └── wn_mylyn48_hov.gif │ ├── intro │ │ ├── css │ │ │ ├── overview.css │ │ │ ├── overview.properties │ │ │ ├── tutorials.css │ │ │ ├── tutorials.properties │ │ │ ├── whatsnew.css │ │ │ └── whatsnew.properties │ │ ├── overviewExtensionContent.xml │ │ ├── tutorialsExtensionContent.xml │ │ └── whatsnewExtensionContent.xml │ ├── plugin.properties │ ├── plugin.xml │ └── pom.xml ├── org.jkiss.dbeaver.lang │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── lang │ │ ├── SCMCompositeNode.java │ │ ├── SCMContextParser.java │ │ ├── SCMGroupNode.java │ │ ├── SCMKeyword.java │ │ ├── SCMKeywordToken.java │ │ ├── SCMLeafNode.java │ │ ├── SCMNode.java │ │ ├── SCMRoot.java │ │ ├── SCMSourceParser.java │ │ ├── SCMSourceScanner.java │ │ ├── SCMSourceText.java │ │ ├── SCMToken.java │ │ ├── base │ │ ├── BaseNodeParser.java │ │ ├── SCMEKeyword.java │ │ ├── SCMELiteral.java │ │ ├── SCMENumber.java │ │ ├── SCMEString.java │ │ ├── SCMEUnknown.java │ │ └── SCMEWhitespace.java │ │ ├── parser │ │ ├── BaseSourceScanner.java │ │ ├── KeywordRule.java │ │ ├── LiteralRule.java │ │ └── ParseUtils.java │ │ └── sql │ │ ├── SQLKeyword.java │ │ ├── SQLNodeParser.java │ │ └── model │ │ ├── SQLStatementAbstract.java │ │ └── SQLStatementSelect.java ├── org.jkiss.dbeaver.model.sql │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.sqlCommand.exsd │ │ ├── org.jkiss.dbeaver.sqlDialect.exsd │ │ ├── org.jkiss.dbeaver.sqlFormatter.exsd │ │ ├── org.jkiss.dbeaver.sqlGenerator.exsd │ │ └── org.jkiss.dbeaver.sqlInsertMethod.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── model │ │ ├── sql │ │ ├── SQLControlCommandHandler.java │ │ ├── SQLModelPreferences.java │ │ ├── SQLParametersProvider.java │ │ ├── SQLQueryListener.java │ │ ├── SQLScriptCommitType.java │ │ ├── SQLScriptContext.java │ │ ├── SQLScriptErrorHandling.java │ │ ├── SQLScriptProcessConstants.java │ │ ├── SQLSearchUtils.java │ │ ├── SQLTableAliasInsertMode.java │ │ ├── commands │ │ │ ├── SQLCommandEcho.java │ │ │ ├── SQLCommandExport.java │ │ │ ├── SQLCommandSet.java │ │ │ └── SQLCommandUnset.java │ │ ├── completion │ │ │ ├── CypherCompletionAnalyzer.java │ │ │ ├── SQLCompletionAnalyzer.java │ │ │ ├── SQLCompletionContext.java │ │ │ ├── SQLCompletionHelper.java │ │ │ ├── SQLCompletionProposalBase.java │ │ │ └── SQLCompletionRequest.java │ │ ├── data │ │ │ └── SQLQueryDataContainer.java │ │ ├── eval │ │ │ ├── ScriptEvaluateEngine.java │ │ │ ├── ScriptVariablesContext.java │ │ │ └── ScriptVariablesResolver.java │ │ ├── exec │ │ │ └── SQLScriptProcessor.java │ │ ├── format │ │ │ ├── SQLFormatUtils.java │ │ │ ├── SQLFormatter.java │ │ │ ├── SQLFormatterConfiguration.java │ │ │ ├── SQLFormatterRegistry.java │ │ │ ├── external │ │ │ │ └── SQLFormatterExternal.java │ │ │ └── tokenized │ │ │ │ ├── FormatterToken.java │ │ │ │ ├── IndentFormatter.java │ │ │ │ ├── SQLFormatterCompact.java │ │ │ │ ├── SQLFormatterTokenized.java │ │ │ │ ├── SQLTokensParser.java │ │ │ │ └── TokenType.java │ │ ├── generator │ │ │ ├── SQLGenerator.java │ │ │ ├── SQLGeneratorBase.java │ │ │ ├── SQLGeneratorDDL.java │ │ │ ├── SQLGeneratorDelete.java │ │ │ ├── SQLGeneratorInsert.java │ │ │ ├── SQLGeneratorJoin.java │ │ │ ├── SQLGeneratorMerge.java │ │ │ ├── SQLGeneratorProcedure.java │ │ │ ├── SQLGeneratorProcedureCall.java │ │ │ ├── SQLGeneratorSelect.java │ │ │ ├── SQLGeneratorTable.java │ │ │ └── SQLGeneratorUpdate.java │ │ ├── internal │ │ │ ├── SQLModelActivator.java │ │ │ └── SQLModelPreferencesInitializer.java │ │ ├── parser │ │ │ ├── SQLIdentifierDetector.java │ │ │ ├── SQLParserContext.java │ │ │ ├── SQLParserPartitions.java │ │ │ ├── SQLRuleManager.java │ │ │ ├── SQLScriptParser.java │ │ │ ├── SQLWordPartDetector.java │ │ │ ├── rules │ │ │ │ ├── LineCommentRule.java │ │ │ │ ├── NestedMultiLineRule.java │ │ │ │ ├── SQLCommandRule.java │ │ │ │ ├── SQLDelimiterRule.java │ │ │ │ ├── SQLDelimiterSetRule.java │ │ │ │ ├── SQLDollarQuoteRule.java │ │ │ │ ├── SQLFullLineRule.java │ │ │ │ ├── SQLMultiWordRule.java │ │ │ │ ├── SQLVariableRule.java │ │ │ │ ├── SQLWordRule.java │ │ │ │ ├── ScriptParameterRule.java │ │ │ │ └── ScriptVariableRule.java │ │ │ └── tokens │ │ │ │ ├── SQLBlockBeginToken.java │ │ │ │ ├── SQLBlockEndToken.java │ │ │ │ ├── SQLBlockHeaderToken.java │ │ │ │ ├── SQLBlockToggleToken.java │ │ │ │ ├── SQLCommentToken.java │ │ │ │ ├── SQLControlToken.java │ │ │ │ ├── SQLDelimiterToken.java │ │ │ │ ├── SQLMultilineCommentToken.java │ │ │ │ ├── SQLParameterToken.java │ │ │ │ ├── SQLSetDelimiterToken.java │ │ │ │ ├── SQLTokenType.java │ │ │ │ └── SQLVariableToken.java │ │ ├── registry │ │ │ ├── SQLCommandHandlerDescriptor.java │ │ │ ├── SQLCommandsRegistry.java │ │ │ ├── SQLDialectDescriptor.java │ │ │ ├── SQLDialectRegistry.java │ │ │ ├── SQLFormatterConfigurationRegistry.java │ │ │ ├── SQLFormatterDescriptor.java │ │ │ ├── SQLGeneratorConfigurationRegistry.java │ │ │ ├── SQLGeneratorDescriptor.java │ │ │ ├── SQLInsertReplaceMethodDescriptor.java │ │ │ ├── SQLInsertReplaceMethodRegistry.java │ │ │ ├── SQLQueryParameterRegistry.java │ │ │ └── SQLVariablesRegistry.java │ │ └── task │ │ │ ├── SQLToolExecuteHandler.java │ │ │ ├── SQLToolExecuteSettings.java │ │ │ ├── SQLToolRunListener.java │ │ │ ├── SQLToolRunStatisticsGenerator.java │ │ │ ├── SQLToolStatistics.java │ │ │ ├── SQLToolStatisticsSimple.java │ │ │ └── SQLToolTaskVersionValidator.java │ │ └── text │ │ ├── TextUtils.java │ │ └── parser │ │ ├── TPCharacterScanner.java │ │ ├── TPEvalScanner.java │ │ ├── TPPartitionScanner.java │ │ ├── TPPredicateRule.java │ │ ├── TPRule.java │ │ ├── TPRuleBasedScanner.java │ │ ├── TPRuleProvider.java │ │ ├── TPToken.java │ │ ├── TPTokenAbstract.java │ │ ├── TPTokenDefault.java │ │ ├── TPTokenPartition.java │ │ ├── TPTokenScanner.java │ │ ├── TPTokenType.java │ │ ├── TPWordDetector.java │ │ └── rules │ │ ├── EndOfLineRule.java │ │ ├── MultiLineRule.java │ │ ├── NumberRule.java │ │ ├── PatternRule.java │ │ ├── SingleLineRule.java │ │ └── WhitespaceRule.java ├── org.jkiss.dbeaver.model │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── connection │ │ │ ├── database_icon.png │ │ │ ├── database_icon@2x.png │ │ │ ├── database_icon_big.png │ │ │ └── database_icon_big@2x.png │ │ ├── editor │ │ │ ├── query_trans.png │ │ │ └── query_trans_big.png │ │ ├── misc │ │ │ ├── apache.png │ │ │ ├── apache@2x.png │ │ │ ├── jar.png │ │ │ ├── jar@2x.png │ │ │ ├── library.png │ │ │ └── library@2x.png │ │ ├── over │ │ │ ├── add_ovr.png │ │ │ ├── conditional_ovr.png │ │ │ ├── conditional_ovr@2x.png │ │ │ ├── deadlock_ovr.png │ │ │ ├── error_ovr.png │ │ │ ├── external_ovr.png │ │ │ ├── failed_ovr.png │ │ │ ├── fk_ovr.png │ │ │ ├── focus_ovr.png │ │ │ ├── folder_ovr.png │ │ │ ├── key_ovr.png │ │ │ ├── key_ovr@2x.png │ │ │ ├── lamp_ovr.png │ │ │ ├── lock_ovr.png │ │ │ ├── lock_ovr@2x.png │ │ │ ├── reference_ovr.png │ │ │ └── success_ovr.png │ │ ├── project.png │ │ ├── project@2x.png │ │ ├── status │ │ │ ├── error.png │ │ │ ├── error@2x.png │ │ │ ├── info.png │ │ │ ├── info@2x.png │ │ │ ├── question.png │ │ │ ├── question@2x.png │ │ │ ├── warning.png │ │ │ └── warning@2x.png │ │ ├── tree │ │ │ ├── admin.png │ │ │ ├── admin@2x.png │ │ │ ├── argument.png │ │ │ ├── argument@2x.png │ │ │ ├── association.png │ │ │ ├── association@2x.png │ │ │ ├── attribute.png │ │ │ ├── attribute@2x.png │ │ │ ├── class.png │ │ │ ├── class@2x.png │ │ │ ├── column.png │ │ │ ├── column@2x.png │ │ │ ├── columns.png │ │ │ ├── columns@2x.png │ │ │ ├── constraint.png │ │ │ ├── constraint@2x.png │ │ │ ├── data_file.png │ │ │ ├── data_file@2x.png │ │ │ ├── data_type.png │ │ │ ├── data_type@2x.png │ │ │ ├── database.png │ │ │ ├── database@2x.png │ │ │ ├── database_category.png │ │ │ ├── database_category@2x.png │ │ │ ├── database_shared.png │ │ │ ├── database_shared@2x.png │ │ │ ├── event.png │ │ │ ├── event@2x.png │ │ │ ├── folder.png │ │ │ ├── folder@2x.png │ │ │ ├── folder_admin.png │ │ │ ├── folder_admin@2x.png │ │ │ ├── folder_constraint.png │ │ │ ├── folder_constraint@2x.png │ │ │ ├── folder_database.png │ │ │ ├── folder_database@2x.png │ │ │ ├── folder_info.png │ │ │ ├── folder_info@2x.png │ │ │ ├── folder_key.png │ │ │ ├── folder_key@2x.png │ │ │ ├── folder_link.png │ │ │ ├── folder_link@2x.png │ │ │ ├── folder_schema.png │ │ │ ├── folder_schema@2x.png │ │ │ ├── folder_table.png │ │ │ ├── folder_table@2x.png │ │ │ ├── folder_user.png │ │ │ ├── folder_user@2x.png │ │ │ ├── folder_view.png │ │ │ ├── folder_view@2x.png │ │ │ ├── foreign_key.png │ │ │ ├── foreign_key@2x.png │ │ │ ├── foreign_key_column.png │ │ │ ├── foreign_key_column@2x.png │ │ │ ├── function.png │ │ │ ├── function@2x.png │ │ │ ├── group.png │ │ │ ├── group@2x.png │ │ │ ├── index.png │ │ │ ├── index@2x.png │ │ │ ├── info.png │ │ │ ├── info@2x.png │ │ │ ├── java_class.png │ │ │ ├── java_class@2x.png │ │ │ ├── java_interface.png │ │ │ ├── java_interface@2x.png │ │ │ ├── key.png │ │ │ ├── key@2x.png │ │ │ ├── link.png │ │ │ ├── link@2x.png │ │ │ ├── locks.png │ │ │ ├── locks@2x.png │ │ │ ├── package.png │ │ │ ├── package@2x.png │ │ │ ├── page.png │ │ │ ├── page@2x.png │ │ │ ├── partition.png │ │ │ ├── partition@2x.png │ │ │ ├── permissions.png │ │ │ ├── permissions@2x.png │ │ │ ├── procedure.png │ │ │ ├── procedure@2x.png │ │ │ ├── recycle_bin.png │ │ │ ├── recycle_bin@2x.png │ │ │ ├── reference.png │ │ │ ├── reference@2x.png │ │ │ ├── schema.png │ │ │ ├── schema@2x.png │ │ │ ├── schema_shared.png │ │ │ ├── schema_shared@2x.png │ │ │ ├── schema_system.png │ │ │ ├── schema_system@2x.png │ │ │ ├── schema_util.png │ │ │ ├── schema_util@2x.png │ │ │ ├── sequence.png │ │ │ ├── sequence@2x.png │ │ │ ├── server.png │ │ │ ├── server@2x.png │ │ │ ├── servers.png │ │ │ ├── servers@2x.png │ │ │ ├── sessions.png │ │ │ ├── sessions@2x.png │ │ │ ├── synonym.png │ │ │ ├── synonym@2x.png │ │ │ ├── table.png │ │ │ ├── table@2x.png │ │ │ ├── table_alias.png │ │ │ ├── table_alias@2x.png │ │ │ ├── table_external.png │ │ │ ├── table_external@2x.png │ │ │ ├── table_index.png │ │ │ ├── table_index@2x.png │ │ │ ├── table_link.png │ │ │ ├── table_link@2x.png │ │ │ ├── table_shared.png │ │ │ ├── table_shared@2x.png │ │ │ ├── tablespace.png │ │ │ ├── tablespace@2x.png │ │ │ ├── task.png │ │ │ ├── task@2x.png │ │ │ ├── trigger.png │ │ │ ├── trigger@2x.png │ │ │ ├── unique_constraint.png │ │ │ ├── unique_constraint@2x.png │ │ │ ├── user.png │ │ │ ├── user@2x.png │ │ │ ├── view.png │ │ │ ├── view@2x.png │ │ │ ├── view_shared.png │ │ │ └── view_shared@2x.png │ │ └── types │ │ │ ├── abc.png │ │ │ ├── abc@2x.png │ │ │ ├── any.png │ │ │ ├── any@2x.png │ │ │ ├── array.png │ │ │ ├── array@2x.png │ │ │ ├── binary.png │ │ │ ├── binary@2x.png │ │ │ ├── boolean.png │ │ │ ├── boolean@2x.png │ │ │ ├── datetime.png │ │ │ ├── datetime@2x.png │ │ │ ├── document.png │ │ │ ├── document@2x.png │ │ │ ├── image.png │ │ │ ├── image@2x.png │ │ │ ├── json.png │ │ │ ├── json@2x.png │ │ │ ├── lob.png │ │ │ ├── lob@2x.png │ │ │ ├── number.png │ │ │ ├── number@2x.png │ │ │ ├── object.png │ │ │ ├── object@2x.png │ │ │ ├── reference.png │ │ │ ├── reference@2x.png │ │ │ ├── rowid.png │ │ │ ├── rowid@2x.png │ │ │ ├── string.png │ │ │ ├── string@2x.png │ │ │ ├── struct.png │ │ │ ├── struct@2x.png │ │ │ ├── sum.png │ │ │ ├── sum@2x.png │ │ │ ├── text.png │ │ │ ├── text@2x.png │ │ │ ├── unknown.png │ │ │ ├── unknown@2x.png │ │ │ ├── uuid.png │ │ │ ├── uuid@2x.png │ │ │ ├── xml.png │ │ │ └── xml@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.application.exsd │ │ ├── org.jkiss.dbeaver.dataFormatter.exsd │ │ ├── org.jkiss.dbeaver.dataTypeProvider.exsd │ │ ├── org.jkiss.dbeaver.expressions.exsd │ │ ├── org.jkiss.dbeaver.navigator.exsd │ │ ├── org.jkiss.dbeaver.serialize.exsd │ │ └── org.jkiss.dbeaver.service.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── DBException.java │ │ ├── Log.java │ │ ├── ModelPreferences.java │ │ ├── bundle │ │ └── ModelActivator.java │ │ ├── model │ │ ├── DBConstants.java │ │ ├── DBFetchProgress.java │ │ ├── DBIcon.java │ │ ├── DBIconComposite.java │ │ ├── DBInfoUtils.java │ │ ├── DBPCloseableObject.java │ │ ├── DBPContextProvider.java │ │ ├── DBPDataKind.java │ │ ├── DBPDataSource.java │ │ ├── DBPDataSourceConfigurationStorage.java │ │ ├── DBPDataSourceContainer.java │ │ ├── DBPDataSourceFolder.java │ │ ├── DBPDataSourceHandler.java │ │ ├── DBPDataSourceInfo.java │ │ ├── DBPDataSourceOrigin.java │ │ ├── DBPDataSourceOriginProvider.java │ │ ├── DBPDataSourcePermission.java │ │ ├── DBPDataSourcePermissionOwner.java │ │ ├── DBPDataSourceProvider.java │ │ ├── DBPDataSourceTask.java │ │ ├── DBPDataSourceURLProvider.java │ │ ├── DBPDataTypeProvider.java │ │ ├── DBPErrorAssistant.java │ │ ├── DBPEvaluationContext.java │ │ ├── DBPEvent.java │ │ ├── DBPEventListener.java │ │ ├── DBPExclusiveResource.java │ │ ├── DBPExternalFileManager.java │ │ ├── DBPForeignObject.java │ │ ├── DBPHiddenObject.java │ │ ├── DBPIdentifierCase.java │ │ ├── DBPImage.java │ │ ├── DBPImageProvider.java │ │ ├── DBPInformationProvider.java │ │ ├── DBPInheritedObject.java │ │ ├── DBPKeywordType.java │ │ ├── DBPMessageType.java │ │ ├── DBPNamedObject.java │ │ ├── DBPNamedObject2.java │ │ ├── DBPNamedObjectLocalized.java │ │ ├── DBPNamedValueObject.java │ │ ├── DBPObject.java │ │ ├── DBPObjectStatistics.java │ │ ├── DBPObjectStatisticsCollector.java │ │ ├── DBPObjectWithDescription.java │ │ ├── DBPObjectWithDescriptionLocalized.java │ │ ├── DBPObjectWithDetails.java │ │ ├── DBPObjectWithLazyDescription.java │ │ ├── DBPObjectWithLongId.java │ │ ├── DBPOrderedObject.java │ │ ├── DBPOverloadedObject.java │ │ ├── DBPPersistedObject.java │ │ ├── DBPQualifiedObject.java │ │ ├── DBPReferentialIntegrityController.java │ │ ├── DBPRefreshableObject.java │ │ ├── DBPSaveableObject.java │ │ ├── DBPScriptObject.java │ │ ├── DBPScriptObjectExt.java │ │ ├── DBPScriptObjectExt2.java │ │ ├── DBPStatefulObject.java │ │ ├── DBPSystemInfoObject.java │ │ ├── DBPSystemObject.java │ │ ├── DBPTermProvider.java │ │ ├── DBPToolTipObject.java │ │ ├── DBPTransactionIsolation.java │ │ ├── DBPUniqueObject.java │ │ ├── DBPVirtualObject.java │ │ ├── DBUtils.java │ │ ├── DBValueFormatting.java │ │ ├── IDataSourceContainerProvider.java │ │ ├── IDataSourceContainerProviderEx.java │ │ ├── ISmartTransactionManager.java │ │ ├── access │ │ │ ├── DBAAuthParameters.java │ │ │ ├── DBAAuthProfile.java │ │ │ ├── DBAObject.java │ │ │ ├── DBAPasswordChangeInfo.java │ │ │ ├── DBAPrivilege.java │ │ │ ├── DBAPrivilegeGrant.java │ │ │ ├── DBAPrivilegeOwner.java │ │ │ ├── DBAPrivilegeType.java │ │ │ ├── DBARole.java │ │ │ ├── DBASession.java │ │ │ ├── DBASessionFederated.java │ │ │ ├── DBAUser.java │ │ │ └── DBAUserChangePassword.java │ │ ├── admin │ │ │ ├── locks │ │ │ │ ├── DBAServerLock.java │ │ │ │ ├── DBAServerLockItem.java │ │ │ │ └── DBAServerLockManager.java │ │ │ └── sessions │ │ │ │ ├── AbstractServerSession.java │ │ │ │ ├── AbstractServerSessionDetails.java │ │ │ │ ├── DBAServerSession.java │ │ │ │ ├── DBAServerSessionDetails.java │ │ │ │ ├── DBAServerSessionDetailsProvider.java │ │ │ │ ├── DBAServerSessionManager.java │ │ │ │ └── DBAServerSessionManagerSQL.java │ │ ├── app │ │ │ ├── DBACertificateStorage.java │ │ │ ├── DBASecureStorage.java │ │ │ ├── DBPApplication.java │ │ │ ├── DBPApplicationController.java │ │ │ ├── DBPDataFormatterRegistry.java │ │ │ ├── DBPDataSourceRegistry.java │ │ │ ├── DBPGlobalEventListener.java │ │ │ ├── DBPGlobalEventManager.java │ │ │ ├── DBPPlatform.java │ │ │ ├── DBPPlatformLanguage.java │ │ │ ├── DBPPlatformLanguageManager.java │ │ │ ├── DBPProject.java │ │ │ ├── DBPProjectListener.java │ │ │ ├── DBPRegistryDescriptor.java │ │ │ ├── DBPRegistryListener.java │ │ │ ├── DBPResourceCreator.java │ │ │ ├── DBPResourceHandler.java │ │ │ ├── DBPResourceHandlerDescriptor.java │ │ │ └── DBPWorkspace.java │ │ ├── auth │ │ │ ├── AuthProperty.java │ │ │ ├── DBAAuthCredentials.java │ │ │ ├── DBAAuthCredentialsProvider.java │ │ │ ├── DBAAuthModel.java │ │ │ ├── DBAAuthSpace.java │ │ │ ├── DBAAuthToken.java │ │ │ ├── DBASessionContext.java │ │ │ ├── DBASessionProviderService.java │ │ │ └── DBAUserCredentialsProvider.java │ │ ├── connection │ │ │ ├── DBPAuthInfo.java │ │ │ ├── DBPAuthModelDescriptor.java │ │ │ ├── DBPConfigurationProfile.java │ │ │ ├── DBPConnectionBootstrap.java │ │ │ ├── DBPConnectionConfiguration.java │ │ │ ├── DBPConnectionEventType.java │ │ │ ├── DBPConnectionType.java │ │ │ ├── DBPDataSourceProviderDescriptor.java │ │ │ ├── DBPDataSourceProviderRegistry.java │ │ │ ├── DBPDriver.java │ │ │ ├── DBPDriverDependencies.java │ │ │ ├── DBPDriverFileInfo.java │ │ │ ├── DBPDriverFileSource.java │ │ │ ├── DBPDriverLibrary.java │ │ │ ├── DBPEditorContribution.java │ │ │ ├── DBPNativeClientLocation.java │ │ │ ├── DBPNativeClientLocationManager.java │ │ │ ├── DataSourceVariableResolver.java │ │ │ ├── LocalNativeClientLocation.java │ │ │ └── NativeClientLocationUtils.java │ │ ├── data │ │ │ ├── DBDAttributeBinding.java │ │ │ ├── DBDAttributeBindingCustom.java │ │ │ ├── DBDAttributeBindingElement.java │ │ │ ├── DBDAttributeBindingMeta.java │ │ │ ├── DBDAttributeBindingNested.java │ │ │ ├── DBDAttributeBindingType.java │ │ │ ├── DBDAttributeConstraint.java │ │ │ ├── DBDAttributeConstraintBase.java │ │ │ ├── DBDAttributeFilter.java │ │ │ ├── DBDAttributeReferrer.java │ │ │ ├── DBDAttributeTransformer.java │ │ │ ├── DBDAttributeTransformerDescriptor.java │ │ │ ├── DBDAttributeValue.java │ │ │ ├── DBDBinaryFormatter.java │ │ │ ├── DBDCellValue.java │ │ │ ├── DBDCollection.java │ │ │ ├── DBDComplexValue.java │ │ │ ├── DBDComposite.java │ │ │ ├── DBDContent.java │ │ │ ├── DBDContentCached.java │ │ │ ├── DBDContentStorage.java │ │ │ ├── DBDContentStorageLocal.java │ │ │ ├── DBDContentValueHandler.java │ │ │ ├── DBDCursor.java │ │ │ ├── DBDDataFilter.java │ │ │ ├── DBDDataFormatter.java │ │ │ ├── DBDDataFormatterProfile.java │ │ │ ├── DBDDataFormatterSample.java │ │ │ ├── DBDDataReceiver.java │ │ │ ├── DBDDataReceiverInteractive.java │ │ │ ├── DBDDisplayFormat.java │ │ │ ├── DBDDocument.java │ │ │ ├── DBDEnum.java │ │ │ ├── DBDFormatSettings.java │ │ │ ├── DBDFormatSettingsExt.java │ │ │ ├── DBDInsertReplaceMethod.java │ │ │ ├── DBDLabelValuePair.java │ │ │ ├── DBDLabelValuePairExt.java │ │ │ ├── DBDObject.java │ │ │ ├── DBDPseudoAttribute.java │ │ │ ├── DBDPseudoAttributeContainer.java │ │ │ ├── DBDPseudoAttributeType.java │ │ │ ├── DBDPseudoReferrer.java │ │ │ ├── DBDReference.java │ │ │ ├── DBDRegistry.java │ │ │ ├── DBDRowIdentifier.java │ │ │ ├── DBDValue.java │ │ │ ├── DBDValueAnnotation.java │ │ │ ├── DBDValueBinder.java │ │ │ ├── DBDValueCloneable.java │ │ │ ├── DBDValueDefaultGenerator.java │ │ │ ├── DBDValueHandler.java │ │ │ ├── DBDValueHandlerComposite.java │ │ │ ├── DBDValueHandlerConfigurable.java │ │ │ ├── DBDValueHandlerProvider.java │ │ │ ├── DBDValueMeta.java │ │ │ ├── DBDValueRenderer.java │ │ │ ├── aggregate │ │ │ │ ├── AggregateUtils.java │ │ │ │ ├── FunctionAvg.java │ │ │ │ ├── FunctionCount.java │ │ │ │ ├── FunctionCountDistinct.java │ │ │ │ ├── FunctionMax.java │ │ │ │ ├── FunctionMedian.java │ │ │ │ ├── FunctionMin.java │ │ │ │ ├── FunctionMode.java │ │ │ │ ├── FunctionNumeric.java │ │ │ │ ├── FunctionSum.java │ │ │ │ └── IAggregateFunction.java │ │ │ ├── document │ │ │ │ ├── DBDDocumentAttribute.java │ │ │ │ ├── DBDDocumentElement.java │ │ │ │ ├── DBDDocumentList.java │ │ │ │ └── DBDDocumentNode.java │ │ │ ├── json │ │ │ │ ├── JSONBestNumberSerializer.java │ │ │ │ └── JSONUtils.java │ │ │ └── storage │ │ │ │ ├── BytesContentStorage.java │ │ │ │ ├── ExternalContentStorage.java │ │ │ │ ├── StreamContentStorage.java │ │ │ │ ├── StringContentStorage.java │ │ │ │ └── TemporaryContentStorage.java │ │ ├── edit │ │ │ ├── DBECommand.java │ │ │ ├── DBECommandAggregator.java │ │ │ ├── DBECommandContext.java │ │ │ ├── DBECommandFilter.java │ │ │ ├── DBECommandInfo.java │ │ │ ├── DBECommandListener.java │ │ │ ├── DBECommandQueue.java │ │ │ ├── DBECommandReflector.java │ │ │ ├── DBECommandRename.java │ │ │ ├── DBECommandVisitor.java │ │ │ ├── DBECommandWithOptions.java │ │ │ ├── DBEObjectConfigurator.java │ │ │ ├── DBEObjectEditor.java │ │ │ ├── DBEObjectMaker.java │ │ │ ├── DBEObjectManager.java │ │ │ ├── DBEObjectRenamer.java │ │ │ ├── DBEObjectReorderer.java │ │ │ ├── DBEObjectWithDependencies.java │ │ │ ├── DBEPersistAction.java │ │ │ ├── DBEPersistActionDML.java │ │ │ ├── DBEPrivateObjectEditor.java │ │ │ ├── DBERegistry.java │ │ │ ├── DBEStructEditor.java │ │ │ ├── DBEStructHandler.java │ │ │ └── prop │ │ │ │ ├── DBECommandComposite.java │ │ │ │ ├── DBECommandDeleteObject.java │ │ │ │ ├── DBECommandProperty.java │ │ │ │ ├── DBEPropertyHandler.java │ │ │ │ ├── DBEPropertyPersister.java │ │ │ │ ├── DBEPropertyReflector.java │ │ │ │ ├── DBEPropertyUpdater.java │ │ │ │ └── DBEPropertyValidator.java │ │ ├── exec │ │ │ ├── DBCAttributeMetaData.java │ │ │ ├── DBCConnectException.java │ │ │ ├── DBCDocumentConverter.java │ │ │ ├── DBCEntityMetaData.java │ │ │ ├── DBCException.java │ │ │ ├── DBCExecutionContext.java │ │ │ ├── DBCExecutionContextDefaults.java │ │ │ ├── DBCExecutionPurpose.java │ │ │ ├── DBCExecutionResult.java │ │ │ ├── DBCExecutionSource.java │ │ │ ├── DBCFeatureNotSupportedException.java │ │ │ ├── DBCLogicalOperator.java │ │ │ ├── DBCParameterizedStatement.java │ │ │ ├── DBCQueryTransformProvider.java │ │ │ ├── DBCQueryTransformProviderExt.java │ │ │ ├── DBCQueryTransformType.java │ │ │ ├── DBCQueryTransformer.java │ │ │ ├── DBCQueryTransformerExt.java │ │ │ ├── DBCResultSet.java │ │ │ ├── DBCResultSetMetaData.java │ │ │ ├── DBCResultSetSampleProvider.java │ │ │ ├── DBCResultSetTrace.java │ │ │ ├── DBCSavepoint.java │ │ │ ├── DBCScriptContext.java │ │ │ ├── DBCScriptContextListener.java │ │ │ ├── DBCScriptStatement.java │ │ │ ├── DBCServerOutputReader.java │ │ │ ├── DBCSession.java │ │ │ ├── DBCStatement.java │ │ │ ├── DBCStatementType.java │ │ │ ├── DBCStatistics.java │ │ │ ├── DBCTransaction.java │ │ │ ├── DBCTransactionManager.java │ │ │ ├── DBCWarning.java │ │ │ ├── DBExecUtils.java │ │ │ ├── compile │ │ │ │ ├── DBCCompileError.java │ │ │ │ ├── DBCCompileLog.java │ │ │ │ ├── DBCCompileLogBase.java │ │ │ │ └── DBCSourceHost.java │ │ │ ├── jdbc │ │ │ │ ├── JDBCCallableStatement.java │ │ │ │ ├── JDBCDatabaseMetaData.java │ │ │ │ ├── JDBCFactory.java │ │ │ │ ├── JDBCPreparedStatement.java │ │ │ │ ├── JDBCResultSet.java │ │ │ │ ├── JDBCResultSetMetaData.java │ │ │ │ ├── JDBCSession.java │ │ │ │ └── JDBCStatement.java │ │ │ ├── plan │ │ │ │ ├── DBCPlan.java │ │ │ │ ├── DBCPlanCostNode.java │ │ │ │ ├── DBCPlanNode.java │ │ │ │ ├── DBCPlanNodeKind.java │ │ │ │ ├── DBCPlanStyle.java │ │ │ │ ├── DBCQueryPlanner.java │ │ │ │ ├── DBCQueryPlannerConfiguration.java │ │ │ │ ├── DBCQueryPlannerDeSerialInfo.java │ │ │ │ ├── DBCQueryPlannerSerialInfo.java │ │ │ │ ├── DBCQueryPlannerSerializable.java │ │ │ │ └── DBCSavedQueryPlanner.java │ │ │ └── trace │ │ │ │ └── DBCTrace.java │ │ ├── impl │ │ │ ├── AbstractContextDescriptor.java │ │ │ ├── AbstractDataSourceInfo.java │ │ │ ├── AbstractDescriptor.java │ │ │ ├── AbstractExecutionContext.java │ │ │ ├── AbstractExecutionSource.java │ │ │ ├── AbstractResultSet.java │ │ │ ├── AbstractSession.java │ │ │ ├── AbstractSimpleDataSource.java │ │ │ ├── AbstractStatement.java │ │ │ ├── AbstractTransactionManager.java │ │ │ ├── AsyncServerOutputReader.java │ │ │ ├── DBDummyNumberTransformer.java │ │ │ ├── DBObjectNameCaseTransformer.java │ │ │ ├── DBPositiveNumberTransformer.java │ │ │ ├── DataSourceContextProvider.java │ │ │ ├── DefaultServerOutputReader.java │ │ │ ├── PropertyDescriptor.java │ │ │ ├── ProxyPropertyDescriptor.java │ │ │ ├── SimpleExclusiveLock.java │ │ │ ├── SimpleTypedObject.java │ │ │ ├── VoidExecutionContextDefaults.java │ │ │ ├── admin │ │ │ │ └── locks │ │ │ │ │ ├── LockGraph.java │ │ │ │ │ ├── LockGraphEdge.java │ │ │ │ │ ├── LockGraphManager.java │ │ │ │ │ └── LockGraphNode.java │ │ │ ├── app │ │ │ │ ├── ApplicationDescriptor.java │ │ │ │ ├── ApplicationRegistry.java │ │ │ │ ├── CertificateGenHelper.java │ │ │ │ ├── DefaultCertificateStorage.java │ │ │ │ ├── DefaultSecureStorage.java │ │ │ │ └── PKCS1Util.java │ │ │ ├── auth │ │ │ │ ├── AuthModelDatabaseNative.java │ │ │ │ ├── AuthModelDatabaseNativeCredentials.java │ │ │ │ └── SessionContextImpl.java │ │ │ ├── data │ │ │ │ ├── AbstractContent.java │ │ │ │ ├── AbstractDatabaseList.java │ │ │ │ ├── AttributeMetaDataProxy.java │ │ │ │ ├── BaseValueHandler.java │ │ │ │ ├── DBDDocumentContentProxy.java │ │ │ │ ├── DBDDocumentXML.java │ │ │ │ ├── DBDValueError.java │ │ │ │ ├── DateTimeCustomValueHandler.java │ │ │ │ ├── DateTimeValueHandler.java │ │ │ │ ├── DefaultValueHandler.java │ │ │ │ ├── ExecuteBatchImpl.java │ │ │ │ ├── ExecuteBatchWithMultipleInsert.java │ │ │ │ ├── ExecuteInsertBatchImpl.java │ │ │ │ ├── ProxyValueHandler.java │ │ │ │ ├── StringContent.java │ │ │ │ ├── TemporalAccessorValueHandler.java │ │ │ │ ├── formatters │ │ │ │ │ ├── BinaryFormatterBase64.java │ │ │ │ │ ├── BinaryFormatterHex.java │ │ │ │ │ ├── BinaryFormatterHexNative.java │ │ │ │ │ ├── BinaryFormatterHexString.java │ │ │ │ │ ├── BinaryFormatterString.java │ │ │ │ │ ├── DateFormatSample.java │ │ │ │ │ ├── DateTimeDataFormatter.java │ │ │ │ │ ├── DefaultDataFormatter.java │ │ │ │ │ ├── NumberDataFormatter.java │ │ │ │ │ ├── NumberFormatSample.java │ │ │ │ │ ├── TimeFormatSample.java │ │ │ │ │ ├── TimeTzFormatSample.java │ │ │ │ │ ├── TimestampFormatSample.java │ │ │ │ │ └── TimestampTzFormatSample.java │ │ │ │ └── transformers │ │ │ │ │ ├── ArrayAttributeTransformer.java │ │ │ │ │ ├── BinaryAttributeTransformer.java │ │ │ │ │ ├── BooleanAttributeTransformer.java │ │ │ │ │ ├── ComplexTypeAttributeTransformer.java │ │ │ │ │ ├── EpochTimeAttributeTransformer.java │ │ │ │ │ ├── MapAttributeTransformer.java │ │ │ │ │ ├── NumericAttributeTransformer.java │ │ │ │ │ ├── RadixAttributeTransformer.java │ │ │ │ │ ├── TransformerPresentationAttribute.java │ │ │ │ │ ├── URLAttributeTransformer.java │ │ │ │ │ └── UUIDAttributeTransformer.java │ │ │ ├── edit │ │ │ │ ├── AbstractCommandContext.java │ │ │ │ ├── AbstractObjectManager.java │ │ │ │ ├── DBECommandAbstract.java │ │ │ │ ├── DBECommandAdapter.java │ │ │ │ ├── DirectDatabasePersistAction.java │ │ │ │ ├── SQLDatabasePersistAction.java │ │ │ │ ├── SQLDatabasePersistActionAtomic.java │ │ │ │ ├── SQLDatabasePersistActionComment.java │ │ │ │ ├── SQLScriptCommand.java │ │ │ │ └── TestCommandContext.java │ │ │ ├── jdbc │ │ │ │ ├── JDBCArrayImpl.java │ │ │ │ ├── JDBCConnectionConfigurer.java │ │ │ │ ├── JDBCConstants.java │ │ │ │ ├── JDBCDataSource.java │ │ │ │ ├── JDBCDataSourceInfo.java │ │ │ │ ├── JDBCDataSourceProvider.java │ │ │ │ ├── JDBCException.java │ │ │ │ ├── JDBCExecutionContext.java │ │ │ │ ├── JDBCRemoteInstance.java │ │ │ │ ├── JDBCSQLDialect.java │ │ │ │ ├── JDBCStructImpl.java │ │ │ │ ├── JDBCStructureAssistant.java │ │ │ │ ├── JDBCTrace.java │ │ │ │ ├── JDBCTransactionIsolation.java │ │ │ │ ├── JDBCURL.java │ │ │ │ ├── JDBCUnknownType.java │ │ │ │ ├── JDBCUtils.java │ │ │ │ ├── cache │ │ │ │ │ ├── JDBCBasicDataTypeCache.java │ │ │ │ │ ├── JDBCCompositeCache.java │ │ │ │ │ ├── JDBCLazyDataTypeCache.java │ │ │ │ │ ├── JDBCObjectCache.java │ │ │ │ │ ├── JDBCObjectLookup.java │ │ │ │ │ ├── JDBCObjectLookupCache.java │ │ │ │ │ ├── JDBCObjectSimpleCache.java │ │ │ │ │ ├── JDBCObjectWithParentCache.java │ │ │ │ │ ├── JDBCStructCache.java │ │ │ │ │ └── JDBCStructLookupCache.java │ │ │ │ ├── data │ │ │ │ │ ├── JDBCCollection.java │ │ │ │ │ ├── JDBCCollectionString.java │ │ │ │ │ ├── JDBCComposite.java │ │ │ │ │ ├── JDBCCompositeDynamic.java │ │ │ │ │ ├── JDBCCompositeStatic.java │ │ │ │ │ ├── JDBCCompositeUnknown.java │ │ │ │ │ ├── JDBCContentAbstract.java │ │ │ │ │ ├── JDBCContentBLOB.java │ │ │ │ │ ├── JDBCContentBytes.java │ │ │ │ │ ├── JDBCContentCLOB.java │ │ │ │ │ ├── JDBCContentChars.java │ │ │ │ │ ├── JDBCContentLOB.java │ │ │ │ │ ├── JDBCContentXML.java │ │ │ │ │ ├── JDBCCursor.java │ │ │ │ │ ├── JDBCReference.java │ │ │ │ │ ├── JDBCRowId.java │ │ │ │ │ ├── JDBCSQLXMLImpl.java │ │ │ │ │ └── handlers │ │ │ │ │ │ ├── JDBCAbstractValueHandler.java │ │ │ │ │ │ ├── JDBCArrayValueHandler.java │ │ │ │ │ │ ├── JDBCBooleanValueHandler.java │ │ │ │ │ │ ├── JDBCComplexValueHandler.java │ │ │ │ │ │ ├── JDBCContentValueHandler.java │ │ │ │ │ │ ├── JDBCDateTimeValueHandler.java │ │ │ │ │ │ ├── JDBCNumberValueHandler.java │ │ │ │ │ │ ├── JDBCObjectValueHandler.java │ │ │ │ │ │ ├── JDBCReferenceValueHandler.java │ │ │ │ │ │ ├── JDBCStandardValueHandlerProvider.java │ │ │ │ │ │ ├── JDBCStringValueHandler.java │ │ │ │ │ │ ├── JDBCStructValueHandler.java │ │ │ │ │ │ ├── JDBCTemporalAccessorValueHandler.java │ │ │ │ │ │ └── JDBCUUIDValueHandler.java │ │ │ │ ├── exec │ │ │ │ │ ├── JDBCCallableStatementImpl.java │ │ │ │ │ ├── JDBCColumnMetaData.java │ │ │ │ │ ├── JDBCConnectionImpl.java │ │ │ │ │ ├── JDBCDatabaseMetaDataImpl.java │ │ │ │ │ ├── JDBCFactoryDefault.java │ │ │ │ │ ├── JDBCFakeStatementImpl.java │ │ │ │ │ ├── JDBCPreparedStatementCachedImpl.java │ │ │ │ │ ├── JDBCPreparedStatementImpl.java │ │ │ │ │ ├── JDBCResultSetCallable.java │ │ │ │ │ ├── JDBCResultSetImpl.java │ │ │ │ │ ├── JDBCResultSetMetaDataImpl.java │ │ │ │ │ ├── JDBCSavepointImpl.java │ │ │ │ │ ├── JDBCStatementImpl.java │ │ │ │ │ ├── JDBCTableMetaData.java │ │ │ │ │ ├── JDBCTransaction.java │ │ │ │ │ └── JDBCVoidStatementImpl.java │ │ │ │ └── struct │ │ │ │ │ ├── JDBCAttribute.java │ │ │ │ │ ├── JDBCColumnKeyType.java │ │ │ │ │ ├── JDBCDataType.java │ │ │ │ │ ├── JDBCTable.java │ │ │ │ │ ├── JDBCTableColumn.java │ │ │ │ │ ├── JDBCTableConstraint.java │ │ │ │ │ ├── JDBCTableForeignKey.java │ │ │ │ │ ├── JDBCTableIndex.java │ │ │ │ │ └── JDBCTableObject.java │ │ │ ├── local │ │ │ │ ├── LocalResultSet.java │ │ │ │ ├── LocalResultSetColumn.java │ │ │ │ ├── LocalResultSetMeta.java │ │ │ │ ├── LocalStatement.java │ │ │ │ └── StatResultSet.java │ │ │ ├── net │ │ │ │ ├── HTTPTunnelImpl.java │ │ │ │ ├── SSLConfigurationMethod.java │ │ │ │ ├── SSLHandlerImpl.java │ │ │ │ ├── SSLHandlerTrustStoreImpl.java │ │ │ │ ├── SocksConstants.java │ │ │ │ └── SocksProxyImpl.java │ │ │ ├── plan │ │ │ │ ├── AbstractExecutionPlan.java │ │ │ │ ├── AbstractExecutionPlanNode.java │ │ │ │ ├── AbstractExecutionPlanSerializer.java │ │ │ │ └── ExecutionPlanDeserializer.java │ │ │ ├── preferences │ │ │ │ ├── AbstractPreferenceStore.java │ │ │ │ ├── BundlePreferenceStore.java │ │ │ │ └── SimplePreferenceStore.java │ │ │ ├── sql │ │ │ │ ├── AbstractSQLDialect.java │ │ │ │ ├── BaseInsertMethod.java │ │ │ │ ├── BasicSQLDialect.java │ │ │ │ ├── ChangeTableDataStatement.java │ │ │ │ ├── QueryTransformerLimit.java │ │ │ │ ├── RelationalSQLDialect.java │ │ │ │ ├── SQLQueryTransformerAllRows.java │ │ │ │ ├── SQLQueryTransformerCount.java │ │ │ │ ├── SQLQueryTransformerExpression.java │ │ │ │ └── edit │ │ │ │ │ ├── SQLObjectEditor.java │ │ │ │ │ ├── SQLStructEditor.java │ │ │ │ │ └── struct │ │ │ │ │ ├── SQLConstraintManager.java │ │ │ │ │ ├── SQLForeignKeyManager.java │ │ │ │ │ ├── SQLIndexManager.java │ │ │ │ │ ├── SQLTableColumnManager.java │ │ │ │ │ ├── SQLTableManager.java │ │ │ │ │ └── SQLTriggerManager.java │ │ │ └── struct │ │ │ │ ├── AbstractAttribute.java │ │ │ │ ├── AbstractDataType.java │ │ │ │ ├── AbstractObjectReference.java │ │ │ │ ├── AbstractObjectType.java │ │ │ │ ├── AbstractProcedure.java │ │ │ │ ├── AbstractStructDataType.java │ │ │ │ ├── AbstractTable.java │ │ │ │ ├── AbstractTableConstraint.java │ │ │ │ ├── AbstractTableConstraintColumn.java │ │ │ │ ├── AbstractTableIndex.java │ │ │ │ ├── AbstractTableIndexColumn.java │ │ │ │ ├── AbstractTrigger.java │ │ │ │ ├── AbstractTriggerColumn.java │ │ │ │ ├── ContextDefaultObjectsReader.java │ │ │ │ ├── DirectObjectReference.java │ │ │ │ └── RelationalObjectType.java │ │ ├── messages │ │ │ ├── ModelMessages.java │ │ │ ├── ModelResources.properties │ │ │ ├── ModelResources_de.properties │ │ │ ├── ModelResources_es.properties │ │ │ ├── ModelResources_fr.properties │ │ │ ├── ModelResources_it.properties │ │ │ ├── ModelResources_ja.properties │ │ │ ├── ModelResources_ru.properties │ │ │ └── ModelResources_zh.properties │ │ ├── meta │ │ │ ├── Association.java │ │ │ ├── Category.java │ │ │ ├── DBSerializable.java │ │ │ ├── EntityAssociations.java │ │ │ ├── EntityAttributes.java │ │ │ ├── ForTest.java │ │ │ ├── IPropertyCacheValidator.java │ │ │ ├── IPropertyValueListProvider.java │ │ │ ├── IPropertyValueTransformer.java │ │ │ ├── IPropertyValueValidator.java │ │ │ ├── LazyProperty.java │ │ │ ├── Property.java │ │ │ ├── PropertyGroup.java │ │ │ ├── PropertyLength.java │ │ │ ├── RuntimeAction.java │ │ │ └── SecureProperty.java │ │ ├── navigator │ │ │ ├── DBNBrowseSettings.java │ │ │ ├── DBNContainer.java │ │ │ ├── DBNDataSource.java │ │ │ ├── DBNDatabaseFolder.java │ │ │ ├── DBNDatabaseItem.java │ │ │ ├── DBNDatabaseNode.java │ │ │ ├── DBNDatabaseObject.java │ │ │ ├── DBNEmptyNode.java │ │ │ ├── DBNEvent.java │ │ │ ├── DBNLazyNode.java │ │ │ ├── DBNLocalFolder.java │ │ │ ├── DBNModel.java │ │ │ ├── DBNModelExtender.java │ │ │ ├── DBNNode.java │ │ │ ├── DBNNodeExtendable.java │ │ │ ├── DBNProject.java │ │ │ ├── DBNProjectDatabases.java │ │ │ ├── DBNResource.java │ │ │ ├── DBNRoot.java │ │ │ ├── DBNUtils.java │ │ │ ├── INavigatorListener.java │ │ │ ├── meta │ │ │ │ ├── DBXTreeDescriptor.java │ │ │ │ ├── DBXTreeFolder.java │ │ │ │ ├── DBXTreeIcon.java │ │ │ │ ├── DBXTreeItem.java │ │ │ │ ├── DBXTreeNode.java │ │ │ │ ├── DBXTreeNodeHandler.java │ │ │ │ └── DBXTreeObject.java │ │ │ └── registry │ │ │ │ ├── DBNModelExtenderDescriptor.java │ │ │ │ └── DBNRegistry.java │ │ ├── net │ │ │ ├── DBWConfigProvider.java │ │ │ ├── DBWForwarder.java │ │ │ ├── DBWHandlerConfiguration.java │ │ │ ├── DBWHandlerDescriptor.java │ │ │ ├── DBWHandlerType.java │ │ │ ├── DBWNetworkHandler.java │ │ │ ├── DBWNetworkProfile.java │ │ │ └── DBWTunnel.java │ │ ├── preferences │ │ │ ├── DBPPreferenceListener.java │ │ │ ├── DBPPreferenceMap.java │ │ │ ├── DBPPreferenceStore.java │ │ │ ├── DBPPropertyDescriptor.java │ │ │ ├── DBPPropertyManager.java │ │ │ ├── DBPPropertySource.java │ │ │ └── DBPSettingsSection.java │ │ ├── qm │ │ │ ├── QMConstants.java │ │ │ ├── QMController.java │ │ │ ├── QMEventBrowser.java │ │ │ ├── QMEventCriteria.java │ │ │ ├── QMEventCursor.java │ │ │ ├── QMEventFilter.java │ │ │ ├── QMExecutionHandler.java │ │ │ ├── QMInformer.java │ │ │ ├── QMMCollector.java │ │ │ ├── QMMetaEvent.java │ │ │ ├── QMMetaListener.java │ │ │ ├── QMObjectType.java │ │ │ ├── QMTransactionState.java │ │ │ ├── QMUtils.java │ │ │ └── meta │ │ │ │ ├── QMMObject.java │ │ │ │ ├── QMMSessionInfo.java │ │ │ │ ├── QMMStatementExecuteInfo.java │ │ │ │ ├── QMMStatementInfo.java │ │ │ │ ├── QMMTransactionInfo.java │ │ │ │ └── QMMTransactionSavepointInfo.java │ │ ├── runtime │ │ │ ├── AbstractJob.java │ │ │ ├── BaseProgressMonitor.java │ │ │ ├── BlockCanceler.java │ │ │ ├── DBRBlockingObject.java │ │ │ ├── DBRCondition.java │ │ │ ├── DBRCreator.java │ │ │ ├── DBRFinder.java │ │ │ ├── DBRProcessController.java │ │ │ ├── DBRProcessDescriptor.java │ │ │ ├── DBRProcessListener.java │ │ │ ├── DBRProgressListener.java │ │ │ ├── DBRProgressMonitor.java │ │ │ ├── DBRRunnableContext.java │ │ │ ├── DBRRunnableParametrized.java │ │ │ ├── DBRRunnableWithProgress.java │ │ │ ├── DBRRunnableWithResult.java │ │ │ ├── DBRShellCommand.java │ │ │ ├── DBRValueProvider.java │ │ │ ├── DefaultProgressMonitor.java │ │ │ ├── LoggingProgressMonitor.java │ │ │ ├── MonitorRunnableContext.java │ │ │ ├── OSDescriptor.java │ │ │ ├── PrintStreamProgressMonitor.java │ │ │ ├── ProxyProgressMonitor.java │ │ │ ├── RunnableWithResult.java │ │ │ ├── SubTaskProgressMonitor.java │ │ │ ├── SystemJob.java │ │ │ ├── VoidProgressMonitor.java │ │ │ ├── WriterProgressMonitor.java │ │ │ ├── features │ │ │ │ ├── DBRFeature.java │ │ │ │ ├── DBRFeatureRegistry.java │ │ │ │ ├── DBRNotificationAction.java │ │ │ │ └── DBRNotificationDescriptor.java │ │ │ └── load │ │ │ │ ├── AbstractLoadService.java │ │ │ │ ├── DatabaseLoadService.java │ │ │ │ ├── ILoadService.java │ │ │ │ ├── ILoadVisualizer.java │ │ │ │ └── ILoadVisualizerExt.java │ │ ├── sql │ │ │ ├── DBSQLException.java │ │ │ ├── SQLConstants.java │ │ │ ├── SQLControlCommand.java │ │ │ ├── SQLDialect.java │ │ │ ├── SQLDialectMetadata.java │ │ │ ├── SQLExpressionFormatter.java │ │ │ ├── SQLHelpProvider.java │ │ │ ├── SQLHelpTopic.java │ │ │ ├── SQLQuery.java │ │ │ ├── SQLQueryContainer.java │ │ │ ├── SQLQueryParameter.java │ │ │ ├── SQLQueryResult.java │ │ │ ├── SQLQueryTransformer.java │ │ │ ├── SQLQueryType.java │ │ │ ├── SQLScriptElement.java │ │ │ ├── SQLSelectItem.java │ │ │ ├── SQLState.java │ │ │ ├── SQLStateType.java │ │ │ ├── SQLSyntaxManager.java │ │ │ ├── SQLUtils.java │ │ │ └── parser │ │ │ │ ├── CustomExpression.java │ │ │ │ └── SQLSemanticProcessor.java │ │ ├── struct │ │ │ ├── DBSActionTiming.java │ │ │ ├── DBSAlias.java │ │ │ ├── DBSAttributeBase.java │ │ │ ├── DBSAttributeEnumerable.java │ │ │ ├── DBSDataContainer.java │ │ │ ├── DBSDataManipulator.java │ │ │ ├── DBSDataManipulatorExt.java │ │ │ ├── DBSDataType.java │ │ │ ├── DBSDictionary.java │ │ │ ├── DBSDocumentAttributeEnumerable.java │ │ │ ├── DBSDocumentConstraint.java │ │ │ ├── DBSDocumentContainer.java │ │ │ ├── DBSDocumentLocator.java │ │ │ ├── DBSEntity.java │ │ │ ├── DBSEntityAssociation.java │ │ │ ├── DBSEntityAssociationLazy.java │ │ │ ├── DBSEntityAttribute.java │ │ │ ├── DBSEntityAttributeRef.java │ │ │ ├── DBSEntityConstraint.java │ │ │ ├── DBSEntityConstraintType.java │ │ │ ├── DBSEntityContainer.java │ │ │ ├── DBSEntityElement.java │ │ │ ├── DBSEntityMethod.java │ │ │ ├── DBSEntityReferrer.java │ │ │ ├── DBSEntityType.java │ │ │ ├── DBSEntityTypeMapping.java │ │ │ ├── DBSFolder.java │ │ │ ├── DBSInstance.java │ │ │ ├── DBSInstanceContainer.java │ │ │ ├── DBSInstanceLazy.java │ │ │ ├── DBSObject.java │ │ │ ├── DBSObjectContainer.java │ │ │ ├── DBSObjectFilter.java │ │ │ ├── DBSObjectLazy.java │ │ │ ├── DBSObjectReference.java │ │ │ ├── DBSObjectState.java │ │ │ ├── DBSObjectType.java │ │ │ ├── DBSObjectWithScript.java │ │ │ ├── DBSParameter.java │ │ │ ├── DBSParametrizedObject.java │ │ │ ├── DBSStructContainer.java │ │ │ ├── DBSStructureAssistant.java │ │ │ ├── DBSTypedObject.java │ │ │ ├── DBSTypedObjectEx.java │ │ │ ├── DBSTypedObjectExt2.java │ │ │ ├── DBSTypedObjectExt3.java │ │ │ ├── DBSTypedObjectExt4.java │ │ │ ├── DBSTypedObjectModifier.java │ │ │ ├── DBSWrapper.java │ │ │ ├── DBStructUtils.java │ │ │ ├── cache │ │ │ │ ├── AbstractObjectCache.java │ │ │ │ ├── BasicObjectCache.java │ │ │ │ ├── DBSCompositeCache.java │ │ │ │ ├── DBSObjectCache.java │ │ │ │ ├── DBSStructCache.java │ │ │ │ ├── ListCache.java │ │ │ │ └── SimpleObjectCache.java │ │ │ └── rdb │ │ │ │ ├── DBSCatalog.java │ │ │ │ ├── DBSCheckConstraintContainer.java │ │ │ │ ├── DBSForeignKeyDeferability.java │ │ │ │ ├── DBSForeignKeyModifyRule.java │ │ │ │ ├── DBSIndexType.java │ │ │ │ ├── DBSManipulationType.java │ │ │ │ ├── DBSPackage.java │ │ │ │ ├── DBSProcedure.java │ │ │ │ ├── DBSProcedureContainer.java │ │ │ │ ├── DBSProcedureParameter.java │ │ │ │ ├── DBSProcedureParameterKind.java │ │ │ │ ├── DBSProcedureType.java │ │ │ │ ├── DBSSchema.java │ │ │ │ ├── DBSSequence.java │ │ │ │ ├── DBSTable.java │ │ │ │ ├── DBSTableCheckConstraint.java │ │ │ │ ├── DBSTableColumn.java │ │ │ │ ├── DBSTableConstraint.java │ │ │ │ ├── DBSTableConstraintColumn.java │ │ │ │ ├── DBSTableForeignKey.java │ │ │ │ ├── DBSTableForeignKeyColumn.java │ │ │ │ ├── DBSTableIndex.java │ │ │ │ ├── DBSTableIndexColumn.java │ │ │ │ ├── DBSTablePartition.java │ │ │ │ ├── DBSTrigger.java │ │ │ │ ├── DBSTriggerColumn.java │ │ │ │ └── DBSView.java │ │ ├── task │ │ │ ├── DBTScheduler.java │ │ │ ├── DBTSchedulerDescriptor.java │ │ │ ├── DBTSchedulerExternalSettings.java │ │ │ ├── DBTTask.java │ │ │ ├── DBTTaskCategory.java │ │ │ ├── DBTTaskContext.java │ │ │ ├── DBTTaskEvent.java │ │ │ ├── DBTTaskExecutionListener.java │ │ │ ├── DBTTaskFolder.java │ │ │ ├── DBTTaskFolderEvent.java │ │ │ ├── DBTTaskHandler.java │ │ │ ├── DBTTaskInitializer.java │ │ │ ├── DBTTaskListener.java │ │ │ ├── DBTTaskManager.java │ │ │ ├── DBTTaskReference.java │ │ │ ├── DBTTaskRegistry.java │ │ │ ├── DBTTaskRun.java │ │ │ ├── DBTTaskScheduleConfiguration.java │ │ │ ├── DBTTaskScheduleInfo.java │ │ │ ├── DBTTaskSettings.java │ │ │ ├── DBTTaskSettingsInput.java │ │ │ ├── DBTTaskType.java │ │ │ └── DBTaskUtils.java │ │ └── virtual │ │ │ ├── DBVColorOverride.java │ │ │ ├── DBVConstants.java │ │ │ ├── DBVContainer.java │ │ │ ├── DBVEntity.java │ │ │ ├── DBVEntityAttribute.java │ │ │ ├── DBVEntityConstraint.java │ │ │ ├── DBVEntityConstraintColumn.java │ │ │ ├── DBVEntityForeignKey.java │ │ │ ├── DBVEntityForeignKeyColumn.java │ │ │ ├── DBVModel.java │ │ │ ├── DBVModelSerializer.java │ │ │ ├── DBVModelSerializerLegacy.java │ │ │ ├── DBVModelSerializerModern.java │ │ │ ├── DBVObject.java │ │ │ ├── DBVTransformSettings.java │ │ │ └── DBVUtils.java │ │ ├── registry │ │ ├── expressions │ │ │ ├── ExpressionNamespaceDescriptor.java │ │ │ └── ExpressionRegistry.java │ │ └── formatter │ │ │ ├── DataFormatterDescriptor.java │ │ │ ├── DataFormatterProfile.java │ │ │ └── DataFormatterRegistry.java │ │ ├── runtime │ │ ├── DBMarkers.java │ │ ├── DBServiceConnections.java │ │ ├── DBWorkbench.java │ │ ├── DBeaverNotifications.java │ │ ├── IPersistentStorage.java │ │ ├── IPluginService.java │ │ ├── IVariableResolver.java │ │ ├── LocalFileStorage.java │ │ ├── ProgressStreamReader.java │ │ ├── SecurityProviderUtils.java │ │ ├── ServiceRegistry.java │ │ ├── TasksJob.java │ │ ├── WebUtils.java │ │ ├── encode │ │ │ ├── ContentEncrypter.java │ │ │ ├── EncryptionException.java │ │ │ ├── PasswordEncrypter.java │ │ │ ├── SecuredPasswordEncrypter.java │ │ │ └── SimpleStringEncrypter.java │ │ ├── jobs │ │ │ ├── ConnectJob.java │ │ │ ├── ConnectionTestJob.java │ │ │ ├── DataSourceJob.java │ │ │ ├── DataSourceMonitorJob.java │ │ │ ├── DisconnectJob.java │ │ │ ├── EndIdleTransactionsJob.java │ │ │ ├── InvalidateJob.java │ │ │ └── KeepAlivePingJob.java │ │ ├── net │ │ │ ├── DefaultCallbackHandler.java │ │ │ ├── GlobalProxyAuthenticator.java │ │ │ └── GlobalProxySelector.java │ │ ├── properties │ │ │ ├── DataSourcePropertyFilter.java │ │ │ ├── ILazyPropertyLoadListener.java │ │ │ ├── IPropertyFilter.java │ │ │ ├── IPropertySourceEditable.java │ │ │ ├── IPropertySourceMulti.java │ │ │ ├── ObjectAttributeDescriptor.java │ │ │ ├── ObjectPropertyDescriptor.java │ │ │ ├── ObjectPropertyGroupDescriptor.java │ │ │ ├── PropertiesContributor.java │ │ │ ├── PropertyCollector.java │ │ │ ├── PropertySourceAbstract.java │ │ │ ├── PropertySourceCollection.java │ │ │ ├── PropertySourceCustom.java │ │ │ ├── PropertySourceEditable.java │ │ │ └── PropertySourceMap.java │ │ ├── qm │ │ │ ├── DefaultEventFilter.java │ │ │ ├── DefaultExecutionHandler.java │ │ │ ├── QMControllerImpl.java │ │ │ ├── QMLogFileWriter.java │ │ │ └── QMMCollectorImpl.java │ │ ├── resource │ │ │ └── DBeaverNature.java │ │ ├── serialize │ │ │ ├── DBPObjectSerializer.java │ │ │ ├── SerializerDescriptor.java │ │ │ └── SerializerRegistry.java │ │ └── ui │ │ │ ├── DBPPlatformUI.java │ │ │ ├── UIServiceConnections.java │ │ │ ├── UIServiceSQL.java │ │ │ ├── UIServiceSecurity.java │ │ │ └── console │ │ │ └── ConsoleUserInterface.java │ │ └── utils │ │ ├── ContentUtils.java │ │ ├── ElapsedTimeNumberFormat.java │ │ ├── GeneralUtils.java │ │ ├── HelpUtils.java │ │ ├── MimeTypes.java │ │ ├── PrefUtils.java │ │ ├── RuntimeUtils.java │ │ ├── SystemVariablesResolver.java │ │ └── UnicodeReader.java ├── org.jkiss.dbeaver.net.ssh.jsch │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── model │ │ └── net │ │ └── ssh │ │ ├── DBeaverIdentityRepository.java │ │ ├── JSCHUserInfoPromptProvider.java │ │ └── SSHImplementationJsch.java ├── org.jkiss.dbeaver.net.ssh.sshj │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── lib │ │ └── sshj-0.27.0.jar │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── model │ │ └── net │ │ └── ssh │ │ ├── DBeaverAuthAgent.java │ │ └── SSHImplementationSshj.java ├── org.jkiss.dbeaver.net.ssh.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── net │ │ └── ssh │ │ ├── Activator.java │ │ ├── SSHTunnelConfiguratorUI.java │ │ ├── SSHUIMessages.java │ │ ├── SSHUIMessages.properties │ │ ├── SSHUIMessages_de.properties │ │ ├── SSHUIMessages_fr.properties │ │ ├── SSHUIMessages_ru.properties │ │ ├── SSHUIMessages_zh.properties │ │ └── jsch │ │ ├── JSCHUIPromptProvider.java │ │ └── JSCHUIPromptProviderAdapterFactory.java ├── org.jkiss.dbeaver.net.ssh │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── lib │ │ └── jsch.agentproxy.all-0.0.9.jar │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.net.ssh.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── model │ │ └── net │ │ └── ssh │ │ ├── SSHAgentIdentity.java │ │ ├── SSHConstants.java │ │ ├── SSHImplementation.java │ │ ├── SSHImplementationAbstract.java │ │ ├── SSHTunnelImpl.java │ │ ├── SSHUtils.java │ │ ├── config │ │ ├── SSHAuthConfiguration.java │ │ ├── SSHHostConfiguration.java │ │ └── SSHPortForwardConfiguration.java │ │ └── registry │ │ ├── SSHImplementationDescriptor.java │ │ └── SSHImplementationRegistry.java ├── org.jkiss.dbeaver.registry │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.dataSourceAuth.exsd │ │ ├── org.jkiss.dbeaver.dataSourceProvider.exsd │ │ ├── org.jkiss.dbeaver.dataSourceStorage.exsd │ │ ├── org.jkiss.dbeaver.driverManager.exsd │ │ ├── org.jkiss.dbeaver.language.exsd │ │ ├── org.jkiss.dbeaver.mavenRepository.exsd │ │ ├── org.jkiss.dbeaver.networkHandler.exsd │ │ ├── org.jkiss.dbeaver.objectManager.exsd │ │ ├── org.jkiss.dbeaver.pluginService.exsd │ │ ├── org.jkiss.dbeaver.product.bundles.exsd │ │ ├── org.jkiss.dbeaver.resourceHandler.exsd │ │ ├── org.jkiss.dbeaver.resources.exsd │ │ └── org.jkiss.dbeaver.task.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── registry │ │ ├── BaseApplicationImpl.java │ │ ├── BasePlatformImpl.java │ │ ├── BaseWorkspaceImpl.java │ │ ├── DataSourceAuthModelDescriptor.java │ │ ├── DataSourceBindingDescriptor.java │ │ ├── DataSourceConfigurationStorageDescriptor.java │ │ ├── DataSourceDescriptor.java │ │ ├── DataSourceFolder.java │ │ ├── DataSourceNavigatorSettings.java │ │ ├── DataSourceOriginLazy.java │ │ ├── DataSourceOriginLocal.java │ │ ├── DataSourceOriginProviderDescriptor.java │ │ ├── DataSourceOriginProviderLocal.java │ │ ├── DataSourcePreferenceStore.java │ │ ├── DataSourceProviderDescriptor.java │ │ ├── DataSourceProviderRegistry.java │ │ ├── DataSourceRegistry.java │ │ ├── DataSourceSerializer.java │ │ ├── DataSourceSerializerLegacy.java │ │ ├── DataSourceSerializerModern.java │ │ ├── DataSourceStorage.java │ │ ├── DataSourceUtils.java │ │ ├── DriverCategoryDescriptor.java │ │ ├── DriverManagerRegistry.java │ │ ├── EclipseApplicationImpl.java │ │ ├── EditorContributionDescriptor.java │ │ ├── ExternalResourceDescriptor.java │ │ ├── FilterMapping.java │ │ ├── GlobalEventManagerImpl.java │ │ ├── NativeClientDescriptor.java │ │ ├── NativeClientDistributionDescriptor.java │ │ ├── NativeClientFileDescriptor.java │ │ ├── ObjectManagerDescriptor.java │ │ ├── ObjectManagerRegistry.java │ │ ├── PluginServiceRegistry.java │ │ ├── ProductBundleDescriptor.java │ │ ├── ProductBundleRegistry.java │ │ ├── ProjectMetadata.java │ │ ├── ProjectSecureStorage.java │ │ ├── RegistryConstants.java │ │ ├── ResourceHandlerDescriptor.java │ │ ├── SecureCredentials.java │ │ ├── VersionUtils.java │ │ ├── datatype │ │ ├── AttributeTransformerDescriptor.java │ │ ├── DataTypeAbstractDescriptor.java │ │ ├── DataTypeProviderRegistry.java │ │ └── ValueHandlerDescriptor.java │ │ ├── driver │ │ ├── DriverClassFindJob.java │ │ ├── DriverClassLoader.java │ │ ├── DriverDependencies.java │ │ ├── DriverDescriptor.java │ │ ├── DriverDescriptorSerializer.java │ │ ├── DriverDescriptorSerializerLegacy.java │ │ ├── DriverDescriptorSerializerModern.java │ │ ├── DriverFileSource.java │ │ ├── DriverLibraryAbstract.java │ │ ├── DriverLibraryLocal.java │ │ ├── DriverLibraryMavenArtifact.java │ │ ├── DriverLibraryMavenDependency.java │ │ ├── DriverLibraryRemote.java │ │ ├── DriverLibraryRepository.java │ │ ├── DriverUtils.java │ │ ├── DriverVariablesResolver.java │ │ ├── MissingDataSourceProvider.java │ │ └── RemoteNativeClientLocation.java │ │ ├── internal │ │ ├── RegistryMessages.java │ │ ├── RegistryMessages.properties │ │ ├── RegistryMessages_de.properties │ │ ├── RegistryMessages_fr.properties │ │ ├── RegistryMessages_it.properties │ │ ├── RegistryMessages_ja.properties │ │ ├── RegistryMessages_ru.properties │ │ └── RegistryMessages_zh.properties │ │ ├── language │ │ ├── PlatformLanguageDescriptor.java │ │ └── PlatformLanguageRegistry.java │ │ ├── maven │ │ ├── IMavenIdentifier.java │ │ ├── MavenArtifact.java │ │ ├── MavenArtifactDependency.java │ │ ├── MavenArtifactLicense.java │ │ ├── MavenArtifactReference.java │ │ ├── MavenArtifactVersion.java │ │ ├── MavenProfile.java │ │ ├── MavenRegistry.java │ │ ├── MavenRepository.java │ │ └── versioning │ │ │ ├── ArtifactVersion.java │ │ │ ├── ComparableVersion.java │ │ │ ├── DefaultArtifactVersion.java │ │ │ ├── InvalidVersionSpecificationException.java │ │ │ ├── Restriction.java │ │ │ └── VersionRange.java │ │ ├── network │ │ ├── NetworkHandlerDescriptor.java │ │ └── NetworkHandlerRegistry.java │ │ ├── task │ │ ├── SchedulerDescriptor.java │ │ ├── TaskCategoryDescriptor.java │ │ ├── TaskFolderImpl.java │ │ ├── TaskImpl.java │ │ ├── TaskManagerImpl.java │ │ ├── TaskPreferenceStore.java │ │ ├── TaskRegistry.java │ │ ├── TaskRunImpl.java │ │ ├── TaskRunJob.java │ │ └── TaskTypeDescriptor.java │ │ └── updater │ │ ├── DistributionDescriptor.java │ │ ├── UpdateSiteDescriptor.java │ │ └── VersionDescriptor.java ├── org.jkiss.dbeaver.slf4j │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── pom.xml │ └── src │ │ └── org │ │ └── slf4j │ │ └── impl │ │ ├── SLFLogger.java │ │ └── StaticLoggerBinder.java ├── org.jkiss.dbeaver.tasks.native.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tasks │ │ └── ui │ │ └── nativetool │ │ ├── AbstractNativeExportWizard.java │ │ ├── AbstractNativeImportExportWizard.java │ │ ├── AbstractNativeScriptExecuteWizard.java │ │ ├── AbstractNativeToolWizard.java │ │ ├── AbstractNativeToolWizardPage.java │ │ ├── NativeToolConfigPanel.java │ │ ├── NativeToolWizardDialog.java │ │ ├── NativeToolWizardPageLog.java │ │ └── internal │ │ ├── TaskNativeUIMessages.java │ │ ├── TaskNativeUIMessages.properties │ │ ├── TaskNativeUIMessages_de.properties │ │ ├── TaskNativeUIMessages_fr.properties │ │ ├── TaskNativeUIMessages_ja.properties │ │ ├── TaskNativeUIMessages_ru.properties │ │ └── TaskNativeUIMessages_zh.properties ├── org.jkiss.dbeaver.tasks.native │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tasks │ │ └── nativetool │ │ ├── AbstractImportExportSettings.java │ │ ├── AbstractImportSettings.java │ │ ├── AbstractNativeToolHandler.java │ │ ├── AbstractNativeToolSettings.java │ │ ├── AbstractScriptExecuteSettings.java │ │ ├── ExportSettingsExtension.java │ │ └── NativeToolUtils.java ├── org.jkiss.dbeaver.tasks.sql.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tasks │ │ └── ui │ │ └── sql │ │ ├── SQLToolTaskConfigurator.java │ │ ├── SQLToolTaskObjectSelectorDialog.java │ │ ├── SQLToolTaskWizard.java │ │ ├── SQLToolTaskWizardPageSettings.java │ │ ├── SQLToolTaskWizardPageStatus.java │ │ └── internal │ │ ├── TasksSQLUIMessages.java │ │ ├── TasksSQLUIMessages.properties │ │ └── TasksSQLUIMessages_ru.properties ├── org.jkiss.dbeaver.tasks.ui.view │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── task_create.png │ │ ├── task_create@2x.png │ │ ├── task_edit.png │ │ ├── task_edit@2x.png │ │ ├── task_list.png │ │ └── task_list@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── tasks │ │ └── ui │ │ ├── DataSourceToolsContributor.java │ │ ├── RecentTasksMenuContributor.java │ │ ├── TaskPropertyTester.java │ │ ├── ToolsPropertyTester.java │ │ ├── internal │ │ ├── TaskUIViewBundle.java │ │ ├── TaskUIViewMessages.java │ │ ├── TaskUIViewMessages.properties │ │ ├── TaskUIViewMessages_de.properties │ │ ├── TaskUIViewMessages_es.properties │ │ ├── TaskUIViewMessages_fr.properties │ │ ├── TaskUIViewMessages_it.properties │ │ └── TaskUIViewMessages_ru.properties │ │ └── view │ │ ├── DatabaseTaskTransfer.java │ │ ├── DatabaseTasksSelectorDialog.java │ │ ├── DatabaseTasksTree.java │ │ ├── DatabaseTasksView.java │ │ ├── TaskHandlerCopy.java │ │ ├── TaskHandlerCreate.java │ │ ├── TaskHandlerDelete.java │ │ ├── TaskHandlerEdit.java │ │ ├── TaskHandlerFolderCreate.java │ │ ├── TaskHandlerGroupBy.java │ │ ├── TaskHandlerProperties.java │ │ ├── TaskHandlerRefresh.java │ │ └── TaskHandlerRun.java ├── org.jkiss.dbeaver.tasks.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── readme.txt │ │ ├── task_list.png │ │ └── task_list@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.task.ui.exsd │ │ └── org.jkiss.dbeaver.tools.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── tasks │ │ └── ui │ │ │ ├── DBTTaskConfigPanel.java │ │ │ ├── DBTTaskConfigurator.java │ │ │ ├── ExecuteToolHandler.java │ │ │ ├── internal │ │ │ ├── TaskUIMessages.java │ │ │ ├── TaskUIMessages.properties │ │ │ ├── TaskUIMessages_de.properties │ │ │ ├── TaskUIMessages_es.properties │ │ │ ├── TaskUIMessages_fr.properties │ │ │ ├── TaskUIMessages_it.properties │ │ │ ├── TaskUIMessages_ja.properties │ │ │ └── TaskUIMessages_ru.properties │ │ │ ├── registry │ │ │ ├── TaskConfiguratorDescriptor.java │ │ │ └── TaskUIRegistry.java │ │ │ └── wizard │ │ │ ├── EditTaskConfigurationDialog.java │ │ │ ├── EditTaskVariablesDialog.java │ │ │ ├── TaskConfigurationSettingsStub.java │ │ │ ├── TaskConfigurationWizard.java │ │ │ ├── TaskConfigurationWizardDialog.java │ │ │ ├── TaskConfigurationWizardPageSettings.java │ │ │ ├── TaskConfigurationWizardPageTask.java │ │ │ ├── TaskConfigurationWizardStub.java │ │ │ ├── TaskProcessorUI.java │ │ │ └── TaskWizardExecutor.java │ │ ├── tools │ │ └── registry │ │ │ ├── ToolDescriptor.java │ │ │ ├── ToolGroupDescriptor.java │ │ │ └── ToolsRegistry.java │ │ └── ui │ │ └── tools │ │ └── IUserInterfaceTool.java ├── org.jkiss.dbeaver.team.git.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_ru.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── clone.png │ │ ├── clone@2x.png │ │ ├── commit.png │ │ ├── commit@2x.png │ │ ├── pull.png │ │ ├── pull@2x.png │ │ ├── push.png │ │ ├── push@2x.png │ │ ├── share.png │ │ └── share@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── team │ │ └── git │ │ └── ui │ │ ├── Activator.java │ │ ├── handlers │ │ ├── GITAbstractHandler.java │ │ ├── GITCommandIds.java │ │ ├── GITCommitHandler.java │ │ ├── GITHistoryHandler.java │ │ ├── GITUpdateHandler.java │ │ ├── ProjectCloneHandler.java │ │ └── ProjectShareHandler.java │ │ ├── internal │ │ ├── GITMessages.java │ │ ├── GITResources.properties │ │ ├── GITResources_de.properties │ │ ├── GITResources_es.properties │ │ └── GITResources_ru.properties │ │ └── utils │ │ └── GitUIUtils.java ├── org.jkiss.dbeaver.team.git │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── icons │ │ ├── sample.png │ │ └── sample@2x.png │ ├── plugin.xml │ └── pom.xml ├── org.jkiss.dbeaver.ui.app.eclipse │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── plugin.xml │ └── pom.xml ├── org.jkiss.dbeaver.ui.app.standalone │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── about.ini │ ├── about.properties │ ├── build.properties │ ├── dbeaver.e4xmi │ ├── icons │ │ ├── dbeaver16.png │ │ ├── dbeaver256.png │ │ ├── dbeaver32.png │ │ ├── dbeaver48.png │ │ ├── dbeaver64.png │ │ ├── dbeaver_about.png │ │ ├── eclipse │ │ │ ├── copy.png │ │ │ ├── copy@2x.png │ │ │ ├── cut.png │ │ │ ├── cut@2x.png │ │ │ ├── delete.png │ │ │ ├── delete@2x.png │ │ │ ├── export.png │ │ │ ├── export@2x.png │ │ │ ├── import.png │ │ │ ├── import@2x.png │ │ │ ├── last_edit_location.png │ │ │ ├── last_edit_location@2x.png │ │ │ ├── new_object.png │ │ │ ├── new_object@2x.png │ │ │ ├── paste.png │ │ │ ├── paste@2x.png │ │ │ ├── quick_search.png │ │ │ ├── quick_search@2x.png │ │ │ ├── redo.png │ │ │ ├── redo@2x.png │ │ │ ├── refresh.png │ │ │ ├── refresh@2x.png │ │ │ ├── rename.png │ │ │ ├── rename@2x.png │ │ │ ├── revert.png │ │ │ ├── revert@2x.png │ │ │ ├── save.png │ │ │ ├── save@2x.png │ │ │ ├── save_as.png │ │ │ ├── save_as@2x.png │ │ │ ├── saveall.png │ │ │ ├── saveall@2x.png │ │ │ ├── search.png │ │ │ ├── search@2x.png │ │ │ ├── undo.png │ │ │ └── undo@2x.png │ │ ├── error_view.png │ │ ├── error_view@2x.png │ │ ├── help.png │ │ ├── progress_view.png │ │ ├── progress_view@2x.png │ │ ├── properties_view.png │ │ ├── properties_view@2x.png │ │ ├── templates_view.png │ │ └── templates_view@2x.png │ ├── plugin.xml │ ├── plugin_customization.ini │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.commandLine.exsd │ ├── splash.bmp │ ├── splash_ori.bmp │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── app │ │ └── standalone │ │ │ ├── ApplicationActionBarAdvisor.java │ │ │ ├── ApplicationCSSManager.java │ │ │ ├── ApplicationWorkbenchAdvisor.java │ │ │ ├── ApplicationWorkbenchWindowAdvisor.java │ │ │ ├── CommandLineParameterHandler.java │ │ │ ├── DBeaverApplication.java │ │ │ ├── DBeaverApplicationPreferenceInitializer.java │ │ │ ├── DBeaverCommandLine.java │ │ │ ├── DBeaverSettingsImporter.java │ │ │ ├── DBeaverSplashHandler.java │ │ │ ├── WorkbenchInitializerNewConnection.java │ │ │ ├── about │ │ │ ├── AboutBoxAction.java │ │ │ ├── AboutBoxDialog.java │ │ │ └── AboutBoxHandler.java │ │ │ ├── actions │ │ │ ├── EmergentExitAction.java │ │ │ ├── OpenLocalFileActionExt.java │ │ │ ├── ResetUISettingsAction.java │ │ │ └── ResetWorkspaceStateAction.java │ │ │ ├── internal │ │ │ ├── CoreApplicationActivator.java │ │ │ ├── CoreApplicationMessages.java │ │ │ ├── CoreApplicationMessages.properties │ │ │ ├── CoreApplicationMessages_de.properties │ │ │ ├── CoreApplicationMessages_es.properties │ │ │ ├── CoreApplicationMessages_fr.properties │ │ │ ├── CoreApplicationMessages_it.properties │ │ │ ├── CoreApplicationMessages_ja.properties │ │ │ ├── CoreApplicationMessages_ko.properties │ │ │ ├── CoreApplicationMessages_ru.properties │ │ │ ├── CoreApplicationMessages_zh.properties │ │ │ └── PatchClassLoaderHook.java │ │ │ ├── rpc │ │ │ ├── DBeaverInstanceServer.java │ │ │ ├── IInstanceController.java │ │ │ └── InstanceClient.java │ │ │ └── update │ │ │ ├── CheckForUpdateAction.java │ │ │ ├── DBeaverVersionChecker.java │ │ │ └── VersionUpdateDialog.java │ │ └── help │ │ ├── GitHubWikiHelpUI.java │ │ └── LightweightHelpView.java ├── org.jkiss.dbeaver.ui.charts │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── charts │ │ ├── BaseChartComposite.java │ │ ├── BaseChartConstants.java │ │ ├── BaseChartDrawingSupplier.java │ │ └── internal │ │ ├── UIChartsActivator.java │ │ ├── UIChartsMessages.java │ │ ├── UIChartsMessages.properties │ │ └── UIChartsMessages_ru.properties ├── org.jkiss.dbeaver.ui.dashboard │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── icons │ │ ├── dashboard.png │ │ └── dashboard@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ └── org.jkiss.dbeaver.dashboard.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── dashboard │ │ ├── control │ │ ├── DashboardChartComposite.java │ │ ├── DashboardItem.java │ │ ├── DashboardList.java │ │ ├── DashboardListViewer.java │ │ ├── DashboardRenderer.java │ │ └── DashboardRendererBase.java │ │ ├── histogram │ │ └── DashboardRendererTimeseries.java │ │ ├── internal │ │ ├── UIDashboardActivator.java │ │ ├── UIDashboardMessages.java │ │ ├── UIDashboardMessages.properties │ │ ├── UIDashboardMessages_es.properties │ │ ├── UIDashboardMessages_ru.properties │ │ └── UIDashboardPreferencesInitializer.java │ │ ├── model │ │ ├── DashboardCalcType.java │ │ ├── DashboardConstants.java │ │ ├── DashboardContainer.java │ │ ├── DashboardDataType.java │ │ ├── DashboardFetchType.java │ │ ├── DashboardGroupContainer.java │ │ ├── DashboardInterval.java │ │ ├── DashboardItemViewConfiguration.java │ │ ├── DashboardMapQuery.java │ │ ├── DashboardQuery.java │ │ ├── DashboardUtils.java │ │ ├── DashboardValueType.java │ │ ├── DashboardViewConfiguration.java │ │ ├── DashboardViewContainer.java │ │ ├── DashboardViewType.java │ │ └── data │ │ │ ├── DashboardDataAbstract.java │ │ │ ├── DashboardDataChart.java │ │ │ ├── DashboardDataHistogram.java │ │ │ ├── DashboardDataKeyValue.java │ │ │ ├── DashboardDataMultiChart.java │ │ │ ├── DashboardDataSeries.java │ │ │ ├── DashboardDataset.java │ │ │ └── DashboardDatasetRow.java │ │ ├── preferences │ │ └── PrefPageDashboards.java │ │ ├── registry │ │ ├── DashboardDescriptor.java │ │ ├── DashboardMapQueryDescriptor.java │ │ ├── DashboardRegistry.java │ │ └── DashboardViewTypeDescriptor.java │ │ └── view │ │ ├── DashboardAddDialog.java │ │ ├── DashboardDatabaseSelectDialog.java │ │ ├── DashboardEditDialog.java │ │ ├── DashboardItemConfigDialog.java │ │ ├── DashboardItemViewDialog.java │ │ ├── DashboardManagerDialog.java │ │ ├── DashboardOpenTool.java │ │ ├── DashboardUpdateJob.java │ │ ├── DashboardUpdater.java │ │ ├── DashboardView.java │ │ ├── DashboardViewConfigDialog.java │ │ ├── HandlerDashboardAbstract.java │ │ ├── HandlerDashboardAddItem.java │ │ ├── HandlerDashboardConfiguration.java │ │ ├── HandlerDashboardOpen.java │ │ ├── HandlerDashboardRemoveItem.java │ │ ├── HandlerDashboardReset.java │ │ └── HandlerDashboardViewItem.java ├── org.jkiss.dbeaver.ui.editors.acl │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── editors │ │ └── acl │ │ ├── ACLCommandChangePrivilege.java │ │ ├── BaseACLManager.java │ │ ├── ObjectACLEditor.java │ │ ├── ObjectACLManager.java │ │ └── internal │ │ ├── ACLMessages.java │ │ ├── ACLMessages.properties │ │ ├── ACLMessages_de.properties │ │ ├── ACLMessages_ru.properties │ │ └── ACLMessages_zh.properties ├── org.jkiss.dbeaver.ui.editors.base │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── controls │ │ ├── ObjectEditorPageControl.java │ │ ├── StyledTextFindReplaceTarget.java │ │ └── StyledTextUtils.java │ │ └── editors │ │ ├── AbstractDatabaseEditor.java │ │ ├── AbstractDatabaseObjectEditor.java │ │ ├── BaseTextEditorCommands.java │ │ ├── BinaryEditorInput.java │ │ ├── ControlPropertyCommandListener.java │ │ ├── DatabaseEditorAdapterFactory.java │ │ ├── DatabaseEditorContext.java │ │ ├── DatabaseEditorContextBase.java │ │ ├── DatabaseEditorInput.java │ │ ├── DatabaseEditorInputFactory.java │ │ ├── DatabaseEditorListener.java │ │ ├── DatabaseEditorPreferences.java │ │ ├── DatabaseEditorPropertyTester.java │ │ ├── DatabaseEditorUtils.java │ │ ├── DatabaseLazyEditorInput.java │ │ ├── DatabaseNodeEditorInput.java │ │ ├── EditorSearchActionsContributor.java │ │ ├── EditorUtils.java │ │ ├── ErrorEditorInput.java │ │ ├── IActionContributor.java │ │ ├── IDatabaseEditor.java │ │ ├── IDatabaseEditorContributorManager.java │ │ ├── IDatabaseEditorContributorUser.java │ │ ├── IDatabaseEditorInput.java │ │ ├── IDatabaseEditorInputFactory.java │ │ ├── IDatabaseModellerEditor.java │ │ ├── IDatabasePostSaveProcessor.java │ │ ├── INavigatorEditorInput.java │ │ ├── INonPersistentEditorInput.java │ │ ├── IRevertableEditor.java │ │ ├── IStatefulEditorInput.java │ │ ├── MultiPageAbstractEditor.java │ │ ├── MultiPageDatabaseEditor.java │ │ ├── NodeEditorInput.java │ │ ├── NodeEditorInputFactory.java │ │ ├── ProgressEditorPart.java │ │ ├── ProjectFileEditorInput.java │ │ ├── SimpleCommandContext.java │ │ ├── SimpleDatabaseEditorContext.java │ │ ├── SinglePageDatabaseEditor.java │ │ ├── StringEditorInput.java │ │ ├── SubEditorSite.java │ │ ├── TextEditorUtils.java │ │ ├── WidgetCommandDirector.java │ │ ├── internal │ │ ├── EditorsMessages.java │ │ ├── EditorsResources.properties │ │ ├── EditorsResources_de.properties │ │ ├── EditorsResources_fr.properties │ │ ├── EditorsResources_ja.properties │ │ ├── EditorsResources_ru.properties │ │ └── EditorsResources_zh.properties │ │ ├── object │ │ ├── ObjectEditorInput.java │ │ ├── config │ │ │ └── BaseTableColumnConfigurator.java │ │ └── struct │ │ │ ├── AttributeEditPage.java │ │ │ ├── AttributesSelectorPage.java │ │ │ ├── BaseObjectEditPage.java │ │ │ ├── CreateProcedurePage.java │ │ │ ├── CreateSequencePage.java │ │ │ ├── EditConstraintPage.java │ │ │ ├── EditDictionaryPage.java │ │ │ ├── EditForeignKeyPage.java │ │ │ ├── EditIndexPage.java │ │ │ ├── EditObjectDialog.java │ │ │ └── EntityEditPage.java │ │ └── text │ │ ├── BaseTextDocumentProvider.java │ │ ├── BaseTextEditor.java │ │ ├── DatabaseMarkerAnnotationModel.java │ │ ├── FileRefDocumentProvider.java │ │ ├── NonRuleBasedDamagerRepairer.java │ │ ├── PropertyEventDispatcher.java │ │ ├── ScriptPositionColumn.java │ │ ├── TextChangeHover.java │ │ ├── TextEditorPropertyTester.java │ │ ├── TextWhiteSpaceDetector.java │ │ └── handlers │ │ ├── AbstractCommentHandler.java │ │ ├── AbstractTextHandler.java │ │ ├── LoadTextFileHandler.java │ │ ├── MorphDelimitedListHandler.java │ │ ├── SaveTextFileHandler.java │ │ ├── ToggleMultiLineCommentHandler.java │ │ ├── ToggleSingleLineCommentHandler.java │ │ ├── ToggleWordWrapHandler.java │ │ └── TrimTextSpacesHandler.java ├── org.jkiss.dbeaver.ui.editors.connection │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.dataSourceView.exsd │ │ └── org.jkiss.dbeaver.ui.propertyConfigurator.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── registry │ │ ├── DataSourceViewDescriptor.java │ │ ├── DataSourceViewRegistry.java │ │ └── configurator │ │ │ ├── UIPropertyConfiguratorDescriptor.java │ │ │ └── UIPropertyConfiguratorRegistry.java │ │ └── ui │ │ ├── actions │ │ ├── ChangePasswordDialogHandler.java │ │ ├── ChangeUserPasswordPropertyTester.java │ │ └── driver │ │ │ └── DriverManagerDialogHandler.java │ │ ├── dialogs │ │ ├── BaseAuthDialog.java │ │ ├── connection │ │ │ ├── AuthModelSelector.java │ │ │ ├── ClientHomesPanel.java │ │ │ ├── ClientHomesSelector.java │ │ │ ├── ConnectionPageAbstract.java │ │ │ ├── ConnectionPageWithAuth.java │ │ │ ├── ConnectionPropertiesControl.java │ │ │ ├── DatabaseNativeAuthModelConfigurator.java │ │ │ ├── DriverPropertiesDialogPage.java │ │ │ └── ProjectSelectorPanel.java │ │ ├── driver │ │ │ ├── DriverDependenciesTree.java │ │ │ ├── DriverDownloadAutoPage.java │ │ │ ├── DriverDownloadDialog.java │ │ │ ├── DriverDownloadManualPage.java │ │ │ ├── DriverDownloadPage.java │ │ │ ├── DriverDownloadWizard.java │ │ │ ├── DriverEditDialog.java │ │ │ ├── DriverLibraryDetailsDialog.java │ │ │ ├── DriverManagerDialog.java │ │ │ ├── DriverSelectViewer.java │ │ │ ├── DriverTabbedViewer.java │ │ │ ├── DriverTreeViewer.java │ │ │ ├── EditMavenArtifactDialog.java │ │ │ └── ViewClasspathDialog.java │ │ └── net │ │ │ ├── HTTPTunnelConfiguratorUI.java │ │ │ ├── SSLConfiguratorAbstractUI.java │ │ │ ├── SSLConfiguratorTrustStoreUI.java │ │ │ └── SocksProxyConfiguratorUI.java │ │ ├── internal │ │ ├── UIConnectionMessages.java │ │ ├── UIConnectionMessages.properties │ │ ├── UIConnectionMessages_de.properties │ │ ├── UIConnectionMessages_es.properties │ │ ├── UIConnectionMessages_fr.properties │ │ ├── UIConnectionMessages_it.properties │ │ ├── UIConnectionMessages_ja.properties │ │ ├── UIConnectionMessages_ko.properties │ │ ├── UIConnectionMessages_ru.properties │ │ └── UIConnectionMessages_zh.properties │ │ └── preferences │ │ ├── PrefPageDrivers.java │ │ └── PrefPageDriversMaven.java ├── org.jkiss.dbeaver.ui.editors.content │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── editors │ │ └── content │ │ └── package.html ├── org.jkiss.dbeaver.ui.editors.data │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── panel_aggregate.png │ │ ├── panel_aggregate@2x.png │ │ ├── panel_grouping.png │ │ ├── panel_grouping@2x.png │ │ ├── panel_metadata.png │ │ ├── panel_metadata@2x.png │ │ ├── panel_references.png │ │ ├── panel_references@2x.png │ │ ├── panel_value.png │ │ └── panel_value@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.aggregateFunction.exsd │ │ ├── org.jkiss.dbeaver.dataManager.exsd │ │ ├── org.jkiss.dbeaver.resultset.panel.exsd │ │ └── org.jkiss.dbeaver.resultset.presentation.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── registry │ │ └── functions │ │ │ ├── AggregateFunctionDescriptor.java │ │ │ └── FunctionsRegistry.java │ │ └── ui │ │ ├── controls │ │ ├── ColumnInfoPanel.java │ │ ├── lightgrid │ │ │ ├── AbstractRenderer.java │ │ │ ├── GridCell.java │ │ │ ├── GridCellRenderer.java │ │ │ ├── GridColumn.java │ │ │ ├── GridColumnRenderer.java │ │ │ ├── GridPos.java │ │ │ ├── GridRowRenderer.java │ │ │ ├── IGridContentProvider.java │ │ │ ├── IGridController.java │ │ │ ├── IGridLabelProvider.java │ │ │ ├── IGridScrollBar.java │ │ │ ├── LightGrid.java │ │ │ ├── NullScrollBar.java │ │ │ └── ScrollBarAdapter.java │ │ └── resultset │ │ │ ├── AbstractPresentation.java │ │ │ ├── ActiveStatusMessage.java │ │ │ ├── CollectionElementData.java │ │ │ ├── DataFilterRegistry.java │ │ │ ├── FilterByAttributeAction.java │ │ │ ├── FilterByAttributeType.java │ │ │ ├── FilterResetAttributeAction.java │ │ │ ├── FilterSettingsDialog.java │ │ │ ├── IQueryExecuteController.java │ │ │ ├── IResultSetContainer.java │ │ │ ├── IResultSetContainerExt.java │ │ │ ├── IResultSetContext.java │ │ │ ├── IResultSetController.java │ │ │ ├── IResultSetDecorator.java │ │ │ ├── IResultSetEditor.java │ │ │ ├── IResultSetFilterManager.java │ │ │ ├── IResultSetLabelProvider.java │ │ │ ├── IResultSetListener.java │ │ │ ├── IResultSetPanel.java │ │ │ ├── IResultSetPresentation.java │ │ │ ├── IResultSetSelection.java │ │ │ ├── IResultSetSelectionExt.java │ │ │ ├── IResultSetValueReflector.java │ │ │ ├── IStatefulControl.java │ │ │ ├── QueryResultsDecorator.java │ │ │ ├── ResultSetAdapterFactory.java │ │ │ ├── ResultSetContextImpl.java │ │ │ ├── ResultSetCopySettings.java │ │ │ ├── ResultSetDataContainer.java │ │ │ ├── ResultSetDataContainerOptions.java │ │ │ ├── ResultSetDataReceiver.java │ │ │ ├── ResultSetDecoratorBase.java │ │ │ ├── ResultSetFilterContentAdapter.java │ │ │ ├── ResultSetFilterPanel.java │ │ │ ├── ResultSetJobAbstract.java │ │ │ ├── ResultSetJobDataRead.java │ │ │ ├── ResultSetLabelProviderDefault.java │ │ │ ├── ResultSetLabelProviderEmpty.java │ │ │ ├── ResultSetListenerAdapter.java │ │ │ ├── ResultSetModel.java │ │ │ ├── ResultSetPasteSettings.java │ │ │ ├── ResultSetPersister.java │ │ │ ├── ResultSetPreferences.java │ │ │ ├── ResultSetPresentationDescriptor.java │ │ │ ├── ResultSetPresentationRegistry.java │ │ │ ├── ResultSetReferenceMenu.java │ │ │ ├── ResultSetRow.java │ │ │ ├── ResultSetSaveReport.java │ │ │ ├── ResultSetSaveSettings.java │ │ │ ├── ResultSetStatListener.java │ │ │ ├── ResultSetStatus.java │ │ │ ├── ResultSetUtils.java │ │ │ ├── ResultSetValueController.java │ │ │ ├── ResultSetViewer.java │ │ │ ├── StatusDetailsDialog.java │ │ │ ├── StatusLabel.java │ │ │ ├── ThemeConstants.java │ │ │ ├── TransformerSettingsDialog.java │ │ │ ├── ValidateUniqueKeyUsageDialog.java │ │ │ ├── colors │ │ │ ├── ColorAction.java │ │ │ ├── ColorSettingsDialog.java │ │ │ ├── CustomizeColorsAction.java │ │ │ ├── ResetAllColorAction.java │ │ │ ├── ResetRowColorAction.java │ │ │ └── SetRowColorAction.java │ │ │ ├── generator │ │ │ ├── SQLGeneratorDeleteFromData.java │ │ │ ├── SQLGeneratorInsertFromData.java │ │ │ ├── SQLGeneratorResultSet.java │ │ │ ├── SQLGeneratorSelectFromData.java │ │ │ ├── SQLGeneratorSelectManyFromData.java │ │ │ └── SQLGeneratorUpdateFromData.java │ │ │ ├── handler │ │ │ ├── CopyAsConfigurationDialog.java │ │ │ ├── CopyAsConfigurationStorage.java │ │ │ ├── ResultSetHandlerCopyAs.java │ │ │ ├── ResultSetHandlerCopySpecial.java │ │ │ ├── ResultSetHandlerMain.java │ │ │ ├── ResultSetHandlerOpenWith.java │ │ │ ├── ResultSetHandlerPasteSpecial.java │ │ │ ├── ResultSetHandlerToggleMode.java │ │ │ ├── ResultSetHandlerTogglePanel.java │ │ │ ├── ResultSetPropertyTester.java │ │ │ ├── SavePreviewDialog.java │ │ │ └── SaveScriptDialog.java │ │ │ ├── internal │ │ │ ├── ResultSetMessages.java │ │ │ ├── ResultSetMessages.properties │ │ │ ├── ResultSetMessages_de.properties │ │ │ ├── ResultSetMessages_es.properties │ │ │ ├── ResultSetMessages_fr.properties │ │ │ ├── ResultSetMessages_it.properties │ │ │ ├── ResultSetMessages_ja.properties │ │ │ ├── ResultSetMessages_ko.properties │ │ │ ├── ResultSetMessages_ru.properties │ │ │ └── ResultSetMessages_zh.properties │ │ │ ├── panel │ │ │ ├── ResultSetPanelDescriptor.java │ │ │ ├── ResultSetPanelRefresher.java │ │ │ ├── aggregate │ │ │ │ └── AggregateColumnsPanel.java │ │ │ ├── grouping │ │ │ │ ├── GroupingConfigDialog.java │ │ │ │ ├── GroupingDataContainer.java │ │ │ │ ├── GroupingPanel.java │ │ │ │ ├── GroupingResultsContainer.java │ │ │ │ └── GroupingResultsDecorator.java │ │ │ ├── metadata │ │ │ │ └── MetaDataPanel.java │ │ │ ├── references │ │ │ │ ├── ReferencesPanel.java │ │ │ │ ├── ReferencesResultsContainer.java │ │ │ │ └── ReferencesResultsDecorator.java │ │ │ └── valueviewer │ │ │ │ ├── ValueViewCommandHandler.java │ │ │ │ ├── ValueViewPropertyTester.java │ │ │ │ └── ValueViewerPanel.java │ │ │ ├── plaintext │ │ │ └── PlainTextPresentation.java │ │ │ ├── spreadsheet │ │ │ ├── Spreadsheet.java │ │ │ ├── SpreadsheetCellEditor.java │ │ │ ├── SpreadsheetCommandHandler.java │ │ │ ├── SpreadsheetFindReplaceTarget.java │ │ │ └── SpreadsheetPresentation.java │ │ │ ├── valuefilter │ │ │ ├── FilterValueEditDialog.java │ │ │ ├── FilterValueEditPopup.java │ │ │ └── GenericFilterValueEdit.java │ │ │ ├── view │ │ │ ├── EmptyPresentation.java │ │ │ ├── ErrorDetailsPart.java │ │ │ ├── ErrorPresentation.java │ │ │ └── StatisticsPresentation.java │ │ │ └── virtual │ │ │ ├── EditVirtualAttributePage.java │ │ │ ├── EditVirtualColumnsPage.java │ │ │ ├── EditVirtualEntityDialog.java │ │ │ ├── VirtualAttributeAddAction.java │ │ │ ├── VirtualAttributeDeleteAction.java │ │ │ ├── VirtualAttributeEditAction.java │ │ │ ├── VirtualEntityEditAction.java │ │ │ ├── VirtualForeignKeyEditAction.java │ │ │ └── VirtualUniqueKeyEditAction.java │ │ ├── data │ │ ├── IAttributeController.java │ │ ├── IDataController.java │ │ ├── IHexEditorService.java │ │ ├── IMultiController.java │ │ ├── IPagedValueManager.java │ │ ├── IRowController.java │ │ ├── IStreamValueEditor.java │ │ ├── IStreamValueManager.java │ │ ├── IValueController.java │ │ ├── IValueEditor.java │ │ ├── IValueEditorStandalone.java │ │ ├── IValueManager.java │ │ ├── dialogs │ │ │ ├── ComplexObjectEditor.java │ │ │ ├── CursorViewDialog.java │ │ │ ├── DefaultValueViewDialog.java │ │ │ ├── TextViewDialog.java │ │ │ └── ValueViewDialog.java │ │ ├── editors │ │ │ ├── BaseValueEditor.java │ │ │ ├── BitInlineEditor.java │ │ │ ├── BitStringInlineEditor.java │ │ │ ├── BooleanInlineEditor.java │ │ │ ├── BooleanPanelEditor.java │ │ │ ├── ComplexValueInlineEditor.java │ │ │ ├── ContentInlineEditor.java │ │ │ ├── ContentPanelEditor.java │ │ │ ├── CursorPanelEditor.java │ │ │ ├── CursorViewComposite.java │ │ │ ├── DateTimeEditorHelper.java │ │ │ ├── DateTimeInlineEditor.java │ │ │ ├── DateTimeStandaloneEditor.java │ │ │ ├── NumberInlineEditor.java │ │ │ ├── PagedPanelEditor.java │ │ │ ├── ReferenceValueEditor.java │ │ │ ├── StringInlineEditor.java │ │ │ └── URLPreviewEditor.java │ │ ├── managers │ │ │ ├── AbstractTextPanelEditor.java │ │ │ ├── ArrayValueManager.java │ │ │ ├── BaseValueManager.java │ │ │ ├── BitStringValueManager.java │ │ │ ├── ComplexValueManager.java │ │ │ ├── ContentValueManager.java │ │ │ ├── DateTimeValueManager.java │ │ │ ├── DefaultValueManager.java │ │ │ ├── EnumValueManager.java │ │ │ ├── NumericValueManager.java │ │ │ ├── ObjectValueManager.java │ │ │ ├── PagedValueManager.java │ │ │ ├── ReferenceValueManager.java │ │ │ ├── StringValueManager.java │ │ │ ├── StructValueManager.java │ │ │ ├── URLPreviewValueManager.java │ │ │ ├── UUIDValueManager.java │ │ │ └── stream │ │ │ │ ├── PlainTextViewerConfiguration.java │ │ │ │ ├── TextEditorPart.java │ │ │ │ ├── TextPanelEditor.java │ │ │ │ └── TextStreamValueManager.java │ │ └── registry │ │ │ ├── StreamValueManagerDescriptor.java │ │ │ ├── ValueManagerDescriptor.java │ │ │ └── ValueManagerRegistry.java │ │ └── editors │ │ ├── content │ │ ├── ContentEditor.java │ │ ├── ContentEditorContributor.java │ │ ├── ContentEditorInput.java │ │ ├── ContentEditorSite.java │ │ ├── ContentFormatHandler.java │ │ └── SelectContentPartDialog.java │ │ └── data │ │ ├── AbstractDataEditor.java │ │ ├── DatabaseDataEditor.java │ │ ├── OpenDataEditorHandler.java │ │ ├── VirtualStructureEditor.java │ │ ├── internal │ │ ├── DataEditorsActivator.java │ │ ├── DataEditorsMessages.java │ │ ├── DataEditorsPreferencesInitializer.java │ │ ├── DataEditorsResources.properties │ │ ├── DataEditorsResources_de.properties │ │ ├── DataEditorsResources_es.properties │ │ ├── DataEditorsResources_fr.properties │ │ ├── DataEditorsResources_ja.properties │ │ ├── DataEditorsResources_ru.properties │ │ └── DataEditorsResources_zh.properties │ │ ├── package.html │ │ └── preferences │ │ ├── PrefPageDataFormat.java │ │ ├── PrefPageResultSetEditors.java │ │ ├── PrefPageResultSetMain.java │ │ ├── PrefPageResultSetPresentation.java │ │ ├── PrefPageResultSetPresentationGrid.java │ │ └── PrefPageResultSetPresentationPlainText.java ├── org.jkiss.dbeaver.ui.editors.entity │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ └── pom.xml ├── org.jkiss.dbeaver.ui.editors.hex │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ └── bundle_tw.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── data │ │ ├── BinaryEditorPart.java │ │ ├── BinaryPanelEditor.java │ │ └── BinaryStreamValueManager.java │ │ └── editors │ │ └── binary │ │ ├── ActionHistory.java │ │ ├── BinaryClipboard.java │ │ ├── BinaryContent.java │ │ ├── BinaryEditor.java │ │ ├── BinaryTextFinder.java │ │ ├── DisplayedContent.java │ │ ├── HexCommandHandler.java │ │ ├── HexEditControl.java │ │ ├── HexEditorPreferences.java │ │ ├── HexEditorService.java │ │ ├── HexManager.java │ │ ├── HexStatusLine.java │ │ ├── dialogs │ │ ├── FindReplaceDialog.java │ │ └── GoToDialog.java │ │ ├── internal │ │ ├── BinaryEditorMessages.java │ │ ├── BinaryEditorMessages.properties │ │ ├── BinaryEditorMessages_de.properties │ │ ├── BinaryEditorMessages_fr.properties │ │ ├── BinaryEditorMessages_ja.properties │ │ ├── BinaryEditorMessages_ru.properties │ │ ├── BinaryEditorMessages_zh.properties │ │ └── HexEditorsActivator.java │ │ └── pref │ │ ├── HexPreferencesManager.java │ │ └── HexPreferencesPage.java ├── org.jkiss.dbeaver.ui.editors.image │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── controls │ │ └── imageview │ │ │ ├── ImageActionDelegate.java │ │ │ ├── ImageEditor.java │ │ │ ├── ImageViewCanvas.java │ │ │ ├── ImageViewMessages.java │ │ │ ├── ImageViewMessages.properties │ │ │ ├── ImageViewMessages_de.properties │ │ │ ├── ImageViewMessages_es.properties │ │ │ ├── ImageViewMessages_fr.properties │ │ │ ├── ImageViewMessages_it.properties │ │ │ ├── ImageViewMessages_ja.properties │ │ │ ├── ImageViewMessages_ru.properties │ │ │ ├── ImageViewMessages_zh.properties │ │ │ ├── ImageViewUtil.java │ │ │ └── ImageViewer.java │ │ └── data │ │ └── managers │ │ └── image │ │ ├── ImageEditorPart.java │ │ ├── ImagePanelEditor.java │ │ └── ImageStreamValueManager.java ├── org.jkiss.dbeaver.ui.editors.json │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── data │ │ └── managers │ │ │ └── stream │ │ │ ├── JSONEditorPart.java │ │ │ ├── JSONPanelEditor.java │ │ │ └── JSONStreamValueManager.java │ │ └── editors │ │ └── json │ │ ├── JSONFormattingStrategy.java │ │ ├── JSONPartitionScanner.java │ │ ├── JSONScanner.java │ │ ├── JSONSourceViewerConfiguration.java │ │ ├── JSONTextEditor.java │ │ └── internal │ │ ├── JSONEditorMessages.java │ │ └── JSONEditorMessages.properties ├── org.jkiss.dbeaver.ui.editors.session │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── views │ │ └── session │ │ ├── AbstractSessionEditor.java │ │ ├── SessionManagerViewer.java │ │ ├── SessionTable.java │ │ └── internal │ │ ├── SessionEditorMessages.java │ │ ├── SessionEditorMessages.properties │ │ └── SessionEditorMessages_ru.properties ├── org.jkiss.dbeaver.ui.editors.sql │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.sql.convert.exsd │ │ ├── org.jkiss.dbeaver.sqlPlanView.exsd │ │ └── org.jkiss.dbeaver.sqlPresentation.exsd │ ├── src │ │ └── org │ │ │ └── jkiss │ │ │ └── dbeaver │ │ │ ├── runtime │ │ │ └── sql │ │ │ │ └── SQLResultsConsumer.java │ │ │ └── ui │ │ │ ├── controls │ │ │ ├── ObjectCompilerLogViewer.java │ │ │ ├── ScriptSelectorPanel.java │ │ │ └── querylog │ │ │ │ ├── QueryLogCommandHandler.java │ │ │ │ └── QueryLogViewer.java │ │ │ └── editors │ │ │ └── sql │ │ │ ├── SQLContentFormatter.java │ │ │ ├── SQLContentTypeDescriber.java │ │ │ ├── SQLEditor.java │ │ │ ├── SQLEditorBase.java │ │ │ ├── SQLEditorCommands.java │ │ │ ├── SQLEditorContributions.java │ │ │ ├── SQLEditorContributor.java │ │ │ ├── SQLEditorContributorNested.java │ │ │ ├── SQLEditorControl.java │ │ │ ├── SQLEditorFeatures.java │ │ │ ├── SQLEditorInputFactory.java │ │ │ ├── SQLEditorListener.java │ │ │ ├── SQLEditorListenerDefault.java │ │ │ ├── SQLEditorMatchingStrategy.java │ │ │ ├── SQLEditorNested.java │ │ │ ├── SQLEditorOutputConsoleViewer.java │ │ │ ├── SQLEditorOutputViewer.java │ │ │ ├── SQLEditorParametersProvider.java │ │ │ ├── SQLEditorPresentation.java │ │ │ ├── SQLEditorPresentationPanel.java │ │ │ ├── SQLEditorPropertyTester.java │ │ │ ├── SQLEditorSourceViewer.java │ │ │ ├── SQLEditorSourceViewerConfiguration.java │ │ │ ├── SQLEditorUtils.java │ │ │ ├── SQLMarkerAnnotationAccess.java │ │ │ ├── SQLMatchingCharacterPainter.java │ │ │ ├── SQLOccurrencesHighlighter.java │ │ │ ├── SQLPlanSaveProvider.java │ │ │ ├── SQLPlanViewProvider.java │ │ │ ├── SQLPreferenceConstants.java │ │ │ ├── SQLResultsView.java │ │ │ ├── SQLScriptBindingType.java │ │ │ ├── SQLSourceViewer.java │ │ │ ├── UIServiceSQLImpl.java │ │ │ ├── VisualQuickQueryPanel.java │ │ │ ├── commands │ │ │ ├── OpenLinkInWindowHandler.java │ │ │ └── SQLCommandInclude.java │ │ │ ├── convert │ │ │ ├── CopySourceCodeHandler.java │ │ │ ├── ISQLTextConverter.java │ │ │ └── impl │ │ │ │ ├── CPPSQLConverter.java │ │ │ │ ├── DelphiSQLConverter.java │ │ │ │ ├── HTMLSQLConverter.java │ │ │ │ ├── JavaSQLConverter.java │ │ │ │ ├── SourceCodeSQLConverter.java │ │ │ │ └── UnformattedSQLConverter.java │ │ │ ├── dialogs │ │ │ ├── BaseSQLDialog.java │ │ │ ├── GenerateMultiSQLDialog.java │ │ │ ├── GenerateSQLDialog.java │ │ │ ├── GenerateSQLParametrizedDialog.java │ │ │ ├── ProcedureParameterBindDialog.java │ │ │ ├── SQLQueryParameterBindDialog.java │ │ │ ├── SQLScriptProgressListener.java │ │ │ ├── SQLScriptStatusDialog.java │ │ │ └── ViewSQLDialog.java │ │ │ ├── execute │ │ │ └── SQLQueryJob.java │ │ │ ├── generator │ │ │ ├── SQLGeneratorContributor.java │ │ │ ├── SQLGeneratorDialog.java │ │ │ └── SQLGeneratorPropertyTester.java │ │ │ ├── handlers │ │ │ ├── SQLEditorHandlerAssistTemplates.java │ │ │ ├── SQLEditorHandlerCloseTab.java │ │ │ ├── SQLEditorHandlerDeleteCurrentFile.java │ │ │ ├── SQLEditorHandlerEnableDisableFolding.java │ │ │ ├── SQLEditorHandlerExecute.java │ │ │ ├── SQLEditorHandlerExpandCollapseAllFoldings.java │ │ │ ├── SQLEditorHandlerExportData.java │ │ │ ├── SQLEditorHandlerGoToMatchingBracket.java │ │ │ ├── SQLEditorHandlerMaximizeResultsPanel.java │ │ │ ├── SQLEditorHandlerNavigateObject.java │ │ │ ├── SQLEditorHandlerNavigateQuery.java │ │ │ ├── SQLEditorHandlerOpenConsole.java │ │ │ ├── SQLEditorHandlerOpenDefaultSwitch.java │ │ │ ├── SQLEditorHandlerOpenEditor.java │ │ │ ├── SQLEditorHandlerOpenObjectConsole.java │ │ │ ├── SQLEditorHandlerRenameFile.java │ │ │ ├── SQLEditorHandlerRunProcedureConsole.java │ │ │ ├── SQLEditorHandlerSeparateConnectionOption.java │ │ │ ├── SQLEditorHandlerSwitchPanel.java │ │ │ ├── SQLEditorHandlerSyncConnection.java │ │ │ ├── SQLEditorHandlerSyncConnectionAuto.java │ │ │ ├── SQLEditorHandlerToggleEditorLayout.java │ │ │ ├── SQLEditorHandlerToggleExtraPanels.java │ │ │ ├── SQLEditorHandlerToggleResultsPanel.java │ │ │ └── SQLNavigatorContext.java │ │ │ ├── indent │ │ │ ├── SQLAutoIndentStrategy.java │ │ │ ├── SQLCommentAutoIndentStrategy.java │ │ │ ├── SQLHeuristicScanner.java │ │ │ ├── SQLIndentSymbols.java │ │ │ ├── SQLIndenter.java │ │ │ ├── SQLStringAutoIndentStrategy.java │ │ │ └── StopCondition.java │ │ │ ├── internal │ │ │ ├── SQLEditorActivator.java │ │ │ ├── SQLEditorMessages.java │ │ │ ├── SQLEditorMessages.properties │ │ │ ├── SQLEditorMessages_de.properties │ │ │ ├── SQLEditorMessages_es.properties │ │ │ ├── SQLEditorMessages_fr.properties │ │ │ ├── SQLEditorMessages_it.properties │ │ │ ├── SQLEditorMessages_ja.properties │ │ │ ├── SQLEditorMessages_ko.properties │ │ │ ├── SQLEditorMessages_ru.properties │ │ │ ├── SQLEditorMessages_zh.properties │ │ │ └── SQLEditorPreferencesInitializer.java │ │ │ ├── log │ │ │ ├── SQLLogFilter.java │ │ │ └── SQLLogPanel.java │ │ │ ├── plan │ │ │ ├── ExplainPlanViewer.java │ │ │ ├── registry │ │ │ │ ├── SQLPlanViewDescriptor.java │ │ │ │ └── SQLPlanViewRegistry.java │ │ │ └── simple │ │ │ │ ├── PlanNodesTree.java │ │ │ │ ├── SQLPlanTreeViewer.java │ │ │ │ └── SQLPlanViewProviderSimple.java │ │ │ ├── preferences │ │ │ ├── PrefPageSQLCodeEditing.java │ │ │ ├── PrefPageSQLCompletion.java │ │ │ ├── PrefPageSQLDialects.java │ │ │ ├── PrefPageSQLEditor.java │ │ │ ├── PrefPageSQLExecute.java │ │ │ ├── PrefPageSQLFormat.java │ │ │ ├── PrefPageSQLResources.java │ │ │ ├── PrefPageSQLTemplates.java │ │ │ ├── format │ │ │ │ ├── BaseFormatterConfigurationPage.java │ │ │ │ ├── SQLExternalFormatterConfigurationPage.java │ │ │ │ ├── SQLFormatterConfigurator.java │ │ │ │ └── tokenized │ │ │ │ │ └── SQLTokenizedFormatterConfigurationPage.java │ │ │ └── format_preview.sql │ │ │ ├── registry │ │ │ ├── SQLConverterRegistry.java │ │ │ ├── SQLPresentationDescriptor.java │ │ │ ├── SQLPresentationPanelDescriptor.java │ │ │ ├── SQLPresentationRegistry.java │ │ │ └── SQLTargetConverterDescriptor.java │ │ │ ├── scripts │ │ │ └── ScriptsHandlerImpl.java │ │ │ ├── syntax │ │ │ ├── SQLCharacterPairMatcher.java │ │ │ ├── SQLCommandCompletionProposal.java │ │ │ ├── SQLCompletionProcessor.java │ │ │ ├── SQLCompletionProposal.java │ │ │ ├── SQLCompletionSorter.java │ │ │ ├── SQLContentAssistant.java │ │ │ ├── SQLContextInformer.java │ │ │ ├── SQLDoubleClickStrategy.java │ │ │ ├── SQLEditorCompletionContext.java │ │ │ ├── SQLFormattingStrategy.java │ │ │ ├── SQLHyperlinkDetector.java │ │ │ ├── SQLInformationProvider.java │ │ │ ├── SQLKeywordDetector.java │ │ │ ├── SQLPartitionScanner.java │ │ │ ├── SQLReconcilingStrategy.java │ │ │ ├── SQLRuleScanner.java │ │ │ ├── SQLScriptPosition.java │ │ │ └── SQLTokenAdapter.java │ │ │ ├── templates │ │ │ ├── SQLAttributeResolver.java │ │ │ ├── SQLContainerResolver.java │ │ │ ├── SQLContext.java │ │ │ ├── SQLContextTypeAbstract.java │ │ │ ├── SQLContextTypeBase.java │ │ │ ├── SQLContextTypeDriver.java │ │ │ ├── SQLContextTypeProvider.java │ │ │ ├── SQLContextTypeRegistry.java │ │ │ ├── SQLDataTypeResolver.java │ │ │ ├── SQLEntityResolver.java │ │ │ ├── SQLObjectResolver.java │ │ │ ├── SQLProposalPosition.java │ │ │ ├── SQLTemplateCompletionProposal.java │ │ │ ├── SQLTemplateStore.java │ │ │ ├── SQLTemplatesPage.java │ │ │ ├── SQLTemplatesRegistry.java │ │ │ ├── SQLVariable.java │ │ │ └── SQLVariableCompletionProposal.java │ │ │ ├── util │ │ │ ├── AbstractSQLEditorTextHover.java │ │ │ ├── ExclusivePositionUpdater.java │ │ │ ├── SQLAnnotationHover.java │ │ │ ├── SQLSymbolInserter.java │ │ │ └── SQLWordFinder.java │ │ │ └── variables │ │ │ ├── AssignVariableAction.java │ │ │ ├── RemoveVariableAction.java │ │ │ └── SQLVariablesPanel.java │ └── templates │ │ ├── default-templates.properties │ │ └── default-templates.xml ├── org.jkiss.dbeaver.ui.editors.xml │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ └── bundle.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ ├── data │ │ └── managers │ │ │ └── stream │ │ │ ├── XMLEditorPart.java │ │ │ ├── XMLPanelEditor.java │ │ │ └── XMLStreamValueManager.java │ │ └── editors │ │ └── xml │ │ ├── XMLContentAssistantProcessor.java │ │ ├── XMLDoubleClickStrategy.java │ │ ├── XMLEditor.java │ │ ├── XMLFormattingStrategy.java │ │ ├── XMLPartitionScanner.java │ │ ├── XMLReconcilingStrategy.java │ │ ├── XMLScanner.java │ │ ├── XMLSourceViewerConfiguration.java │ │ ├── XMLTagRule.java │ │ └── XMLTagScanner.java ├── org.jkiss.dbeaver.ui.navigator │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── readme.txt │ │ ├── task_list.png │ │ └── task_list@2x.png │ ├── plugin.xml │ ├── pom.xml │ ├── schema │ │ ├── org.jkiss.dbeaver.databaseEditor.exsd │ │ └── org.jkiss.dbeaver.navigator.nodeAction.exsd │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── tools │ │ └── project │ │ │ ├── ProjectCreateData.java │ │ │ └── ProjectCreateWizard.java │ │ └── ui │ │ ├── actions │ │ ├── AbstractDataSourceHandler.java │ │ ├── AbstractPageListener.java │ │ ├── ContentTypeParameterValues.java │ │ ├── EmptyListAction.java │ │ ├── GlobalPropertyTester.java │ │ ├── ObjectPropertyTester.java │ │ └── datasource │ │ │ ├── DataSourceMenuContributor.java │ │ │ ├── DataSourceToolbarUtils.java │ │ │ ├── SelectActiveDataSourceHandler.java │ │ │ └── SelectActiveSchemaHandler.java │ │ ├── controls │ │ ├── ColumnBooleanLabelProvider.java │ │ ├── DatabaseLabelProviders.java │ │ ├── SelectDataSourceCombo.java │ │ ├── ViewerColumnController.java │ │ └── ViewerColumnRegistry.java │ │ ├── editors │ │ └── entity │ │ │ ├── EntityConfiguratorDescriptor.java │ │ │ ├── EntityEditor.java │ │ │ ├── EntityEditorDescriptor.java │ │ │ ├── EntityEditorPropertyTester.java │ │ │ ├── EntityEditorsRegistry.java │ │ │ ├── EntityHyperlink.java │ │ │ ├── ErrorEditorPartEx.java │ │ │ ├── FolderEditor.java │ │ │ ├── FolderEditorContributor.java │ │ │ ├── FolderEditorPropertyTester.java │ │ │ ├── GlobalContributorManager.java │ │ │ ├── IEntityDataEditor.java │ │ │ ├── IEntityEditorContext.java │ │ │ ├── IEntityStructureEditor.java │ │ │ ├── handlers │ │ │ ├── FolderNavigateHandler.java │ │ │ ├── PreviewChangesHandler.java │ │ │ ├── RedoChangesHandler.java │ │ │ ├── RevertChangesHandler.java │ │ │ ├── SaveChangesHandler.java │ │ │ └── UndoChangesHandler.java │ │ │ └── properties │ │ │ ├── ObjectPropertiesEditor.java │ │ │ ├── ObjectPropertiesEditorInputFactory.java │ │ │ ├── TabbedFolderPageEditor.java │ │ │ ├── TabbedFolderPageForm.java │ │ │ ├── TabbedFolderPageNode.java │ │ │ └── TabbedFolderPageProperties.java │ │ ├── internal │ │ ├── UINavigatorActivator.java │ │ ├── UINavigatorMessages.java │ │ ├── UINavigatorMessages.properties │ │ ├── UINavigatorMessages_de.properties │ │ ├── UINavigatorMessages_es.properties │ │ ├── UINavigatorMessages_fr.properties │ │ ├── UINavigatorMessages_it.properties │ │ ├── UINavigatorMessages_ja.properties │ │ ├── UINavigatorMessages_ko.properties │ │ ├── UINavigatorMessages_ru.properties │ │ ├── UINavigatorMessages_zh.properties │ │ ├── UINavigatorPreferencesInitializer.java │ │ └── registry │ │ │ ├── NavigatorExtensionsRegistry.java │ │ │ └── NavigatorNodeActionDescriptor.java │ │ ├── navigator │ │ ├── INavigatorFilter.java │ │ ├── INavigatorItemRenderer.java │ │ ├── INavigatorModelView.java │ │ ├── INavigatorNodeActionHandler.java │ │ ├── NavigatorAdapterFactory.java │ │ ├── NavigatorCommands.java │ │ ├── NavigatorConfiguratorFactory.java │ │ ├── NavigatorPreferences.java │ │ ├── NavigatorPropertyTester.java │ │ ├── NavigatorStatePersistor.java │ │ ├── NavigatorUtils.java │ │ ├── ResourcePropertyTester.java │ │ ├── actions │ │ │ ├── NavigatorActiveProjectContributor.java │ │ │ ├── NavigatorHandlerAssociateScript.java │ │ │ ├── NavigatorHandlerCollapseAll.java │ │ │ ├── NavigatorHandlerConnectionFilter.java │ │ │ ├── NavigatorHandlerCopyAbstract.java │ │ │ ├── NavigatorHandlerCopyObject.java │ │ │ ├── NavigatorHandlerCopySpecial.java │ │ │ ├── NavigatorHandlerCreateColumnConstraint.java │ │ │ ├── NavigatorHandlerCreateColumnIndex.java │ │ │ ├── NavigatorHandlerCreateColumnObjectBase.java │ │ │ ├── NavigatorHandlerCreateFile.java │ │ │ ├── NavigatorHandlerCreateFolder.java │ │ │ ├── NavigatorHandlerExpandAll.java │ │ │ ├── NavigatorHandlerFilterClear.java │ │ │ ├── NavigatorHandlerFilterConfig.java │ │ │ ├── NavigatorHandlerFilterExclude.java │ │ │ ├── NavigatorHandlerFilterInclude.java │ │ │ ├── NavigatorHandlerFilterObjectType.java │ │ │ ├── NavigatorHandlerFilterToggle.java │ │ │ ├── NavigatorHandlerLinkEditor.java │ │ │ ├── NavigatorHandlerLocalFolderCreate.java │ │ │ ├── NavigatorHandlerObjectBase.java │ │ │ ├── NavigatorHandlerObjectCreateBase.java │ │ │ ├── NavigatorHandlerObjectCreateCopy.java │ │ │ ├── NavigatorHandlerObjectCreateNew.java │ │ │ ├── NavigatorHandlerObjectDelete.java │ │ │ ├── NavigatorHandlerObjectGoto.java │ │ │ ├── NavigatorHandlerObjectMove.java │ │ │ ├── NavigatorHandlerObjectOpen.java │ │ │ ├── NavigatorHandlerObjectRename.java │ │ │ ├── NavigatorHandlerOpenBrowser.java │ │ │ ├── NavigatorHandlerPreferences.java │ │ │ ├── NavigatorHandlerProjectCreate.java │ │ │ ├── NavigatorHandlerProjectRefresh.java │ │ │ ├── NavigatorHandlerProjectSelect.java │ │ │ ├── NavigatorHandlerProjectSetActive.java │ │ │ ├── NavigatorHandlerRefresh.java │ │ │ ├── NavigatorHandlerSetDefaultObject.java │ │ │ ├── NavigatorHandlerShowInExplorer.java │ │ │ ├── NavigatorHandlerToggleView.java │ │ │ ├── NavigatorHandlerViewConfigure.java │ │ │ ├── NavigatorNodeActionHandlerAbstract.java │ │ │ ├── NavigatorObjectsDeleter.java │ │ │ ├── ToggleViewAction.java │ │ │ ├── links │ │ │ │ ├── CreateLinkHandler.java │ │ │ │ ├── CreateLinkedFilesRunnable.java │ │ │ │ ├── CreateLinkedFoldersRunnable.java │ │ │ │ ├── CreateLinkedResourcesRunnable.java │ │ │ │ ├── LinkFileHandler.java │ │ │ │ └── LinkFolderHandler.java │ │ │ └── node │ │ │ │ ├── NNAHDataSourceConfiguration.java │ │ │ │ ├── NNAHDataSourceReadOnly.java │ │ │ │ └── NNAHDataSourceTunnel.java │ │ ├── database │ │ │ ├── DatabaseBrowserView.java │ │ │ ├── DatabaseNavigatorContent.java │ │ │ ├── DatabaseNavigatorContentProvider.java │ │ │ ├── DatabaseNavigatorLabelProvider.java │ │ │ ├── DatabaseNavigatorToolTipSupport.java │ │ │ ├── DatabaseNavigatorTree.java │ │ │ ├── DatabaseNavigatorTreeFilter.java │ │ │ ├── DatabaseNavigatorTreeFilterObjectType.java │ │ │ ├── DatabaseNavigatorView.java │ │ │ ├── DatabaseObjectsSelectorPanel.java │ │ │ ├── DatabaseObjectsTreeManager.java │ │ │ ├── DefaultNavigatorNodeRenderer.java │ │ │ ├── NavigatorViewBase.java │ │ │ ├── StatisticsNavigatorNodeRenderer.java │ │ │ ├── TextMatcherExt.java │ │ │ └── load │ │ │ │ ├── TreeLoadService.java │ │ │ │ ├── TreeLoadVisualizer.java │ │ │ │ ├── TreeNodeChildrenLoading.java │ │ │ │ ├── TreeNodeLazyExpander.java │ │ │ │ └── TreeNodeSpecial.java │ │ ├── dialogs │ │ │ ├── ConfirmNavigatorNodesDeleteDialog.java │ │ │ ├── EditObjectFilterDialog.java │ │ │ ├── GotoObjectDialog.java │ │ │ ├── ObjectBrowserDialog.java │ │ │ ├── ObjectListDialog.java │ │ │ ├── SelectDataSourceDialog.java │ │ │ └── SelectDatabaseDialog.java │ │ ├── itemlist │ │ │ ├── DatabaseObjectListControl.java │ │ │ ├── ItemListControl.java │ │ │ ├── NodeListControl.java │ │ │ └── ObjectListControl.java │ │ └── project │ │ │ ├── DecoratedProjectView.java │ │ │ ├── ProjectExplorerView.java │ │ │ └── ProjectNavigatorView.java │ │ ├── preferences │ │ ├── PrefPageDatabaseNavigator.java │ │ └── TargetPrefPage.java │ │ ├── project │ │ ├── EditProjectWizard.java │ │ ├── PrefPageProjectResourceSettings.java │ │ └── PrefPageProjectUserProfiles.java │ │ └── resources │ │ └── AbstractResourceHandler.java ├── org.jkiss.dbeaver.ui.search │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ └── search │ │ │ ├── data.png │ │ │ ├── data@2x.png │ │ │ ├── metadata.png │ │ │ └── metadata@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ └── ui │ │ └── search │ │ ├── AbstractSearchPage.java │ │ ├── AbstractSearchResult.java │ │ ├── AbstractSearchResultsPage.java │ │ ├── OpenQuickSearchAction.java │ │ ├── data │ │ ├── OpenDataSearchPageAction.java │ │ ├── SearchDataObject.java │ │ ├── SearchDataPage.java │ │ ├── SearchDataParams.java │ │ ├── SearchDataQuery.java │ │ ├── SearchDataResult.java │ │ └── SearchDataResultsPage.java │ │ ├── internal │ │ ├── UISearchMessages.java │ │ ├── UISearchMessages.properties │ │ ├── UISearchMessages_de.properties │ │ ├── UISearchMessages_fr.properties │ │ ├── UISearchMessages_ja.properties │ │ ├── UISearchMessages_ru.properties │ │ └── UISearchMessages_zh.properties │ │ ├── metadata │ │ ├── OpenMetadataSearchPageAction.java │ │ ├── SearchMetadataConstants.java │ │ ├── SearchMetadataPage.java │ │ ├── SearchMetadataQuery.java │ │ ├── SearchMetadataResult.java │ │ └── SearchMetadataResultsPage.java │ │ └── package.html ├── org.jkiss.dbeaver.ui │ ├── META-INF │ │ └── MANIFEST.MF │ ├── OSGI-INF │ │ └── l10n │ │ │ ├── bundle.properties │ │ │ ├── bundle_de.properties │ │ │ ├── bundle_es.properties │ │ │ ├── bundle_fr.properties │ │ │ ├── bundle_it.properties │ │ │ ├── bundle_ja.properties │ │ │ ├── bundle_ko.properties │ │ │ ├── bundle_pt_BR.properties │ │ │ ├── bundle_ru.properties │ │ │ ├── bundle_tw.properties │ │ │ └── bundle_zh.properties │ ├── build.properties │ ├── icons │ │ ├── actions │ │ │ ├── marketplace.png │ │ │ ├── marketplace@2x.png │ │ │ ├── user.png │ │ │ ├── user_add.png │ │ │ └── user_delete.png │ │ ├── add.png │ │ ├── add@2x.png │ │ ├── animation │ │ │ ├── loading01.png │ │ │ ├── loading02.png │ │ │ ├── loading03.png │ │ │ ├── loading04.png │ │ │ ├── loading05.png │ │ │ ├── loading06.png │ │ │ ├── loading07.png │ │ │ ├── progress_0.gif │ │ │ ├── progress_1.gif │ │ │ ├── progress_2.gif │ │ │ ├── progress_3.gif │ │ │ ├── progress_4.gif │ │ │ ├── progress_5.gif │ │ │ ├── progress_6.gif │ │ │ ├── progress_7.gif │ │ │ ├── progress_8.gif │ │ │ └── progress_9.gif │ │ ├── bookmark.png │ │ ├── bookmark@2x.png │ │ ├── bookmark_folder.png │ │ ├── bookmark_folder@2x.png │ │ ├── buttons │ │ │ ├── cloud.png │ │ │ ├── cloud@2x.png │ │ │ ├── lock.png │ │ │ ├── lock@2x.png │ │ │ ├── settings.png │ │ │ ├── settings@2x.png │ │ │ ├── tunnel.png │ │ │ ├── tunnel2.png │ │ │ ├── tunnel2@2x.png │ │ │ └── tunnel@2x.png │ │ ├── chart │ │ │ ├── chart_bar.png │ │ │ ├── chart_bar@2x.png │ │ │ ├── chart_curve.png │ │ │ ├── chart_curve@2x.png │ │ │ ├── chart_line.png │ │ │ ├── chart_line@2x.png │ │ │ ├── chart_pie.png │ │ │ └── chart_pie@2x.png │ │ ├── configuration.png │ │ ├── configuration@2x.png │ │ ├── connections.png │ │ ├── connections@2x.png │ │ ├── create.png │ │ ├── create@2x.png │ │ ├── database.png │ │ ├── database@2x.png │ │ ├── database_connect.png │ │ ├── database_connect@2x.png │ │ ├── database_navigator.png │ │ ├── database_navigator@2x.png │ │ ├── database_type.png │ │ ├── database_type@2x.png │ │ ├── databases.png │ │ ├── databases@2x.png │ │ ├── dbeaver_logo_medium.png │ │ ├── dbeaver_logo_small.png │ │ ├── dbeaver_logo_small@2x.png │ │ ├── dbeaver_perspective.png │ │ ├── dbeaver_perspective@2x.png │ │ ├── delete.png │ │ ├── delete@2x.png │ │ ├── driver_manager.png │ │ ├── driver_manager@2x.png │ │ ├── edit.png │ │ ├── edit@2x.png │ │ ├── erase.png │ │ ├── erase@2x.png │ │ ├── file │ │ │ ├── auto_save.png │ │ │ ├── auto_save@2x.png │ │ │ ├── compare.png │ │ │ ├── compare@2x.png │ │ │ ├── export.png │ │ │ ├── export@2x.png │ │ │ ├── file.png │ │ │ ├── file@2x.png │ │ │ ├── folder_add.png │ │ │ ├── folder_add@2x.png │ │ │ ├── import.png │ │ │ ├── import@2x.png │ │ │ ├── link.png │ │ │ ├── link@2x.png │ │ │ ├── load.png │ │ │ ├── load@2x.png │ │ │ ├── reset.png │ │ │ ├── reset@2x.png │ │ │ ├── save.png │ │ │ ├── save@2x.png │ │ │ ├── save_as.png │ │ │ ├── save_as@2x.png │ │ │ ├── saveall.png │ │ │ └── saveall@2x.png │ │ ├── link_to_editor.png │ │ ├── link_to_editor@2x.png │ │ ├── misc │ │ │ ├── align_to_center.png │ │ │ ├── align_to_center@2x.png │ │ │ ├── align_to_left.png │ │ │ ├── align_to_left@2x.png │ │ │ ├── align_to_right.png │ │ │ ├── align_to_right@2x.png │ │ │ ├── arrow_bottom.png │ │ │ ├── arrow_bottom@2x.png │ │ │ ├── arrow_down.png │ │ │ ├── arrow_down@2x.png │ │ │ ├── arrow_left.png │ │ │ ├── arrow_left@2x.png │ │ │ ├── arrow_left_all.png │ │ │ ├── arrow_left_all@2x.png │ │ │ ├── arrow_reset.png │ │ │ ├── arrow_reset@2x.png │ │ │ ├── arrow_right.png │ │ │ ├── arrow_right@2x.png │ │ │ ├── arrow_right_all.png │ │ │ ├── arrow_right_all@2x.png │ │ │ ├── arrow_top.png │ │ │ ├── arrow_top@2x.png │ │ │ ├── arrow_up.png │ │ │ ├── arrow_up@2x.png │ │ │ ├── asterisk.png │ │ │ ├── asterisk@2x.png │ │ │ ├── binary.png │ │ │ ├── binary@2x.png │ │ │ ├── browser.png │ │ │ ├── browser@2x.png │ │ │ ├── bullet_black.png │ │ │ ├── bullet_black@2x.png │ │ │ ├── bullet_green.png │ │ │ ├── bullet_green@2x.png │ │ │ ├── bullet_red.png │ │ │ ├── bullet_red@2x.png │ │ │ ├── bullet_star.png │ │ │ ├── bullet_star@2x.png │ │ │ ├── cancel.png │ │ │ ├── cancel@2x.png │ │ │ ├── checked.png │ │ │ ├── checked@2x.png │ │ │ ├── checked_null.png │ │ │ ├── checked_null@2x.png │ │ │ ├── clock_play.png │ │ │ ├── clock_play@2x.png │ │ │ ├── clock_stop.png │ │ │ ├── clock_stop@2x.png │ │ │ ├── close.png │ │ │ ├── close@2x.png │ │ │ ├── collapse.png │ │ │ ├── collapse@2x.png │ │ │ ├── collapse_all.png │ │ │ ├── collapse_all@2x.png │ │ │ ├── compile.png │ │ │ ├── compile@2x.png │ │ │ ├── compile_log.png │ │ │ ├── compile_log@2x.png │ │ │ ├── config_table.png │ │ │ ├── config_table@2x.png │ │ │ ├── confirm.png │ │ │ ├── confirm@2x.png │ │ │ ├── cursor.png │ │ │ ├── cursor@2x.png │ │ │ ├── dots_button.png │ │ │ ├── dots_button@2x.png │ │ │ ├── drop_down.png │ │ │ ├── drop_down@2x.png │ │ │ ├── edit_column.png │ │ │ ├── edit_column@2x.png │ │ │ ├── edit_database.png │ │ │ ├── edit_database@2x.png │ │ │ ├── edit_table.png │ │ │ ├── edit_table@2x.png │ │ │ ├── event.png │ │ │ ├── event@2x.png │ │ │ ├── expand.png │ │ │ ├── expand@2x.png │ │ │ ├── expand_all.png │ │ │ ├── expand_all@2x.png │ │ │ ├── filter.png │ │ │ ├── filter@2x.png │ │ │ ├── filter_add.png │ │ │ ├── filter_add@2x.png │ │ │ ├── filter_apply.png │ │ │ ├── filter_apply@2x.png │ │ │ ├── filter_clipboard.png │ │ │ ├── filter_clipboard@2x.png │ │ │ ├── filter_config.png │ │ │ ├── filter_config@2x.png │ │ │ ├── filter_input.png │ │ │ ├── filter_input@2x.png │ │ │ ├── filter_reset.png │ │ │ ├── filter_reset@2x.png │ │ │ ├── filter_save.png │ │ │ ├── filter_save@2x.png │ │ │ ├── filter_small.png │ │ │ ├── filter_small@2x.png │ │ │ ├── filter_value.png │ │ │ ├── filter_value@2x.png │ │ │ ├── find.png │ │ │ ├── find@2x.png │ │ │ ├── find_text.png │ │ │ ├── find_text@2x.png │ │ │ ├── fit-window.png │ │ │ ├── fit-window@2x.png │ │ │ ├── group_attributes.png │ │ │ ├── group_attributes@2x.png │ │ │ ├── hide_all_details.png │ │ │ ├── hide_all_details@2x.png │ │ │ ├── home.png │ │ │ ├── home@2x.png │ │ │ ├── layout.png │ │ │ ├── layout@2x.png │ │ │ ├── link.png │ │ │ ├── link2.png │ │ │ ├── notifications │ │ │ │ ├── notification-close-active.gif │ │ │ │ └── notification-close.gif │ │ │ ├── object_add.png │ │ │ ├── object_add@2x.png │ │ │ ├── object_refresh.png │ │ │ ├── object_refresh@2x.png │ │ │ ├── object_remove.png │ │ │ ├── object_remove@2x.png │ │ │ ├── original-size.png │ │ │ ├── original-size@2x.png │ │ │ ├── pages.png │ │ │ ├── pages@2x.png │ │ │ ├── palette.png │ │ │ ├── palette@2x.png │ │ │ ├── print.png │ │ │ ├── print@2x.png │ │ │ ├── qm.png │ │ │ ├── qm@2x.png │ │ │ ├── rotate.png │ │ │ ├── rotate@2x.png │ │ │ ├── rotate_left.png │ │ │ ├── rotate_left@2x.png │ │ │ ├── rotate_right.png │ │ │ ├── rotate_right@2x.png │ │ │ ├── ruler_position.png │ │ │ ├── ruler_position@2x.png │ │ │ ├── search.png │ │ │ ├── search@2x.png │ │ │ ├── separator_h.png │ │ │ ├── separator_v.png │ │ │ ├── shell.png │ │ │ ├── shell@2x.png │ │ │ ├── show_all_details.png │ │ │ ├── show_all_details@2x.png │ │ │ ├── show_main_details @2x.png │ │ │ ├── show_main_details.png │ │ │ ├── sort.png │ │ │ ├── sort@2x.png │ │ │ ├── sort_config.png │ │ │ ├── sort_config@2x.png │ │ │ ├── sort_decrease.png │ │ │ ├── sort_decrease@2x.png │ │ │ ├── sort_increase.png │ │ │ ├── sort_increase@2x.png │ │ │ ├── sort_increase_1.png │ │ │ ├── sort_unknown.png │ │ │ ├── sort_unknown@2x.png │ │ │ ├── sources.png │ │ │ ├── sources@2x.png │ │ │ ├── sql.png │ │ │ ├── sql@2x.png │ │ │ ├── textfield.png │ │ │ ├── textfield@2x.png │ │ │ ├── tools.png │ │ │ ├── tools@2x.png │ │ │ ├── unchecked.png │ │ │ ├── unchecked@2x.png │ │ │ ├── zoom.png │ │ │ ├── zoom@2x.png │ │ │ ├── zoom_in.png │ │ │ ├── zoom_in@2x.png │ │ │ ├── zoom_out.png │ │ │ └── zoom_out@2x.png │ │ ├── page_stack.png │ │ ├── page_stack@2x.png │ │ ├── picture.png │ │ ├── picture@2x.png │ │ ├── picture_save.png │ │ ├── picture_save@2x.png │ │ ├── project.png │ │ ├── project@2x.png │ │ ├── project_add.png │ │ ├── project_add@2x.png │ │ ├── projects.png │ │ ├── projects@2x.png │ │ ├── properties.png │ │ ├── properties@2x.png │ │ ├── refresh.png │ │ ├── refresh@2x.png │ │ ├── remove.png │ │ ├── remove@2x.png │ │ ├── rename.png │ │ ├── rename@2x.png │ │ ├── run.png │ │ ├── run@2x.png │ │ ├── scripts.png │ │ ├── scripts@2x.png │ │ ├── security.png │ │ ├── security@2x.png │ │ ├── sql │ │ │ ├── accept.png │ │ │ ├── accept@2x.png │ │ │ ├── back.png │ │ │ ├── back@2x.png │ │ │ ├── cancel.png │ │ │ ├── cancel@2x.png │ │ │ ├── commit.png │ │ │ ├── commit@2x.png │ │ │ ├── connect.png │ │ │ ├── connect@2x.png │ │ │ ├── details.png │ │ │ ├── details@2x.png │ │ │ ├── disconnect.png │ │ │ ├── disconnect@2x.png │ │ │ ├── dup_allowed.png │ │ │ ├── dup_allowed@2x.png │ │ │ ├── dup_restricted.png │ │ │ ├── dup_restricted@2x.png │ │ │ ├── event.png │ │ │ ├── folder_link.png │ │ │ ├── forward.png │ │ │ ├── forward@2x.png │ │ │ ├── grid.png │ │ │ ├── grid@2x.png │ │ │ ├── page_data_grid.png │ │ │ ├── page_data_grid@2x.png │ │ │ ├── page_data_grid_locked.png │ │ │ ├── page_data_grid_locked@2x.png │ │ │ ├── page_error.png │ │ │ ├── page_error@2x.png │ │ │ ├── page_explain_plan.png │ │ │ ├── page_explain_plan@2x.png │ │ │ ├── page_output.png │ │ │ ├── page_output@2x.png │ │ │ ├── page_output_alert.png │ │ │ ├── page_output_alert@2x.png │ │ │ ├── page_white.png │ │ │ ├── page_white@2x.png │ │ │ ├── panel_customize.png │ │ │ ├── panel_customize@2x.png │ │ │ ├── parameter.png │ │ │ ├── parameter@2x.png │ │ │ ├── reconnect.png │ │ │ ├── reconnect@2x.png │ │ │ ├── resultset_count.png │ │ │ ├── resultset_count@2x.png │ │ │ ├── resultset_fetch_all.png │ │ │ ├── resultset_fetch_all@2x.png │ │ │ ├── resultset_fetch_page.png │ │ │ ├── resultset_fetch_page@2x.png │ │ │ ├── resultset_first.png │ │ │ ├── resultset_first@2x.png │ │ │ ├── resultset_last.png │ │ │ ├── resultset_last@2x.png │ │ │ ├── resultset_next.png │ │ │ ├── resultset_next@2x.png │ │ │ ├── resultset_previous.png │ │ │ ├── resultset_previous@2x.png │ │ │ ├── resultset_refresh.png │ │ │ ├── resultset_refresh@2x.png │ │ │ ├── revert.png │ │ │ ├── revert@2x.png │ │ │ ├── rollback.png │ │ │ ├── rollback@2x.png │ │ │ ├── row_add.png │ │ │ ├── row_add@2x.png │ │ │ ├── row_copy.png │ │ │ ├── row_copy@2x.png │ │ │ ├── row_delete.png │ │ │ ├── row_delete@2x.png │ │ │ ├── row_edit.png │ │ │ ├── row_edit@2x.png │ │ │ ├── save_to_database.png │ │ │ ├── save_to_database@2x.png │ │ │ ├── sql_analyse.png │ │ │ ├── sql_analyse@2x.png │ │ │ ├── sql_console.png │ │ │ ├── sql_console@2x.png │ │ │ ├── sql_exec.png │ │ │ ├── sql_exec@2x.png │ │ │ ├── sql_exec_new.png │ │ │ ├── sql_exec_new@2x.png │ │ │ ├── sql_inspector.png │ │ │ ├── sql_inspector@2x.png │ │ │ ├── sql_plan.png │ │ │ ├── sql_plan@2x.png │ │ │ ├── sql_preview.png │ │ │ ├── sql_preview@2x.png │ │ │ ├── sql_script.png │ │ │ ├── sql_script@2x.png │ │ │ ├── sql_script_create.png │ │ │ ├── sql_script_create@2x.png │ │ │ ├── sql_script_exec.png │ │ │ ├── sql_script_exec@2x.png │ │ │ ├── sql_script_exec_new.png │ │ │ ├── sql_script_exec_new@2x.png │ │ │ ├── sql_script_recent.png │ │ │ ├── sql_script_recent@2x.png │ │ │ ├── sql_table.png │ │ │ ├── sql_table@2x.png │ │ │ ├── sql_text.png │ │ │ ├── sql_text@2x.png │ │ │ ├── sql_validate.png │ │ │ ├── sql_validate@2x.png │ │ │ ├── table_export.png │ │ │ ├── table_export@2x.png │ │ │ ├── table_import.png │ │ │ ├── table_import@2x.png │ │ │ ├── txn_auto.png │ │ │ ├── txn_auto@2x.png │ │ │ ├── txn_config.png │ │ │ ├── txn_config@2x.png │ │ │ ├── txn_config_2.png │ │ │ ├── txn_config_2@2x.png │ │ │ ├── txn_log.png │ │ │ ├── txn_log@2x.png │ │ │ ├── txn_manual.png │ │ │ ├── txn_manual@2x.png │ │ │ ├── variable.png │ │ │ ├── variable2.png │ │ │ ├── variable2@2x.png │ │ │ ├── variable3.png │ │ │ ├── variable3@2x.png │ │ │ └── variable@2x.png │ │ ├── sync_connection.png │ │ ├── sync_connection@2x.png │ │ ├── table.png │ │ ├── table@2x.png │ │ └── visualization │ │ │ ├── capture.png │ │ │ ├── capture@2x.png │ │ │ ├── circle_layout.png │ │ │ ├── circle_layout@2x.png │ │ │ ├── csv_file.png │ │ │ ├── csv_file@2x.png │ │ │ ├── design.png │ │ │ ├── design@2x.png │ │ │ ├── detach.png │ │ │ ├── detach@2x.png │ │ │ ├── force_directed_layout.png │ │ │ ├── force_directed_layout@2x.png │ │ │ ├── grid_layout.png │ │ │ ├── grid_layout@2x.png │ │ │ ├── horizontal_layout.png │ │ │ ├── horizontal_layout@2x.png │ │ │ ├── horizontal_tree_layout.png │ │ │ ├── horizontal_tree_layout@2x.png │ │ │ ├── minimap.png │ │ │ ├── minimap@2x.png │ │ │ ├── search_execute.png │ │ │ ├── search_execute@2x.png │ │ │ ├── shortest_path.png │ │ │ ├── shortest_path@2x.png │ │ │ ├── vertical_layout.png │ │ │ ├── vertical_layout@2x.png │ │ │ ├── vertical_tree_layout.png │ │ │ └── vertical_tree_layout@2x.png │ ├── plugin.xml │ ├── pom.xml │ └── src │ │ └── org │ │ └── jkiss │ │ └── dbeaver │ │ ├── runtime │ │ ├── DummyRunnableContext.java │ │ └── RunnableContextDelegate.java │ │ └── ui │ │ ├── AWTUtils.java │ │ ├── AbstractPartListener.java │ │ ├── AbstractUIJob.java │ │ ├── ActionBars.java │ │ ├── ActionUtils.java │ │ ├── ClipboardData.java │ │ ├── CompositeSelectionProvider.java │ │ ├── ContextSearchAction.java │ │ ├── CopyMode.java │ │ ├── CustomSelectionProvider.java │ │ ├── DBIconBinary.java │ │ ├── DBeaverIcons.java │ │ ├── DefaultViewerToolTipSupport.java │ │ ├── DialogSettingsDelegate.java │ │ ├── DialogSettingsMap.java │ │ ├── DynamicFindReplaceTarget.java │ │ ├── EmptyAction.java │ │ ├── IActionConstants.java │ │ ├── IActiveWorkbenchPart.java │ │ ├── IClipboardSource.java │ │ ├── IColumnTextProvider.java │ │ ├── IColumnValueProvider.java │ │ ├── ICommentsSupport.java │ │ ├── ICompositeDialogPageContainer.java │ │ ├── ICustomActionsProvider.java │ │ ├── IDataSourceConnectionEditor.java │ │ ├── IDataSourceConnectionEditorSite.java │ │ ├── IDataSourceConnectionTester.java │ │ ├── IDialogPageProvider.java │ │ ├── IElementFilter.java │ │ ├── IErrorVisualizer.java │ │ ├── IHelpContextIdProvider.java │ │ ├── IHelpContextIds.java │ │ ├── ILabelProviderEx.java │ │ ├── ILazyLabelProvider.java │ │ ├── INestedEditorSite.java │ │ ├── IObjectPropertyConfigurator.java │ │ ├── IProgressControlProvider.java │ │ ├── IPropertyChangeReflector.java │ │ ├── IRefreshablePart.java │ │ ├── ISearchContextProvider.java │ │ ├── ISearchExecutor.java │ │ ├── ISingleControlEditor.java │ │ ├── IWorkbenchWindowInitializer.java │ │ ├── ImageUtils.java │ │ ├── LazyLabelProvider.java │ │ ├── LinuxKeyboardArrowsListener.java │ │ ├── LoadingJob.java │ │ ├── MenuCreator.java │ │ ├── OverlayImageDescriptor.java │ │ ├── OverlayImageDescriptorLegacy.java │ │ ├── ProgramInfo.java │ │ ├── ProxyPageSite.java │ │ ├── ProxyWorkbenchPart.java │ │ ├── SharedFonts.java │ │ ├── SharedTextColors.java │ │ ├── ShellUtils.java │ │ ├── SimpleByteArrayTransfer.java │ │ ├── TableToolTip.java │ │ ├── TrayIconHandler.java │ │ ├── UIColors.java │ │ ├── UIConfirmation.java │ │ ├── UIElementAlignment.java │ │ ├── UIExecutionQueue.java │ │ ├── UIIcon.java │ │ ├── UIStyles.java │ │ ├── UITask.java │ │ ├── UITextUtils.java │ │ ├── UIUtils.java │ │ ├── Widgets.java │ │ ├── contentassist │ │ ├── ContentAssistLabelProvider.java │ │ ├── ContentAssistUtils.java │ │ ├── ContentProposalExt.java │ │ ├── SmartTextContentAdapter.java │ │ ├── StringContentProposalProvider.java │ │ └── StyledTextContentAdapter.java │ │ ├── controls │ │ ├── AdvancedTextCellEditor.java │ │ ├── CComboContentAdapter.java │ │ ├── CSmartCombo.java │ │ ├── CSmartSelector.java │ │ ├── ConnectionFolderSelector.java │ │ ├── CustomCheckboxCellEditor.java │ │ ├── CustomComboBoxCellEditor.java │ │ ├── CustomFormEditor.java │ │ ├── CustomNumberCellEditor.java │ │ ├── CustomSashForm.java │ │ ├── CustomTableEditor.java │ │ ├── CustomTextCellEditor.java │ │ ├── CustomTimeEditor.java │ │ ├── CustomToolTipHandler.java │ │ ├── CustomTreeEditor.java │ │ ├── DefaultColorSelector.java │ │ ├── DoubleClickMouseAdapter.java │ │ ├── ListContentProvider.java │ │ ├── LocaleSelectorControl.java │ │ ├── MultilineTextCellEditor.java │ │ ├── NamedObjectPatternFilter.java │ │ ├── ObjectContainerSelectorPanel.java │ │ ├── ObjectViewerRenderer.java │ │ ├── PairListControl.java │ │ ├── ProgressLoaderVisualizer.java │ │ ├── ProgressPageControl.java │ │ ├── PropertyPageStandard.java │ │ ├── StatusLineContributionItemEx.java │ │ ├── StringEditorTable.java │ │ ├── TabFolderReorder.java │ │ ├── TableColumnSortListener.java │ │ ├── TextWithDropDown.java │ │ ├── TextWithOpen.java │ │ ├── TextWithOpenFile.java │ │ ├── TextWithOpenFolder.java │ │ ├── ToolbarSeparatorContribution.java │ │ ├── TreeContentProvider.java │ │ ├── VariablesHintLabel.java │ │ ├── VerticalButton.java │ │ ├── VerticalFolder.java │ │ ├── VerticalFolderManager.java │ │ ├── autorefresh │ │ │ ├── AutoRefreshConfigDialog.java │ │ │ ├── AutoRefreshControl.java │ │ │ ├── AutoRefreshJob.java │ │ │ └── RefreshSettings.java │ │ ├── bool │ │ │ ├── BooleanMode.java │ │ │ ├── BooleanState.java │ │ │ ├── BooleanStyle.java │ │ │ ├── BooleanStyleDecorator.java │ │ │ └── BooleanStyleSet.java │ │ ├── finder │ │ │ ├── AdvancedList.java │ │ │ ├── AdvancedListItem.java │ │ │ └── viewer │ │ │ │ └── AdvancedListViewer.java │ │ └── folders │ │ │ ├── ITabbedFolder.java │ │ │ ├── ITabbedFolderContainer.java │ │ │ ├── ITabbedFolderListener.java │ │ │ ├── TabbedFolderComposite.java │ │ │ ├── TabbedFolderInfo.java │ │ │ ├── TabbedFolderList.java │ │ │ ├── TabbedFolderPage.java │ │ │ ├── TabbedFolderState.java │ │ │ └── TabbedFoldersRegistry.java │ │ ├── css │ │ ├── CSSUtils.java │ │ ├── CustomCompositeElementHandler.java │ │ ├── CustomSelectedTabFillHandler.java │ │ ├── CustomUnselectedTabHandler.java │ │ └── DBStyles.java │ │ ├── dialogs │ │ ├── AbstractPopupPanel.java │ │ ├── AcceptLicenseDialog.java │ │ ├── ActiveWizard.java │ │ ├── ActiveWizardDialog.java │ │ ├── ActiveWizardPage.java │ │ ├── ApplicationErrorSupportProvider.java │ │ ├── BaseDialog.java │ │ ├── BaseProgressDialog.java │ │ ├── BaseTitleDialog.java │ │ ├── BaseWizard.java │ │ ├── BlockingPopupDialog.java │ │ ├── ConfirmationDialog.java │ │ ├── ConnectionLostDialog.java │ │ ├── DetailsViewDialog.java │ │ ├── DialogUtils.java │ │ ├── EditTextDialog.java │ │ ├── EditUserDialog.java │ │ ├── EnterNameDialog.java │ │ ├── HelpEnabledDialog.java │ │ ├── InformationDialog.java │ │ ├── MessageBoxBuilder.java │ │ ├── MessageBoxModern.java │ │ ├── MultiPageWizardDialog.java │ │ ├── Reply.java │ │ ├── StandardErrorDialog.java │ │ ├── ViewExceptionDialog.java │ │ └── exec │ │ │ ├── ExecutionQueueErrorDialog.java │ │ │ ├── ExecutionQueueErrorJob.java │ │ │ └── ExecutionQueueErrorResponse.java │ │ ├── dnd │ │ ├── DatabaseObjectTransfer.java │ │ ├── LocalObjectTransfer.java │ │ └── TreeNodeTransfer.java │ │ ├── internal │ │ ├── UIActivator.java │ │ ├── UIMessages.java │ │ ├── UIMessages.properties │ │ ├── UIMessages_de.properties │ │ ├── UIMessages_es.properties │ │ ├── UIMessages_fr.properties │ │ ├── UIMessages_it.properties │ │ ├── UIMessages_ja.properties │ │ ├── UIMessages_ru.properties │ │ └── UIMessages_zh.properties │ │ ├── notifications │ │ ├── AbstractNotification.java │ │ ├── AbstractNotificationPopup.java │ │ ├── AbstractUiNotification.java │ │ ├── AbstractWorkbenchNotificationPopup.java │ │ ├── AnimationUtil.java │ │ ├── DatabaseNotification.java │ │ ├── DatabaseNotificationPopup.java │ │ ├── DatabaseNotificationSink.java │ │ ├── GeneralNotification.java │ │ ├── NotificationPopup.java │ │ ├── NotificationPopupMessage.java │ │ ├── NotificationSinkEvent.java │ │ ├── NotificationUtils.java │ │ └── ScalingHyperlink.java │ │ ├── preferences │ │ ├── AbstractPrefPage.java │ │ ├── PreferenceStoreDelegate.java │ │ └── WizardPrefPage.java │ │ └── properties │ │ ├── PropertyDescriptorDelegate.java │ │ ├── PropertyEditorUtils.java │ │ ├── PropertySourceDelegate.java │ │ └── PropertyTreeViewer.java └── pom.xml ├── pom.xml ├── product ├── appstore │ ├── DBeaverAppStore.product │ ├── pom.xml │ └── product-branding.properties ├── community │ ├── DBeaver.p2.inf │ ├── DBeaver.product │ ├── category.xml │ ├── icons-sources │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ ├── icon_32x32@2x.png │ │ ├── icon_48x48.png │ │ ├── icon_512x512.png │ │ ├── icon_512x512@2x.png │ │ └── icon_64x64.png │ ├── icons │ │ ├── dbeaver.icns │ │ ├── dbeaver.ico │ │ ├── dbeaver.png │ │ ├── dbeaver.xpm │ │ └── dbeaver_back.bmp │ ├── pom.xml │ └── product-branding.properties ├── debug │ └── DBeaver.product.launch ├── localRepository │ ├── contrib │ │ └── com.ibm.icu.base_58.2.0.v20170418-1837.jar │ ├── install-3rd-party-deps.sh │ ├── pom.xml │ └── startRepository.sh ├── repositories │ ├── org.jkiss.dbeaver.ce.repository │ │ ├── category.xml │ │ ├── pom.xml │ │ └── siteTemplate │ │ │ ├── index.html │ │ │ └── web │ │ │ ├── site.css │ │ │ └── site.xsl │ ├── org.jkiss.dbeaver.debug.repository │ │ ├── category.xml │ │ └── pom.xml │ ├── org.jkiss.dbeaver.git.repository │ │ ├── category.xml │ │ └── pom.xml │ ├── org.jkiss.dbeaver.net.sshj.repository │ │ ├── category.xml │ │ └── pom.xml │ ├── org.jkiss.dbeaver.office.repository │ │ ├── category.xml │ │ └── pom.xml │ ├── org.jkiss.dbeaver.svg.repository │ │ ├── category.xml │ │ └── pom.xml │ └── pom.xml └── snapcraft │ ├── .gitignore │ └── snapcraft.yaml └── test ├── org.jkiss.dbeaver.ext.greenplum.test ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── pom.xml └── src │ └── org │ └── jkiss │ └── dbeaver │ └── ext │ └── greenplum │ ├── edit │ ├── GreenplumExternalTableManager2Test.java │ └── GreenplumTableManagerTest.java │ └── model │ ├── GreenplumExternalTableTest.java │ ├── GreenplumExternalTableUriLocationsHandlerTest.java │ ├── GreenplumFunctionTest.java │ ├── GreenplumTableTest.java │ ├── GreenplumWithClauseBuilderTest.java │ └── PostgreServerGreenplumTest.java ├── org.jkiss.dbeaver.ext.oracle.test ├── META-INF │ └── MANIFEST.MF ├── build.cmd ├── build.properties ├── pom.xml └── src │ └── org │ └── jkiss │ └── dbeaver │ └── ext │ └── oracle │ └── model │ ├── OracleAlterTableColumnTest.java │ ├── OracleBaseTableTest.java │ └── OracleTestUtils.java ├── org.jkiss.dbeaver.ext.postgresql.test ├── META-INF │ └── MANIFEST.MF ├── build.cmd ├── build.properties ├── pom.xml └── src │ └── org │ └── jkiss │ └── dbeaver │ └── ext │ └── postgresql │ ├── PostgreValueParserTest.java │ ├── TestPreferenceStore.java │ └── model │ ├── PostgreServerExtensionBaseTest.java │ └── PostgreTableBaseTest.java ├── org.jkiss.dbeaver.ext.test ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── jkiss │ └── dbeaver │ └── ext │ └── test │ ├── desktop │ └── Win32WindowDemo.java │ ├── handlers │ ├── HandlerConnectionValidate.java │ ├── HandlerDialog.java │ └── HandlerObjectValidate.java │ ├── swtbot │ └── SWTbotTest.java │ ├── tools │ ├── HugeSchemaGenerator.java │ ├── HugeTableGenerator.java │ ├── IconRenamer.java │ ├── LockGenerator.java │ └── LockGeneratorOracle.java │ └── ui │ └── TestDialog.java ├── org.jkiss.dbeaver.test.platform ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── l10n │ │ └── bundle.properties ├── build.properties ├── pom.xml └── src │ └── org │ └── jkiss │ ├── dbeaver │ ├── data │ │ └── transfer │ │ │ └── StreamTransferUtilsTest.java │ ├── model │ │ ├── DBUtilsTest.java │ │ ├── DBValueFormattingTest.java │ │ ├── SQLUtilsTest.java │ │ ├── data │ │ │ └── json │ │ │ │ └── JSONUtilsTest.java │ │ ├── impl │ │ │ └── data │ │ │ │ └── transformers │ │ │ │ └── EpochTimeAttributeTransformerTest.java │ │ └── sql │ │ │ ├── analyzer │ │ │ ├── SQLCompletionAnalyzerTest.java │ │ │ └── builder │ │ │ │ ├── Builder.java │ │ │ │ ├── DatabaseContainerBuilder.java │ │ │ │ ├── SchemaContainerBuilder.java │ │ │ │ ├── TableAttributeContainerBuilder.java │ │ │ │ ├── TableContainerBuilder.java │ │ │ │ └── request │ │ │ │ ├── RequestBuilder.java │ │ │ │ └── RequestResult.java │ │ │ ├── format │ │ │ └── tokenized │ │ │ │ └── SQLFormatterTokenizedTest.java │ │ │ └── parser │ │ │ └── SQLScriptParserTest.java │ ├── test │ │ └── platform │ │ │ └── PlatformTest.java │ └── tools │ │ └── transfer │ │ └── CSVImporterTest.java │ └── utils │ ├── ArrayUtilsTest.java │ ├── BOMInputStreamTest.java │ ├── BeanUtilsTest.java │ ├── ByteNumberFormatTest.java │ ├── CommonUtilsTest.java │ ├── MimeTypeTest.java │ ├── RuntimeUtilsTest.java │ └── SecurityUtilsTest.java └── pom.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/.gitignore -------------------------------------------------------------------------------- /DBEAVER_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/DBEAVER_README.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/README.md -------------------------------------------------------------------------------- /ViT_Manual/BUILD_NUMBER.txt: -------------------------------------------------------------------------------- 1 | 3.0 2 | -------------------------------------------------------------------------------- /ViT_Manual/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/Makefile -------------------------------------------------------------------------------- /ViT_Manual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/README.md -------------------------------------------------------------------------------- /ViT_Manual/ko/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/Makefile -------------------------------------------------------------------------------- /ViT_Manual/ko/_static/style.css: -------------------------------------------------------------------------------- 1 | .wy-nav-content { 2 | max-width: none !important; 3 | } 4 | -------------------------------------------------------------------------------- /ViT_Manual/ko/_templates_org/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/_templates_org/layout.html -------------------------------------------------------------------------------- /ViT_Manual/ko/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/conf.py -------------------------------------------------------------------------------- /ViT_Manual/ko/connect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/connect.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/dev.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/dev.ini -------------------------------------------------------------------------------- /ViT_Manual/ko/images/dbeaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/dbeaver.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/gephi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/gephi.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/gephi_toolkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/gephi_toolkit.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/gql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/gql.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/javafx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/javafx.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/gql_assist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/gql_assist1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/gql_assist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/gql_assist2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/query_editor_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/query_editor_1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/query_editor_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/query_editor_2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/query_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/query_plan.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/query_editor/query_tran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/query_editor/query_tran.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/capture.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/chart_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/chart_1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/chart_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/chart_2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/design_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/design_edit.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/export_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/export_csv.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/layout_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/layout_circle.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/layout_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/layout_grid.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/layout_spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/layout_spring.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/shortest_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/shortest_path.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_other/value_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_other/value_info.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/1n_self_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/1n_self_loop.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/capture.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/console.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/dettach_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/dettach_window.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/get_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/get_data.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/grid.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/highLight_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/highLight_1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/highLight_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/highLight_2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/json_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/json_browser.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/minimap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/minimap.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/result_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/result_windows.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/undo_redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/undo_redo.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/unhighlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/unhighlight.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/result_window/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/result_window/zoom.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/18-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/18-1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/Edit_Driver_Setting .PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/Edit_Driver_Setting .PNG -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/download_driver.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/download_driver.PNG -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/driver_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/driver_download.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/driver_preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/driver_preferences.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/first_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/first_display.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/gql_assist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/gql_assist1.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/gql_assist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/gql_assist2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/gql_assist3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/gql_assist3.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/navi_download_driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/navi_download_driver.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/navi_type_property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/navi_type_property.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/s2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/s2.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/s3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/s3.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/s4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/s4.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/s8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/s8.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/selectdatabase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/selectdatabase.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/splash.bmp -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/splash.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/start/test_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/start/test_connection.png -------------------------------------------------------------------------------- /ViT_Manual/ko/images/vit_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/images/vit_structure.png -------------------------------------------------------------------------------- /ViT_Manual/ko/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/index.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/install.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/intro.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/make.bat -------------------------------------------------------------------------------- /ViT_Manual/ko/release_note/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/release_note/index.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/result_other.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/result_other.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/result_window.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/result_window.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/sql_editor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/sql_editor.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/start.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/start.rst -------------------------------------------------------------------------------- /ViT_Manual/ko/toc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/ko/toc.rst -------------------------------------------------------------------------------- /ViT_Manual/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_Manual/make.bat -------------------------------------------------------------------------------- /ViT_docs/GDBMS_시각화도구_요구사항_정의서.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/GDBMS_시각화도구_요구사항_정의서.xlsx -------------------------------------------------------------------------------- /ViT_docs/GDBMS를_위한_시각화_도구_설계.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/GDBMS를_위한_시각화_도구_설계.docx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/No.2-질의창.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/No.2-질의창.pptx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/No.3-시각화창-1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/No.3-시각화창-1.pptx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/No.4-시각화창-2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/No.4-시각화창-2.pptx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/result/No.1-연결탐색기.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/result/No.1-연결탐색기.xlsx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/result/No.2-질의창.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/result/No.2-질의창.xlsx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/result/No.3-시각화창-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/result/No.3-시각화창-1.xlsx -------------------------------------------------------------------------------- /ViT_docs/Test scenario-ViT/result/No.4-시각화창-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/Test scenario-ViT/result/No.4-시각화창-2.xlsx -------------------------------------------------------------------------------- /ViT_docs/ViT_Task 단위 모듈 설계_WBS 추가.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ViT_Task 단위 모듈 설계_WBS 추가.xlsx -------------------------------------------------------------------------------- /ViT_docs/create_image/splash_welcome.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/create_image/splash_welcome.pptx -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/GDBMS.story: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/GDBMS.story -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/MainView.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/MainView.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/add_query_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/add_query_view.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/filter_apply@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/filter_apply@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/filter_reset@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/filter_reset@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/main_view_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/main_view_sql.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/page_error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/page_error@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/page_output@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/page_output@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/sql_exec@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/sql_exec@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/assets/sql_plan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/assets/sql_plan@2x.png -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/connection_Popup.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/connection_Popup.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/db_navi_context.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/db_navi_context.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/default_main_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/default_main_view.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/query_context_menu.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/query_context_menu.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/query_load.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/query_load.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/query_save.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/query_save.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/query_suggest_popup.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/query_suggest_popup.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/result_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/result_view.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/test_connection.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/test_connection.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/vi_context_menu.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/vi_context_menu.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/vi_csv_save.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/vi_csv_save.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/vi_image_save.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/vi_image_save.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/vi_other_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/vi_other_view.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/vi_result_other_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/vi_result_other_view.screen -------------------------------------------------------------------------------- /ViT_docs/ui_prototype/ViT/work_main_view.screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/ui_prototype/ViT/work_main_view.screen -------------------------------------------------------------------------------- /ViT_docs/문서작성용_그림원본.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/문서작성용_그림원본.pptx -------------------------------------------------------------------------------- /ViT_docs/시각화도구_UI_UX_기획서.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/ViT_docs/시각화도구_UI_UX_기획서.pptx -------------------------------------------------------------------------------- /bundles/org.jkiss.utils/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.utils/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /bundles/org.jkiss.utils/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.utils/build.properties -------------------------------------------------------------------------------- /bundles/org.jkiss.utils/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.utils/pom.xml -------------------------------------------------------------------------------- /bundles/org.jkiss.utils/src/org/jkiss/utils/Pair.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.utils/src/org/jkiss/utils/Pair.java -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/OSGI-INF/l10n/bundle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/OSGI-INF/l10n/bundle.properties -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/build.properties -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/copy_contrib.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/copy_contrib.cmd -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/native/x64/jkiss_wmi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/native/x64/jkiss_wmi.dll -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/native/x86/jkiss_wmi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/native/x86/jkiss_wmi.dll -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/pom.xml -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/JNIMetaData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/JNIMetaData.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/JNIMetaData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/JNIMetaData.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObject.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObject.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObjectJNI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObjectJNI.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObjectJNI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObjectJNI.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObjectSink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObjectSink.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIObjectSink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIObjectSink.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIService.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIService.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIService.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIService.sln -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIService.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIService.vcproj -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIServiceJNI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIServiceJNI.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIServiceJNI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIServiceJNI.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIServiceModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIServiceModule.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIUtils.cpp -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/WMIUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/WMIUtils.h -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/gen_headers.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/gen_headers.cmd -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/show_sigs.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/show_sigs.cmd -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/stdafx.cpp: -------------------------------------------------------------------------------- 1 | 2 | #include "stdafx.h" 3 | 4 | -------------------------------------------------------------------------------- /bundles/org.jkiss.wmi/src/native/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/org.jkiss.wmi/src/native/stdafx.h -------------------------------------------------------------------------------- /bundles/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/bundles/pom.xml -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/crowdin.yml -------------------------------------------------------------------------------- /demo_browser/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | package-lock.json 3 | 4 | -------------------------------------------------------------------------------- /demo_browser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/demo_browser/README.md -------------------------------------------------------------------------------- /demo_browser/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/demo_browser/app.js -------------------------------------------------------------------------------- /demo_browser/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/demo_browser/data.json -------------------------------------------------------------------------------- /demo_browser/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/demo_browser/package.json -------------------------------------------------------------------------------- /demo_browser/sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/demo_browser/sample.html -------------------------------------------------------------------------------- /docs/build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/build.txt -------------------------------------------------------------------------------- /docs/codestyle/eclipse-formatter-profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/codestyle/eclipse-formatter-profile.xml -------------------------------------------------------------------------------- /docs/devel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/devel.txt -------------------------------------------------------------------------------- /docs/icu.base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/icu.base.txt -------------------------------------------------------------------------------- /docs/license_header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/license_header.txt -------------------------------------------------------------------------------- /docs/root/licenses/commons_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/root/licenses/commons_license.txt -------------------------------------------------------------------------------- /docs/root/licenses/dbeaver_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/root/licenses/dbeaver_license.txt -------------------------------------------------------------------------------- /docs/root/licenses/eclipse_license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/root/licenses/eclipse_license.html -------------------------------------------------------------------------------- /docs/root/licenses/jsch-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/root/licenses/jsch-license.txt -------------------------------------------------------------------------------- /docs/sql1992.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/docs/sql1992.txt -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.appstore.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.appstore.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ce.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ce.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ce.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ce.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ce.feature/root/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ce.feature/root/readme.txt -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.db.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.db.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.db.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.db.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.db.ui.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.db.ui.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.db.ui.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.db.ui.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.debug.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.debug.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.debug.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.debug.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ext.office.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ext.office.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ext.ui.svg.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ext.ui.svg.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.git.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.git.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.git.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.git.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ide.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ide.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ide.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ide.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.net.sshj.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.net.sshj.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.rcp.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.rcp.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.rcp.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.rcp.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.runtime.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.runtime.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.standalone.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.standalone.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ui.extra.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ui.extra.feature/pom.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ui.feature/feature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ui.feature/feature.xml -------------------------------------------------------------------------------- /features/org.jkiss.dbeaver.ui.feature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/org.jkiss.dbeaver.ui.feature/pom.xml -------------------------------------------------------------------------------- /features/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/features/pom.xml -------------------------------------------------------------------------------- /formatting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/formatting.sh -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.cmp.simple.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.cmp.simple.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.cmp.simple.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.cmp.simple.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.cmp.simple/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.cmp.simple/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.cmp.simple/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.cmp.simple/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.cmp.simple/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.cmp.simple/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/about.ini: -------------------------------------------------------------------------------- 1 | aboutText=%blurb 2 | featureImage=icons/dbeaver32.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/about.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/about.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/docs/help/contexts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/docs/help/contexts.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/docs/help/toc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/docs/help/toc.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/icons/driver-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/icons/driver-logo.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/icons/misc/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/icons/misc/binary.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/icons/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/icons/properties.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/icons/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/icons/readme.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.core/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.core/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.console/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.console/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.console/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.console/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis.view/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis.view/icons/map.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis.view/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis.view/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis.view/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis.view/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.gis/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.gis/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office/about.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office/about.ini -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office/icons/excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office/icons/excel.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.office/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.office/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.transfer.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.transfer.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.transfer.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.transfer.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.transfer/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.transfer/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.data.transfer/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.data.transfer/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.core/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.core/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.core/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.core/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.core/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.core/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.debug.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.debug.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.model/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.model/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.model/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.model/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.model/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.model/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/docs/erd-model.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/docs/erd-model.doc -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/arrangeall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/arrangeall.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/connect.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/erd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/erd.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/erd@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/erd@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/erd_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/erd_folder.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/layer_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/layer_grid.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/move.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/move@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/move@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/note.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/note@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/note@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/select.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/icons/select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/icons/select@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.erd.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.erd.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena.ui/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena.ui/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.athena/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.athena/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery.ui/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery.ui/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.bigquery/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.bigquery/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.clickhouse/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.clickhouse/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.clickhouse/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.clickhouse/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.datavirtuality/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.datavirtuality/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.i/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.i/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.i/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.i/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.i/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.i/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.ui/templates/db2-templates.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.zos/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.zos/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2.zos/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2.zos/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/about.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/about.ini -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/about.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/about.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/df_copyright.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/df_copyright.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/df_todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/df_todo.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/compile.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/db2_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/db2_icon.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/db2_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/db2_logo.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/group.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/group.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/nickname.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/nickname.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/role.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/role.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/tools.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/udf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/udf.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/udt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/udt.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/variable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/variable.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/icons/wrapper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/icons/wrapper.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.db2/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.db2/templates/db2-templates.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo.ui/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo.ui/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.denodo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.denodo/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.derby/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.derby/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.derby/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.derby/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.derby/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.derby/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.derby/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.derby/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.elasticsearch/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.elasticsearch/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/about.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/about.ini -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/about.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/about.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/icons/exasol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/icons/exasol.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/icons/role.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/icons/role.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.exasol/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.exasol/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.firebird/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.firebird/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.firebird/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.firebird/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.generic.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.generic.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.generic.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.generic.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.generic/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.generic/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.generic/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.generic/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.greenplum/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.greenplum/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.greenplum/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.greenplum/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2gis/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2gis/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2gis/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2gis/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.h2gis/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.h2gis/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hana.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hana.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hana.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hana.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hana/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hana/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hana/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hana/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hana/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hana/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hive/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hive/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hive/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hive/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hive/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hive/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hsqldb/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hsqldb/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hsqldb/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hsqldb/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.hsqldb/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.hsqldb/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.import_config/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.import_config/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.informix/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.informix/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.informix/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.informix/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.kognitio/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.kognitio/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.kognitio/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.kognitio/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mssql.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mssql.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mssql.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mssql.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mssql/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mssql/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mssql/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mssql/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mssql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mssql/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql/about.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql/about.ini -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql/about.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql/about.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.mysql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.mysql/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.netezza/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.netezza/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.netezza/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.netezza/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oceanbase.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oceanbase.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oceanbase.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oceanbase.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oceanbase/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oceanbase/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oceanbase/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oceanbase/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ocient/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ocient/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ocient/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ocient/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ocient/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ocient/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.opendistro/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.opendistro/LICENSE.txt -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.opendistro/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.opendistro/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.opendistro/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.opendistro/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle.ui/icons/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle.ui/icons/run.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.oracle/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.oracle/templates/oracle-templates.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.phoenix/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.phoenix/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.phoenix/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.phoenix/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.postgresql.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.postgresql.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.postgresql/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.postgresql/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.postgresql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.postgresql/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sample.database/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sample.database/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.snowflake.core/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.snowflake.core/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.snowflake.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.snowflake.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.snowflake.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.snowflake.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.spanner.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.spanner.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.spanner.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.spanner.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.spanner/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.spanner/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.spanner/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.spanner/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sqlite.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sqlite.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sqlite.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sqlite.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sqlite/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sqlite/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sqlite/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sqlite/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.sqlite/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.sqlite/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.teradata/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.teradata/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.teradata/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.teradata/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.turbographpp.graph/OSGI-INF/l10n/bundle.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.turbographpp.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.turbographpp.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.turbographpp/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.turbographpp/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.turbographpp/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.turbographpp/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.turbographpp/templates/turbographpp-templates.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.locks/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.locks/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.locks/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.locks/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.svg/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.svg/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.svg/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.svg/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.svg/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.svg/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.vertica.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.vertica.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.vertica.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.vertica.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.vertica/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.vertica/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.vertica/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.vertica/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/icons/classes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/icons/classes.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/icons/namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/icons/namespace.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/icons/ovr_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/icons/ovr_final.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/icons/wmi_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/icons/wmi_icon.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ext.wmi/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ext.wmi/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.headless/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.headless/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.headless/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.headless/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.headless/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.headless/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/images/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/images/home.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/images/next.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/images/prev.gif -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/plugin.properties: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2010-2021 DBeaver Corp and others 2 | 3 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.intro/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.intro/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.lang/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.lang/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.lang/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.lang/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.lang/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.lang/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model.sql/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model.sql/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model.sql/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model.sql/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model.sql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model.sql/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/misc/apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/misc/apache.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/misc/jar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/misc/jar.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/misc/jar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/misc/jar@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/over/fk_ovr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/over/fk_ovr.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/project.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/project@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/project@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/status/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/status/info.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/admin.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/class.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/column.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/event.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/folder.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/group.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/index.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/info.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/key.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/key@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/key@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/link.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/locks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/locks.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/page.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/schema.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/server.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/table.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/task.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/user.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/tree/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/tree/view.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/abc.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/any.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/any.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/array.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/image.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/json.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/lob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/lob.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/rowid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/rowid.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/sum.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/text.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/uuid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/uuid.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/icons/types/xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/icons/types/xml.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.model/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.model/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.jsch/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.jsch/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.jsch/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.jsch/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.sshj/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.sshj/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.sshj/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.sshj/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.net.ssh/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.net.ssh/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.registry/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.registry/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.registry/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.registry/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.registry/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.registry/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.slf4j/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.slf4j/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.slf4j/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.slf4j/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.slf4j/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.slf4j/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_de.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_fr.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_ja.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_ko.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_ru.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/OSGI-INF/l10n/bundle_zh.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.native.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.native.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_de.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_fr.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_ja.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_ko.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_ru.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/OSGI-INF/l10n/bundle_zh.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.native/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.native/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.native/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.sql.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.sql.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.sql.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.sql.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui.view/OSGI-INF/l10n/bundle_ko.properties: -------------------------------------------------------------------------------- 1 | menu.database.tools=\uB3C4\uAD6C 2 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui.view/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.ui.view/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui.view/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.ui.view/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui/OSGI-INF/l10n/bundle_ko.properties: -------------------------------------------------------------------------------- 1 | menu.database.tools=\uB3C4\uAD6C 2 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui/icons/readme.txt: -------------------------------------------------------------------------------- 1 | Icons left here for backward compatibility -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.tasks.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.tasks.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/OSGI-INF/l10n/bundle_de.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/OSGI-INF/l10n/bundle_es.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/icons/clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/icons/clone.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/icons/pull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/icons/pull.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/icons/push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/icons/push.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/icons/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/icons/share.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git.ui/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git/icons/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git/icons/sample.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.team.git/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.team.git/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.app.eclipse/about.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.app.eclipse/about.ini -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.app.eclipse/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.app.eclipse/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.app.eclipse/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.app.eclipse/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.app.standalone/about.ini: -------------------------------------------------------------------------------- 1 | aboutText=%blurb 2 | featureImage=icons/dbeaver32.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.app.standalone/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.app.standalone/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.charts/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.charts/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.charts/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.charts/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.charts/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.charts/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.dashboard/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.dashboard/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.dashboard/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.dashboard/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.acl/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.acl/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.acl/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.acl/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.base/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.base/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.base/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.base/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.content/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.content/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.data/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.data/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.data/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.data/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.data/src/org/jkiss/dbeaver/ui/editors/data/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.entity/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.entity/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.hex/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.hex/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.hex/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.hex/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.image/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.image/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.image/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.image/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.json/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.json/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.json/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.json/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.session/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.session/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.sql/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.sql/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.sql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.sql/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.sql/templates/default-templates.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.xml/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.xml/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.editors.xml/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.editors.xml/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.navigator/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.navigator/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.navigator/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.navigator/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.search/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.search/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.search/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.search/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui.search/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui.search/pom.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/build.properties -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/actions/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/actions/user.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/add.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/add@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/bookmark.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/bookmark@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/buttons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/buttons/cloud.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/buttons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/buttons/lock.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/buttons/tunnel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/buttons/tunnel.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/configuration.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/connections.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/connections@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/connections@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/create.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/create@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/create@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/database.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/database@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/database@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/database_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/database_type.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/databases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/databases.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/databases@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/databases@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/delete.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/delete@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/driver_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/driver_manager.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/edit.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/edit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/edit@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/erase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/erase.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/erase@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/erase@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/auto_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/auto_save.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/compare.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/export.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/export@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/export@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/file.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/file@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/file@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/import.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/import@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/import@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/link.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/link@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/link@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/load.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/load@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/load@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/reset.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/reset@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/reset@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/save.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/save@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/save@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/save_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/save_as.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/file/saveall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/file/saveall.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/link_to_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/link_to_editor.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/arrow_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/arrow_top.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/arrow_up.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/asterisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/asterisk.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/binary.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/binary@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/binary@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/browser.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/cancel.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/cancel@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/checked.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/close.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/close@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/collapse.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/compile.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/confirm.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/cursor.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/cursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/cursor@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/drop_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/drop_down.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/event.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/event@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/event@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/expand.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/expand@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/expand@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/filter.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/filter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/filter@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/find.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/find@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/find@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/find_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/find_text.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/home.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/home@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/layout.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/layout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/layout@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/link.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/link2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/link2.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/pages.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/pages@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/pages@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/palette.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/print.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/qm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/qm.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/qm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/qm@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/rotate.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/search.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/shell.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/sort.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/sort@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/sort@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/sources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/sources.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/sql.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/sql@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/sql@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/tools.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/zoom.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/zoom@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/zoom@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/misc/zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/misc/zoom_in.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/page_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/page_stack.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/picture.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/picture@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/picture_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/picture_save.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/project.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/project@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/project@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/project_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/project_add.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/projects.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/projects@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/projects@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/properties.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/refresh.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/refresh@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/refresh@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/remove.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/remove@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/remove@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/rename.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/rename@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/rename@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/run.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/run@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/run@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/scripts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/scripts.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/scripts@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/scripts@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/security.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/security@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/security@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/accept.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/back.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/back@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/cancel.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/commit.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/connect.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/details.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/event.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/forward.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/grid.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/grid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/grid@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/revert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/revert.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/rollback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/rollback.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/row_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/row_add.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/row_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/row_copy.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/row_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/row_edit.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/sql_exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/sql_exec.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/sql_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/sql_plan.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/sql_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/sql_text.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/txn_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/txn_auto.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/txn_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/txn_log.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/sql/variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/sql/variable.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/table.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/icons/table@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/icons/table@2x.png -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/plugin.xml -------------------------------------------------------------------------------- /plugins/org.jkiss.dbeaver.ui/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/org.jkiss.dbeaver.ui/pom.xml -------------------------------------------------------------------------------- /plugins/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/plugins/pom.xml -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/pom.xml -------------------------------------------------------------------------------- /product/appstore/DBeaverAppStore.product: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/appstore/DBeaverAppStore.product -------------------------------------------------------------------------------- /product/appstore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/appstore/pom.xml -------------------------------------------------------------------------------- /product/appstore/product-branding.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/appstore/product-branding.properties -------------------------------------------------------------------------------- /product/community/DBeaver.p2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/DBeaver.p2.inf -------------------------------------------------------------------------------- /product/community/DBeaver.product: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/DBeaver.product -------------------------------------------------------------------------------- /product/community/category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/category.xml -------------------------------------------------------------------------------- /product/community/icons-sources/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_128x128.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_128x128@2x.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_16x16.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_16x16@2x.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_256x256.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_256x256@2x.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_32x32.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_32x32@2x.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_48x48.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_512x512.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_512x512@2x.png -------------------------------------------------------------------------------- /product/community/icons-sources/icon_64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons-sources/icon_64x64.png -------------------------------------------------------------------------------- /product/community/icons/dbeaver.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons/dbeaver.icns -------------------------------------------------------------------------------- /product/community/icons/dbeaver.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons/dbeaver.ico -------------------------------------------------------------------------------- /product/community/icons/dbeaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons/dbeaver.png -------------------------------------------------------------------------------- /product/community/icons/dbeaver.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons/dbeaver.xpm -------------------------------------------------------------------------------- /product/community/icons/dbeaver_back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/icons/dbeaver_back.bmp -------------------------------------------------------------------------------- /product/community/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/pom.xml -------------------------------------------------------------------------------- /product/community/product-branding.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/community/product-branding.properties -------------------------------------------------------------------------------- /product/debug/DBeaver.product.launch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/debug/DBeaver.product.launch -------------------------------------------------------------------------------- /product/localRepository/install-3rd-party-deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/localRepository/install-3rd-party-deps.sh -------------------------------------------------------------------------------- /product/localRepository/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/localRepository/pom.xml -------------------------------------------------------------------------------- /product/localRepository/startRepository.sh: -------------------------------------------------------------------------------- 1 | mvn p2:site 2 | mvn jetty:start & 3 | -------------------------------------------------------------------------------- /product/repositories/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/repositories/pom.xml -------------------------------------------------------------------------------- /product/snapcraft/.gitignore: -------------------------------------------------------------------------------- 1 | *.snap 2 | -------------------------------------------------------------------------------- /product/snapcraft/snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/product/snapcraft/snapcraft.yaml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.greenplum.test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.greenplum.test/pom.xml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.oracle.test/build.cmd: -------------------------------------------------------------------------------- 1 | set MAVEN_OPTS=-Xmx2048m 2 | call mvn clean install 3 | pause 4 | -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.oracle.test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.oracle.test/pom.xml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.postgresql.test/build.cmd: -------------------------------------------------------------------------------- 1 | set MAVEN_OPTS=-Xmx2048m 2 | call mvn clean install 3 | pause 4 | -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.postgresql.test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.postgresql.test/pom.xml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.test/build.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.test/build.properties -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.test/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.test/plugin.xml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.ext.test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.ext.test/pom.xml -------------------------------------------------------------------------------- /test/org.jkiss.dbeaver.test.platform/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/org.jkiss.dbeaver.test.platform/pom.xml -------------------------------------------------------------------------------- /test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postech-dblab-iitp/visual-tool/HEAD/test/pom.xml --------------------------------------------------------------------------------