|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Created by IntelliJ IDEA. User: rpandey Date: Mar 3, 2003 Time: 2:11:37 PM To change this template use Options | File Templates.
Method Summary | |
void |
close()
Closes the connectiokbn |
void |
commit()
Commit all operation done with this active connection. |
java.sql.Connection |
getConnection()
Returns the SQL connection |
void |
optimize()
Can do optimization of a Repository if needed |
void |
rollback()
Undo all operations done with this connection. |
void |
setAutoCommit(boolean autoCommit)
Sets this connection in autocommit mode or not. |
Methods inherited from interface fr.gouv.culture.sdx.utils.SdxObject |
setEncoding |
Methods inherited from interface org.apache.avalon.framework.logger.LogEnabled |
enableLogging |
Method Detail |
public void commit() throws SDXException
SDXException
public void rollback() throws SDXException
SDXException
public void setAutoCommit(boolean autoCommit) throws SDXException
autoCommit
- true enables auto-commit ; false disables auto-commit.
SDXException
public void optimize() throws SDXException
SDXException
public java.sql.Connection getConnection()
public void close() throws SDXException
SDXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |