Skip to content

Commit

Permalink
The database management module was revised and some missing parts wer…
Browse files Browse the repository at this point in the history
…e added.
  • Loading branch information
[miahemu] committed May 18, 2024
1 parent 230d503 commit b6c264b
Show file tree
Hide file tree
Showing 22 changed files with 331 additions and 300 deletions.
6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

61 changes: 46 additions & 15 deletions pages/docs/connection-manage/Tabledata-operations.en-US.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Related operations on table data

For a series of operations on the table, we will introduce them separately:

!['total'](/image/connection-manage/total.png)

- `Open Table`: open the table structure to view data
- `Query console`: Create a new console based on this database
- `Pin`: pin list
- `View DDL`: View the DDL statements of the table
- `Edit Table`: Edit table (table name, comments, column names, primary keys...)
- `Delete Table`: delete table
- `Generate Test Data`: Generate test data for developers to use

## View data

When you **double-click** a table in Database Explorer (View | Tool Windows | Database Explorer), the table, view, opens in the Data Editor.
Or you can right-click the mouse to select the table you want to view and click `Open Table` to view it!

!['visualization1'](/image/connection-manage/visualization1.png)

## Edit data

You can make modifications directly in the table. After modifying the data, submit it and the modification will be successful!

!['update'](/image/connection-manage/directUpdate.png)

When our field names are too long to be modified or viewed directly from the table, we can select the data to be viewed or modified, then right-click and click `View/Edit Data` to view and edit the page.

!['view and edit'](/image/connection-manage/VE_data.png)

In addition, you can also view the DDL statements for specific modification operations:

!['update2'](/image/connection-manage/update2.png)


## Refresh data

If you want to synchronize the data you see in the editor with the contents of the database, you need to reload the table view's data.

- Click the `refresh` button on the toolbar.

!['refresh1'](/image/connection-manage/refresh1.png)

- Right-click on the table and select Reload Page from the context menu.

!['refresh2'](/image/connection-manage/refresh2.png)

## Row and row operations

!['operations'](/image/connection-manage/operations_data2.png)
Expand Down Expand Up @@ -46,18 +92,3 @@ When we select a row of data, right-clicking the mouse will perform the followin
- `Set NULL`: Set table data to **null**
- `Set DEFAULT`: Set table data to **default value**
- `Delete row`: delete row

## Query specified data
!['designated'](/image/connection-manage/designated.png)

You can perform conditional filtering and sorting directly on the table header, and click `Enter` to get the results.


## Sort table data

!['sort'](/image/connection-manage/sort_data.png)

Click the small triangle next to the table field name to quickly sort in ascending or descending order based on the field attributes.


**Note**: You can only select one column to sort it, you cannot select multiple columns to sort it.
60 changes: 46 additions & 14 deletions pages/docs/connection-manage/Tabledata-operations.ja-JP.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# テーブルデータに対する関連操作

テーブル上の一連の操作については、個別に紹介します。

!['total'](/image/connection-manage/total.png)

- `Open Table`:テーブル構造を開いてデータを表示します
- `Query console`:このデータベースに基づいて新しいコンソールを作成します
- `Pin`:固定されたテーブル
- `View DDL`:テーブルの DDL ステートメントを表示する
- `Edit Table`:テーブルの編集 (テーブル名、コメント、列名、主キーなど)
- `Delete Table`:テーブルの削除
- `Generate Test Data`:開発者が使用するテストデータを生成する

## データを表示する

データベース エクスプローラー (ビュー | ツール ウィンドウ | データベース エクスプローラー) でテーブルを**ダブルクリック**すると、データ エディターでテーブル ビューが開きます。
または、マウスを右クリックして表示したいテーブルを選択し、`Open Table`をクリックして表示することもできます。

!['visualization1'](/image/connection-manage/visualization1.png)

## データを編集する

テーブル内で直接変更を加えることができます。データを変更した後、送信すると変更が成功します。

!['update'](/image/connection-manage/directUpdate.png)

フィールド名が長すぎてテーブルから直接変更または表示できない場合は、表示または変更するデータを選択し、右クリックして`View/Edit Data`をクリックしてページを表示および編集できます。

!['view and edit'](/image/connection-manage/VE_data.png)

さらに、特定の変更操作の DDL ステートメントを表示することもできます。

!['update2'](/image/connection-manage/update2.png)


## データを更新する

エディターに表示されるデータをデータベースの内容と同期したい場合は、テーブル ビューのデータを再ロードする必要があります。

- ツールバーの`refresh`ボタンをクリックします。

!['refresh1'](/image/connection-manage/refresh1.png)

- テーブルを右クリックし、コンテキスト メニューから ページの再読み込み を選択します。

!['refresh2'](/image/connection-manage/refresh2.png)

## 行と行の操作

!['operations'](/image/connection-manage/operations_data2.png)
Expand Down Expand Up @@ -47,17 +93,3 @@
- `Set DEFAULT`: テーブル データを **デフォルト値** に設定します
- `Delete row`: 行を削除します。

## 指定されたデータをクエリする
!['designated'](/image/connection-manage/designated.png)

条件付きフィルタリングと並べ替えをテーブルヘッダーで直接実行し、`Enter`をクリックして結果を取得できます。


## テーブルデータのソート

!['sort'](/image/connection-manage/sort_data.png)

テーブルのフィールド名の横にある小さな三角形をクリックすると、フィールド属性に基づいて昇順または降順ですばやく並べ替えられます。


**注意**: 並べ替えるには 1 つの列のみを選択できます。複数の列を選択して並べ替えることはできません。
59 changes: 46 additions & 13 deletions pages/docs/connection-manage/Tabledata-operations.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# 表数据的相关操作

针对表的一系列操作,我们分别介绍下:

!['total'](/image/connection-manage/total.png)

- `Open Table`:打开表结构进行查看数据
- `Query console`:新建一个控制台,基于此数据库
- `Pin`:置顶表
- `View DDL`:查看表的DDL语句
- `Edit Table`:编辑表(表名,注释,列名,主键...)
- `Delete Table`:删除表
- `Generate Test Data`:生成测试数据,供给开发人员使用

## 查看数据

当您**双击**数据库资源管理器(视图 | 工具窗口 | 数据库资源管理器)中的表时,表、视图将在数据编辑器中打开。
或者您也可以鼠标右键选择要查看的表后,点击`Open Table`即可查看!

!['visualization1'](/image/connection-manage/visualization1.png)

## 编辑数据

您可以直接在表中进行修改,修改完数据后提交即可修改成功!

!['update'](/image/connection-manage/directUpdate.png)

当我们的字段名称太长,不方便进行直接从表中修改或查看时,我们可以选中要查看或修改的数据,然后鼠标右击并点击`View/Edit Data`进行页面化查看编辑

!['view and edit'](/image/connection-manage/VE_data.png)

另外您也可以查看具体修改操作的DDL语句:

!['update2'](/image/connection-manage/update2.png)


## 刷新数据

如果要将编辑器中看到的数据与数据库的内容同步,则需要重新加载表视图的数据。

- 单击工具栏上的`refresh`按钮。

!['refresh1'](/image/connection-manage/refresh1.png)

- 右键单击表并从上下文菜单中选择重新加载页面。

!['refresh2'](/image/connection-manage/refresh2.png)

## 行列操作

!['operations'](/image/connection-manage/operations_data2.png)
Expand Down Expand Up @@ -47,17 +93,4 @@
- `Set DEFAULT`:将表数据设置为**默认值**
- `Delete row`:删除行

## 查询指定数据
!['designated'](/image/connection-manage/designated.png)

可以直接在表头进行条件筛选和排序,点击`Enter`获取结果


## 对表数据排序

!['sort'](/image/connection-manage/sort_data.png)

点击表字段名称旁边的小三角,即可快速根据字段属性进行升序或降序排列。


**注意**:只能选中一列对其进行排序,不可选取多列排序哦
53 changes: 53 additions & 0 deletions pages/docs/connection-manage/Using-toolbar.en-US.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Using toolbar

## Query specified data
!['designated'](/image/connection-manage/designated.png)

You can perform conditional filtering and sorting directly on the table header, and click `Enter` to get the results.


## Sort table data

!['sort'](/image/connection-manage/sort_data.png)

Click the small triangle next to the table field name to quickly sort in ascending or descending order based on the field attributes.


**Note**: You can only select one column to sort it, you cannot select multiple columns to sort it.

## Save Console

