| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
RemoteStatement |
createStatement() |
boolean |
getAutoCommit() |
int |
getTransactionIsolation() |
boolean |
isReadOnly() |
void |
rollback() |
void |
setAutoCommit(boolean autoCommit) |
void |
setReadOnly(boolean readOnly) |
void |
setTransactionIsolation(int level) |
RemoteStatement createStatement() throws RemoteException
RemoteExceptionvoid close()
throws RemoteException
RemoteExceptionvoid setAutoCommit(boolean autoCommit)
throws RemoteException
RemoteExceptionvoid setReadOnly(boolean readOnly)
throws RemoteException
RemoteExceptionvoid setTransactionIsolation(int level)
throws RemoteException
RemoteExceptionboolean getAutoCommit()
throws RemoteException
RemoteExceptionboolean isReadOnly()
throws RemoteException
RemoteExceptionint getTransactionIsolation()
throws RemoteException
RemoteExceptionvoid commit()
throws RemoteException
RemoteExceptionvoid rollback()
throws RemoteException
RemoteExceptionCopyright © 2022 VanillaDB Organization. All rights reserved.