Class SqlBlobType

java.lang.Object
org.sqlproc.engine.type.SqlDefaultType
org.sqlproc.engine.type.SqlBlobType
All Implemented Interfaces:
SqlMetaType, SqlTaggedMetaType
Direct Known Subclasses:
JdbcBlobType

public abstract class SqlBlobType extends SqlDefaultType
The META type BLOB.
Author:
Vladimir Hudec
  • Constructor Details

    • SqlBlobType

      public SqlBlobType()
  • Method Details

    • getClassTypes

      public Class<?>[] getClassTypes()
      Returns the list of Java class types related to this META type.
      Returns:
      the list of Java class types related to this META type
    • getMetaTypes

      public String[] getMetaTypes()
      Returns the list of names of this META type. These names can be used in the META SQL statements.
      Returns:
      list of names of this META type. These names can be used in the META SQL statements