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.TraceObject
Represents a large object value.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    State of the object.
  • Field Summary

    Fields inherited from class org.h2.message.TraceObject

    ARRAY, BLOB, CALLABLE_STATEMENT, CLOB, CONNECTION, DATA_SOURCE, DATABASE_META_DATA, PARAMETER_META_DATA, PREPARED_STATEMENT, RESULT_SET, RESULT_SET_META_DATA, SAVEPOINT, SQLXML, STATEMENT, trace, XA_DATA_SOURCE, XID
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Release all resources of this object.
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • free

      public void free()
      Release all resources of this object.
    • toString

      public String toString()
      INTERNAL
      Overrides:
      toString in class Object