Interface TypeFacility.RUNTIME_TYPES

  • Enclosing class:
    TypeFacility

    public static interface TypeFacility.RUNTIME_TYPES
    • Field Detail

      • BLOB

        static final Class<org.teiid.core.types.BlobType> BLOB
      • CLOB

        static final Class<org.teiid.core.types.ClobType> CLOB
      • XML

        static final Class<org.teiid.core.types.XMLType> XML
      • NULL

        static final Class<org.teiid.core.types.NullType> NULL
      • VARBINARY

        static final Class<org.teiid.core.types.BinaryType> VARBINARY
      • GEOMETRY

        static final Class<org.teiid.core.types.GeometryType> GEOMETRY
      • GEOGRAPHY

        static final Class<org.teiid.core.types.GeographyType> GEOGRAPHY
      • JSON

        static final Class<org.teiid.core.types.JsonType> JSON