public interface OBDAConnection extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
OBDAStatement |
createStatement() |
boolean |
getAutoCommit() |
boolean |
isClosed() |
void |
rollBack() |
void |
setAutoCommit(boolean autocommit)
Set it to false if you want a transaction
|
void close()
throws OntopConnectionException
close in interface AutoCloseableOntopConnectionExceptionOBDAStatement createStatement() throws OntopConnectionException
OntopConnectionExceptionboolean isClosed()
throws OntopConnectionException
OntopConnectionExceptionvoid setAutoCommit(boolean autocommit)
throws OntopConnectionException
OntopConnectionExceptionboolean getAutoCommit()
throws OntopConnectionException
OntopConnectionExceptionvoid rollBack()
throws OntopConnectionException
OntopConnectionExceptionvoid commit()
throws OntopConnectionException
OntopConnectionExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.