Package tilda.db

Class SelectQueryParsedAndValidated


  • public class SelectQueryParsedAndValidated
    extends SelectQuery
    LDH-NOTE This class allwos to pass in a full string-based where-clause that will be validated against the TildaSQL parser
    Author:
    ldh
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • SelectQueryParsedAndValidated

        public SelectQueryParsedAndValidated​(TildaObjectMetaData OMD,
                                             java.lang.String WhereClause)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • execute

        public <T> java.util.List<T> execute​(Connection C,
                                             int Start,
                                             int Size)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • execute

        public <T> void execute​(Connection C,
                                ObjectProcessor<T> OP,
                                int Start,
                                int Size)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception