incorporated review comments java_tasklist_89600_t2b_h
authorjstein@netbeans.org
Fri, 13 Apr 2007 17:37:47 +0000
changeset 34495c7f2b76e23
parent 343 8499dc853a96
child 345 ea15ed530df4
incorporated review comments
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html
     1.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html	Fri Apr 13 17:17:27 2007 +0000
     1.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html	Fri Apr 13 17:37:47 2007 +0000
     1.3 @@ -19,23 +19,30 @@
     1.4  <p>The JDBC Database wizard allows you to quickly create a WSDL file for access to a table in a data source. 
     1.5  The wizard also generates a corresponding XML Schema file that defines the elements for the table and columns referenced in the WSDL file.</p>
     1.6  
     1.7 -<p>The wizard generates default WSDL elements for the following database operations:</p>
     1.8 +<!--
     1.9 +<p>The generated WSDL file contains port type elements and binding elements for the following database operations:</p>
    1.10  
    1.11  <ul>
    1.12  <li>Insert</li>
    1.13  <li>Update</li>
    1.14  <li>Delete</li>
    1.15 -<li>Select</li>
    1.16 -<li>Poll</li>
    1.17 +<li>Find</li>
    1.18 +<li>Poll Records</li>
    1.19  </ul>
    1.20 +-->
    1.21  
    1.22  <p>The Select Operation Specific Attributes page allows you to select the columns to include in the generated WSDL file. 
    1.23  For each column selected, the wizard generates a SQL query to access the data in that column. 
    1.24 -For each database operation (select, update, insert, poll), you specify the column with the data that you want to access.</p>
    1.25 +For each database operation (select, update, insert, poll records), you specify the column with the data that you want to access.</p>
    1.26 +
    1.27 +<ul class="note">
    1.28 +  <li>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.</li>
    1.29 +</ul>
    1.30  
    1.31  <p>By default all columns and all available database operations are selected. 
    1.32  Use the Advanced button to modify the default selection.</p>
    1.33  
    1.34 +
    1.35  <ul>
    1.36  <li><b>Select.</b> Select the table to include in the generated WSDL file.</li>
    1.37  <li><b>Advanced.</b> Opens a window that allows you to select specific columns for the data you want to access. 
     2.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html	Fri Apr 13 17:17:27 2007 +0000
     2.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html	Fri Apr 13 17:37:47 2007 +0000
     2.3 @@ -22,19 +22,20 @@
     2.4  <p>The Select DataSource and Table Objects page contains the following fields:</p>
     2.5  
     2.6  <ul>
     2.7 -
     2.8 -<li><b>Data Source.</b> A drop-down list of all currently available data sources. Select a data source from the list to display the available tables from the data source.</li>
     2.9 -
    2.10 -<ul class="note">
    2.11 -  <li>Even if only one data source is listed, you must select it to display the available tables.</li>
    2.12 -</ul>
    2.13 -
    2.14 -<li><b>Available Tables and Selected Tables.</b> Select a table from the list of displayed tables and move it to the Selected Tables list.</li>
    2.15 -
    2.16 -<ul class="note">
    2.17 -  <li>You cannot select multiple tables. The JDBC Database wizard only supports the selection of a single table.</li>
    2.18 -</ul>
    2.19 -
    2.20 +	<li>
    2.21 +	<b>Data Source.</b> A drop-down list of all currently available data sources. Select a data source from the list to display the available tables from the data source.
    2.22 +		<ul class="note">
    2.23 +		  <li>Even if only one data source is listed, you must select it to display the available tables.</li>
    2.24 +		</ul>
    2.25 +	</li>
    2.26 +	
    2.27 +	
    2.28 +	<li>
    2.29 +	<b>Available Tables and Selected Tables.</b> Select a table from the list of displayed tables and move it to the Selected Tables list.
    2.30 +		<ul class="note">
    2.31 +		  <li>You cannot select multiple tables. The JDBC Database wizard only supports the selection of a single table.</li>
    2.32 +		</ul>
    2.33 +	</li>
    2.34  </ul>
    2.35  
    2.36  <dl>