Class Wrq2Sql

  • All Implemented Interfaces:
    ISqlGenerator

    public class Wrq2Sql
    extends java.lang.Object
    implements ISqlGenerator
    Takes a Wrq and generates SQL from it
    • Field Detail

      • bindings

        protected final Bindings bindings
      • effectiveMaxRows

        protected int effectiveMaxRows
      • clientProvidedMaxRows

        protected int clientProvidedMaxRows
      • requestDoc

        protected final org.w3c.dom.Document requestDoc
      • wrqTransformGrs2UnionXsltStatic

        protected static java.lang.String wrqTransformGrs2UnionXsltStatic
    • Constructor Detail

      • Wrq2Sql

        public Wrq2Sql​(IRequestOptions options)
                throws java.lang.Exception
        We are initialized for each wrq:WrqRequest.
        Parameters:
        options -
        Throws:
        java.lang.Exception