Click `Save` in the toolbar to save everything written in the console (although no SQL statement is executed)!

!['save'](/image/connection-manage/save.png)

!['save2'](/image/connection-manage/save2.png)

## View SQL log

Click `Executive logging` on the right side to view the execution record log.

!['logging'](/image/connection-manage/logging.png)

## Format SQL

Click `Format` in the toolbar to format the SQL statement!

!['format'](/image/connection-manage/format.png)

!['format2'](/image/connection-manage/format2.png)


## Check the program running log and console

Click `Chat2DB` in the toolbar to view the running log, open the console, and refresh the app operation.

!['log'](/image/connection-manage/log.png)

`Open log`:

!['log-details'](/image/connection-manage/log-details.png)

`Open the console`:

!['console'](/image/connection-manage/console.png)
54 changes: 54 additions & 0 deletions pages/docs/connection-manage/Using-toolbar.ja-JP.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# ツールバーの使い方

## 指定されたデータをクエリする
!['designated'](/image/connection-manage/designated.png)

条件付きフィルタリングと並べ替えをテーブルヘッダーで直接実行し、`Enter`をクリックして結果を取得できます。


## テーブルデータのソート

!['sort'](/image/connection-manage/sort_data.png)

テーブルのフィールド名の横にある小さな三角形をクリックすると、フィールド属性に基づいて昇順または降順ですばやく並べ替えられます。


**注意**: 並べ替えるには 1 つの列のみを選択できます。複数の列を選択して並べ替えることはできません。


## コンソールを保存

ツールバーの`save`をクリックして、コンソールに書き込まれた内容をすべて保存します (ただし、SQL ステートメントは実行されません)。

!['save'](/image/connection-manage/save.png)

!['save2'](/image/connection-manage/save2.png)

## SQL ログを表示する

右側の`Executive logging`をクリックすると、実行記録ログが表示されます。

!['logging'](/image/connection-manage/logging.png)

## SQL のフォーマット

ツールバーの`Format`をクリックして、SQL ステートメントをフォーマットします。

!['format'](/image/connection-manage/format.png)

!['format2'](/image/connection-manage/format2.png)


## プログラムの実行ログとコンソールを確認します。

ツールバーの`Chat2DB`をクリックして実行ログを表示し、コンソールを開いてアプリの操作を更新します。

!['log'](/image/connection-manage/log.png)

`Open log`:

!['log-details'](/image/connection-manage/log-details.png)

`Open the console`:

!['console'](/image/connection-manage/console.png)
53 changes: 53 additions & 0 deletions pages/docs/connection-manage/Using-toolbar.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 工具栏的使用

## 查询指定数据
!['designated'](/image/connection-manage/designated.png)

可以直接在表头进行条件筛选和排序,点击`Enter`获取结果


## 对表数据排序

!['sort'](/image/connection-manage/sort_data.png)

点击表字段名称旁边的小三角,即可快速根据字段属性进行升序或降序排列。


**注意**:只能选中一列对其进行排序,不可选取多列排序哦

## 保存Console

点击工具栏中的`Save`即可保存控制台编写的所有内容内容(尽管没有执行SQL语句)!

!['save'](/image/connection-manage/save.png)

!['save2'](/image/connection-manage/save2.png)

## 查看SQL日志

在右侧点击`Executive logging`,即可查看执行记录日志。

!['logging'](/image/connection-manage/logging.png)

## 格式化SQL

点击工具栏中的`Format`即可格式化SQL语句!

!['format'](/image/connection-manage/format.png)

!['format2'](/image/connection-manage/format2.png)


## 检查程序运行日志和控制台

点击工具栏中的`Chat2DB`即可查看运行日志,打开控制台,刷新app操作。

!['log'](/image/connection-manage/log.png)

`Open log`:

!['log-details'](/image/connection-manage/log-details.png)

`Open the console`:

!['console'](/image/connection-manage/console.png)
5 changes: 2 additions & 3 deletions pages/docs/connection-manage/_meta.en-US.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"open-connection": "Database operations",
"database-manage": "Database Management",
"database-operations": "Database operations",
"Tabledata-operations": "Table data related operations",
"data-visualization": "Data Visualization",
"Using-toolbar": "Using toolbar",
"data-export": "Data Export"

}
Loading

0 comments on commit b6c264b

Please sign in to comment.