JDBC Database Wizard: Select Operation Specific Attributes Page
See Also
The JDBC Database wizard allows you to quickly create a WSDL file for access to a table in a data source.
The wizard also generates a corresponding XML Schema file that defines the elements for the table and columns referenced in the WSDL file.
The Select Operation Specific Attributes page allows you to select the columns to include in the generated WSDL file.
For each column selected, the wizard generates a SQL query to access the data in that column.
For each database operation (select, update, insert, poll records), you specify the column with the data that you want to access.
- The Delete database operation is not listed in the Select Operation Specific Attributes page because the Delete operation operates on a complete row in the database, not on specific columns.
By default all columns and all available database operations are selected.
Use the Advanced button to modify the default selection.
- Select. Select the table to include in the generated WSDL file.
- Advanced. Opens a window that allows you to select specific columns for the data you want to access.
For each column selected, the wizard generates a SQL query to access the data in that column.
By default, all columns for all database operations are selected.
- See Also
- Generating WSDL from a JDBC Data Source
- JDBC Database Wizard: Enter WSDL Name Page
- JDBC Database Wizard: Select DataSource and Table Objects Page
- JDBC Database Wizard: Enter JNDI Name Page
Legal Notices