Class SQLVerbatimExpression

    • Field Detail

      • DEFAULT_VALUE_TYPE

        protected static final Class DEFAULT_VALUE_TYPE
      • DEFAULT_FIELD_HANDLER

        protected static final FieldHandlerIF DEFAULT_FIELD_HANDLER
      • value

        protected Object value
      • alias

        protected String alias
      • vtype

        protected Class vtype
    • Constructor Detail

      • SQLVerbatimExpression

        public SQLVerbatimExpression​(Object value)
      • SQLVerbatimExpression

        public SQLVerbatimExpression​(Object value,
                                     SQLTable[] tables)
    • Method Detail

      • getValue

        public Object getValue()
      • getTables

        public SQLTable[] getTables()
        INTERNAL: Returns the tables that are involved in the verbatim expression. This information is neccessary so that the FROM clause can be correctly generated.
      • setTables

        public void setTables​(SQLTable[] tables)