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
RemoteException
void close() throws RemoteException
RemoteException
void setAutoCommit(boolean autoCommit) throws RemoteException
RemoteException
void setReadOnly(boolean readOnly) throws RemoteException
RemoteException
void setTransactionIsolation(int level) throws RemoteException
RemoteException
boolean getAutoCommit() throws RemoteException
RemoteException
boolean isReadOnly() throws RemoteException
RemoteException
int getTransactionIsolation() throws RemoteException
RemoteException
void commit() throws RemoteException
RemoteException
void rollback() throws RemoteException
RemoteException
Copyright © 2022 VanillaDB Organization. All rights reserved.