JDBC Store Binder DELETE query?

Confluence User - 09 Mar, 2016

Hi Experts,

 

JDBC Store Binder contains SELECT, INSERT & UPDATE query.

SELECT query is used for determine whether INSERT or UPDATE query to be use when the form submission.

How about the deletion of records? There is no DELETE query for JDBC Store Binder.

 

Thanks.

plugins;jdbc;binder

5


11 Mar, 2016
confluenceUser
1
confluenceUser
11 Mar, 2016
confluenceUser
confluenceUser

Hi Owen, Thanks alot for your quick update. In your documentation guide, seen like the Delete Query example is missing :) Appreciated.

11 Mar, 2016
confluenceUser
confluenceUser

How your delete flow works actually? In my thought is, in the datalist, list all the columns, and add in delete button and bind to the form. It is working like that? or?

11 Mar, 2016
confluenceUser
confluenceUser

Hi Goldwin,

The Delete query is just used for delete "Marked as deleted" form data in Grid element when you use it as the store binder for a Grid. 

Sample delete query:

delete from TABLE_NAME where id = {id}

 

For current platform structure, a Form Store Binder Plugin is no relation with the Delete Datalist Action. A custom Datalist Action Plugin is needed for this purpose. 

 

14 Aug, 2017
confluenceUser
confluenceUser

pleas how to test delete from UI

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print