Class SqlBigIntegerType

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

public abstract class SqlBigIntegerType extends SqlDefaultType
The META types BIGINTEGER.
Author:
Vladimir Hudec
  • Constructor Details

    • SqlBigIntegerType

      public SqlBigIntegerType()
  • 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