Connection : java.sql : Java by API examples (example source code) Organized by topic
Java
Java Tutorial
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL/SQL
PostgreSQL
SQL / MySQL
VB.Net
VB.Net Tutorial
Java by API
»
java.sql
»
[ Connection ]
1.
Connection.TRANSACTION_NONE
2.
Connection.TRANSACTION_READ_COMMITTED
3.
Connection.TRANSACTION_READ_UNCOMMITTED
4.
Connection.TRANSACTION_REPEATABLE_READ
5.
Connection.TRANSACTION_SERIALIZABLE
6.
Connection: close()
7.
Connection: createStatement()
8.
Connection: getCatalog()
9.
Connection: getMetaData()
10.
Connection: getTransactionIsolation()
11.
Connection: getWarnings()
12.
Connection: prepareCall(String sql)
13.
Connection: prepareStatement(String sql)
14.
Connection: rollback(Savepoint savepoint)
15.
Connection: setSavepoint(String name)
16.
Connection: setTransactionIsolation(int level)
Home
|
Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.