Package 

Class ValueURI


  • 
    public class ValueURI
    extends Value
                        

    Implementation of the URI data type.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public static int type
      private final URI uri
    • Method Summary

      Modifier and Type Method Description
      int getType()
      URI getURI()
      static ValueURI get(URI uri) Create a result set value for the given result set.The result set will be wrapped.
      static ValueURI get(String s)
      static ValueURI get(Array<byte> s)
      long getPrecision()
      int getDisplaySize()
      String getString()
      boolean equals(Object other)
      int hashCode()
      Object getObject()
      void set(PreparedStatement prep, int parameterIndex)
      String getSQL()
      Array<byte> getBytes()
      Array<byte> getBytesNoCopy() Used by ValueDataType.
      String toString()
      • Methods inherited from class org.h2.value.Value

        add, checkPrecision, clearCache, compareTo, compareTypeSafe, convertPrecision, convertScale, convertTo, convertToEnum, copy, copyToResult, copyToTemp, divide, equals, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDate, getDisplaySize, getDouble, getFloat, getHigherOrder, getInputStream, getInt, getLong, getMemory, getObject, getPrecision, getReader, getResultSet, getSQL, getScale, getShort, getSignum, getSmall, getString, getTableId, getTime, getTimestamp, getTraceSQL, getType, hashCode, isLinkedToTable, modulus, multiply, negate, remove, set, subtract, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait