Class TSeis
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.TSeis
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
begin()
void
commit
(TSConnection con) void
void
delete
(String key, TSConnection con) void
boolean
getConnection
(String usr, char[] passwd) static TSeis
getTSeis()
Singleton accessorvoid
insert
(String key, String value, TSConnection con) read
(String key, TSConnection con) readData()
readValue
(String key, TSConnection con) void
void
void
setAutoCommit
(boolean flag) void
update
(String key, String value, TSConnection con)
-
Field Details
-
rm
-
-
Method Details
-
getTSeis
Singleton accessor -
getConnection
-
getConnection
-
read
- Throws:
TSEISException
-
readValue
- Throws:
TSEISException
-
insert
- Throws:
TSEISException
-
update
- Throws:
TSEISException
-
delete
- Throws:
TSEISException
-
returnConnection
-
dropTable
public void dropTable() -
setAutoCommit
public void setAutoCommit(boolean flag) -
getAutoCommit
public boolean getAutoCommit() -
readData
-
begin
public void begin() -
commit
- Throws:
TSEISException
-
commit
-
rollback
-
getResourceManager
-