Differences

This shows you the differences between two versions of the page.

Link to this comparison view

easyquery:js:eq-basic-issues [2014/11/12 20:05]
korzh
easyquery:js:eq-basic-issues [2014/11/20 17:29] (current)
korzh
Line 109: Line 109:
 <jxd:propDefault>"SaveQuery"</jxd:propDefault> <jxd:propDefault>"SaveQuery"</jxd:propDefault>
 <jxd:propSummary>URL of the action that saves the query passed as JSON string with specified name</jxd:propSummary> <jxd:propSummary>URL of the action that saves the query passed as JSON string with specified name</jxd:propSummary>
-</jxd:prop> 
- 
-<jxd:prop> 
-<jxd:propName>buildQueryUrl</jxd:propName> 
-<jxd:propType>String</jxd:propType> 
-<jxd:propDefault>"BuildQuery"</jxd:propDefault> 
-<jxd:propSummary>URL of the action that builds the query and return the generated statement</jxd:propSummary> 
 </jxd:prop> </jxd:prop>
  
Line 130: Line 123:
 <jxd:propDefault>"ExecuteQuery"</jxd:propDefault> <jxd:propDefault>"ExecuteQuery"</jxd:propDefault>
 <jxd:propSummary>URL of the action that executes the query passed as JSON string and returns the result record set (again as JSON)</jxd:propSummary> <jxd:propSummary>URL of the action that executes the query passed as JSON string and returns the result record set (again as JSON)</jxd:propSummary>
-</jxd:prop> 
- 
-<jxd:prop> 
-<jxd:propName>executeSqlUrl</jxd:propName> 
-<jxd:propType>String</jxd:propType> 
-<jxd:propDefault>"ExecuteSql"</jxd:propDefault> 
-<jxd:propSummary>URL of the action that executes the SQL and returns the result set as JSON string</jxd:propSummary> 
 </jxd:prop> </jxd:prop>