Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
English |
---|
In this tutorial, we will following the guideline of developing a plugin to develop our JDBC Form Store Binder plugin. Please also refer to the very first tutorial How to develop a Bean Shell Hash Variable and also the following JDBC related plugin for more details steps. |
Thai |
---|
ในบทช่วยสอนนี้เราจะทำตาม guideline of developing a plugin เพื่อพัฒนาปลั๊กอิน JDBC Form Store Binder ของเรา โปรดอ้างอิงถึง How to develop a Bean Shell Hash Variable และปลั๊กอิน JDBC ที่เกี่ยวข้องต่อไปนี้สำหรับขั้นตอนรายละเอียดเพิ่มเติม |
...
Datasource: Using custom datasource or Joget default datasource
Thai |
---|
แหล่งข้อมูล: การใช้แหล่งข้อมูลที่กำหนดเองหรือแหล่งข้อมูลเริ่มต้นของ Joget |
Custom JDBC Driver: The JDBC driver for custom datasource
Thai |
---|
Custom JDBC Driver: ไดรเวอร์ JDBC สำหรับแหล่งข้อมูลที่กำหนดเอง |
Custom JDBC URL: The JDBC connection URL for custom datasource
Thai |
---|
Custom JDBC URL: URL การเชื่อมต่อ JDBC สำหรับแหล่งข้อมูลที่กำหนดเอง |
Custom JDBC Username: The username for custom datasource
Thai |
---|
ชื่อผู้ใช้ JDBC แบบกำหนดเอง: ชื่อผู้ใช้สำหรับแหล่งข้อมูลที่กำหนดเอง |
Custom JDBC Password: The password for custom datasource
Thai |
---|
Custom JDBC Password: รหัสผ่านสำหรับแหล่งข้อมูลที่กำหนดเอง |
SQL Check Exist Query: The query to check whether an insert or update query should be execute.
Thai |
---|
SQL Check Exist Query: แบบสอบถามเพื่อตรวจสอบว่าการแทรกหรือปรับปรุงแบบสอบถามควรจะดำเนินการ |
SQL Insert Query: The query to insert form data.
Thai |
---|
SQL Insert Query: แบบสอบถามเพื่อแทรกข้อมูลแบบฟอร์ม |
SQL Update Query: The query to insert form data.
Thai |
---|
SQL Update Query: แบบสอบถามเพื่อแทรกข้อมูลแบบฟอร์ม |
SQL Delete Query: The query to delete deleted form data when used as multirow binder.
Thai |
---|
SQL Delete Query: แบบสอบถามเพื่อลบข้อมูลแบบฟอร์มที่ถูกลบเมื่อใช้เป็น multirow binder |
...