Class TologQuery


  • public class TologQuery
    extends TologStatement
    INTERNAL: Used to represent parsed SELECT queries.
    • Field Detail

      • clauses

        protected List clauses
      • arguments

        protected Map arguments
      • vartypemap

        protected Map vartypemap
      • ptypemap

        protected Map ptypemap
      • countVariables

        protected Set<Variable> countVariables
      • orderBy

        protected List orderBy
      • orderDescending

        protected Set<String> orderDescending
      • limit

        protected int limit
      • offset

        protected int offset
      • selected_variables

        protected List selected_variables
      • TYPE_TMObjectIF

        protected int TYPE_TMObjectIF
      • TYPE_String

        protected int TYPE_String
      • TYPE_Number

        protected int TYPE_Number
    • Constructor Detail

      • TologQuery

        public TologQuery()