Uses of Class
com.sun.ts.tests.common.connector.whitebox.TSEISException
Packages that use TSEISException
-
Uses of TSEISException in com.sun.ts.tests.common.connector.whitebox
Methods in com.sun.ts.tests.common.connector.whitebox that throw TSEISExceptionModifier and TypeMethodDescriptionvoid
TSeis.commit
(TSConnection con) void
TSeis.delete
(String key, TSConnection con) void
TSeis.insert
(String key, String value, TSConnection con) TSeis.read
(String key, TSConnection con) Check for the key in the transaction.TSeis.readValue
(String key, TSConnection con) void
TSeis.update
(String key, String value, TSConnection con)