Package org.h2.jdbc
Class JdbcLob
- java.lang.Object
-
- org.h2.message.TraceObject
-
- org.h2.jdbc.JdbcLob
-
- Direct Known Subclasses:
JdbcBlob,JdbcClob,JdbcSQLXML
public abstract class JdbcLob extends org.h2.message.TraceObjectRepresents a large object value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJdbcLob.StateState of the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfree()Release all resources of this object.java.lang.StringtoString()INTERNAL-
Methods inherited from class org.h2.message.TraceObject
debugCode, debugCodeAssign, debugCodeCall, debugCodeCall, debugCodeCall, getNextId, getTraceId, getTraceObjectName, isDebugEnabled, isInfoEnabled, logAndConvert, quote, quoteArray, quoteBigDecimal, quoteBytes, quoteDate, quoteIntArray, quoteMap, quoteTime, quoteTimestamp, setTrace, unsupported
-
-