Package org.gvsig.fmap.dal.store.jdbc2
Interface JDBCConnection
- All Superinterfaces:
DataTransactionServices.ConnectionService<Connection>,org.gvsig.tools.dispose.Disposable
- Author:
- jjdelcerro
-
Method Summary
Modifier and TypeMethodDescriptionvoidbegin()voidclose()voidstatic voidcloseQuietly(JDBCConnection conn) voidcommit()createStatement(String sql) createStatement(String sql, int resultSetType, int resultSetConcurrency) voidget()booleanbooleanprepareStatement(String insertSQL) voidrollback()Methods inherited from interface org.gvsig.fmap.dal.spi.DataTransactionServices.ConnectionService
abort, finish, getIdMethods inherited from interface org.gvsig.tools.dispose.Disposable
dispose
-
Method Details
-
closeQuietly
-
createStatement
- Throws:
SQLException
-
createStatement
- Throws:
SQLException
-
createStatement
Statement createStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException - Throws:
SQLException
-
close
- Throws:
SQLException
-
closeQuietly
void closeQuietly() -
isInTransaction
boolean isInTransaction() -
isInDataTransaction
boolean isInDataTransaction() -
begin
- Throws:
SQLException
-
rollback
- Throws:
SQLException
-
commit
- Throws:
SQLException
-
get
Connection get()- Specified by:
getin interfaceDataTransactionServices.ConnectionService<Connection>
-
execute
- Throws:
SQLException
-
prepareStatement
- Throws:
SQLException
-
getMetaData
- Throws:
SQLException
-