You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

定义

JDBC 数据库绑定器 使用您自己的自定义SQL查询和连接为您提供了设计列表的灵活性。

新功能

这个特性在Joget Workflow v6中得到了增强。

图 1: JDBC数据库绑定器属性

名称描述
数据库
  • 自定义数据源
  • 默认数据源

通过选择默认数据源,Joget当前正在使用的数据库将被选中

JDBC驱动 

自定义JDBC驱动程序。当在上面的数据源中选择自定义数据源时需要这个字段。

客户化JDBC URL
自定义JDBC URL。当在上面的数据源中选择自定义数据源时需要这个字段。
JDBC(数据库)用户名  
自定义JDBC的用户名。当在上面的数据源中选择自定义数据源时需要这个字段。
JDBC(数据库)密码

自定义JDBC密码。当在上面的数据源中选择自定义数据源时需要这个字段

测试连接参数

点击页面底部的“测试连接”按钮,快速测试您的配置。

SQL查询语句
SQL选择查询。(例如,select * from dir_user 
Primary Key 
Define the primary key column. By default, it should be "id".
Optimize query for paging

When checked, the binder only fetches selected page's items rather than the returning the whole data set for improved loading speed.

Note: Only applicable to MYSQL and MSSQL target database.

New Feature

This is a new feature in Joget Workflow v6.

 

 

 

  • No labels