Class SqlBigDecimalType

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

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

    • SqlBigDecimalType

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