Content deleted Content added
Line 41:
==Functionality==
JDBC (
JDBC connections support creating and executing statements. These may be update statements such as SQL's CREATE, INSERT, UPDATE and DELETE, or they may be query statements such as SELECT. Additionally, stored procedures may be invoked through a JDBC connection. JDBC represents statements using one of the following classes:
Line 110:
| <code>setTimestamp()</code>
|}
==Examples==
|