|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hsqldb.Channel
Class declaration
Constructor Summary | |
(package private) |
Channel(Channel c,
int id)
Constructor declaration |
(package private) |
Channel(Database db,
User user,
boolean autocommit,
boolean readonly,
int id)
Constructor declaration |
Method Summary | |
(package private) void |
addTransactionDelete(Table table,
java.lang.Object[] row)
Method declaration |
(package private) void |
addTransactionInsert(Table table,
java.lang.Object[] row)
Method declaration |
(package private) void |
beginNestedTransaction()
Method declaration |
(package private) void |
check(java.lang.String object,
int right)
Method declaration |
(package private) void |
checkAdmin()
Method declaration |
(package private) void |
checkReadWrite()
Method declaration |
(package private) void |
commit()
Method declaration |
(package private) void |
disconnect()
Method declaration |
(package private) void |
endNestedTransaction(boolean rollback)
Method declaration |
void |
finalize()
Method declaration |
(package private) Database |
getDatabase()
Method declaration |
(package private) int |
getId()
Method declaration |
(package private) int |
getLastIdentity()
Method declaration |
(package private) int |
getMaxRows()
Method declaration |
(package private) java.lang.String |
getUsername()
Method declaration |
(package private) boolean |
isClosed()
Method declaration |
(package private) boolean |
isNestedTransaction()
Method declaration |
(package private) boolean |
isReadOnly()
Method declaration |
(package private) void |
rollback()
Method declaration |
(package private) void |
setAutoCommit(boolean autocommit)
Method declaration |
(package private) void |
setLastIdentity(int i)
Method declaration |
(package private) void |
setMaxRows(int max)
Method declaration |
(package private) void |
setPassword(java.lang.String s)
Method declaration |
(package private) void |
setReadOnly(boolean readonly)
Method declaration |
(package private) void |
setUser(User user)
Method declaration |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
Channel(Channel c, int id)
c
- id
- Channel(Database db, User user, boolean autocommit, boolean readonly, int id)
db
- user
- autocommit
- readonly
- id
- Method Detail |
public void finalize() throws java.sql.SQLException
int getId()
void disconnect() throws java.sql.SQLException
boolean isClosed()
void setLastIdentity(int i)
i
- int getLastIdentity()
Database getDatabase()
java.lang.String getUsername()
void setUser(User user)
user
- void checkAdmin() throws java.sql.SQLException
void check(java.lang.String object, int right) throws java.sql.SQLException
object
- right
- void checkReadWrite() throws java.sql.SQLException
void setPassword(java.lang.String s)
s
- void addTransactionDelete(Table table, java.lang.Object[] row) throws java.sql.SQLException
table
- row
- void addTransactionInsert(Table table, java.lang.Object[] row) throws java.sql.SQLException
table
- row
- void setAutoCommit(boolean autocommit) throws java.sql.SQLException
autocommit
- void commit() throws java.sql.SQLException
void rollback() throws java.sql.SQLException
void beginNestedTransaction() throws java.sql.SQLException
void endNestedTransaction(boolean rollback) throws java.sql.SQLException
rollback
- void setReadOnly(boolean readonly)
readonly
- boolean isReadOnly()
void setMaxRows(int max)
max
- int getMaxRows()
boolean isNestedTransaction()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |