Class SqlTextType

    • Constructor Detail

      • SqlTextType

        public SqlTextType()
    • Method Detail

      • 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
      • getClassTypesForDefault

        public Class<?>[] getClassTypesForDefault()
        Returns the list of Java class types related to this META type for SqlDefaultType processing.
        Overrides:
        getClassTypesForDefault in class SqlDefaultType
        Returns:
        the list of Java class types related to this META type for SqlDefaultType processing