Content deleted Content added
Citation bot (talk | contribs) Altered isbn. Upgrade ISBN10 to 13. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | Category:Database APIs | #UCB_Category 16/16 |
→Functionality: rm unnecessary acronym expansion, it's the name of the article Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 116:
|}
Since JDBC
JDBC connections support creating and executing statements. JDBC connections support update statements such as SQL's [[Create (SQL)|CREATE]], [[Insert (SQL)|INSERT]], [[Update (SQL)|UPDATE]] and [[Delete (SQL)|DELETE]], or query statements such as [[Select (SQL)|SELECT]]. Additionally, stored procedures may be invoked through a JDBC connection. JDBC represents statements using one of the following classes:
|