Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// SqlStmt.java

The SqlStmt specifies an SqlStmt to be used with a DbStmt tag that encloses this tag. When the DbStmt is closed by the DxpBuilder the content of the SqlStmt will become the SqlStmt used by the DbStmt class and this tag will then be removed. In other words, this tag just acts as a placeholder for the information until the all the content of the DbStmt is parsed.


<dxp:SqlStmt>
   <dxp:Cp name="sql">select from member where lastname='?' and company='?'</dxp:Cp>
   <dxp:SqlParam name="lastname" type="CHAR" require="true"/>
   <dxp:SqlParam name="company" type="CHAR" require="true"/>
</dxp:SqlStmt>


@author Mark Ashworth
@version 0.3, 2001-09-17

Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.