public final class JdbcSavepoint
extends org.h2.message.TraceObject
implements java.sql.Savepoint
| Modifier and Type | Method and Description |
|---|---|
int |
getSavepointId()
Get the generated id of this savepoint.
|
java.lang.String |
getSavepointName()
Get the name of this savepoint.
|
java.lang.String |
toString()
INTERNAL
|
debugCode, debugCodeAssign, debugCodeCall, debugCodeCall, debugCodeCall, getNextId, getTraceId, getTraceObjectName, isDebugEnabled, isInfoEnabled, logAndConvert, quote, quoteArray, quoteBigDecimal, quoteBytes, quoteDate, quoteIntArray, quoteMap, quoteTime, quoteTimestamp, setTrace, unsupportedpublic int getSavepointId()
throws java.sql.SQLException
getSavepointId in interface java.sql.Savepointjava.sql.SQLExceptionpublic java.lang.String getSavepointName()
throws java.sql.SQLException
getSavepointName in interface java.sql.Savepointjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object