Class GatewayContextConnectionProvider

    • Constructor Detail

      • GatewayContextConnectionProvider

        public GatewayContextConnectionProvider​(GatewayContext context,
                                                java.lang.String dataSource)
    • Method Detail

      • getQueryCache

        protected QueryCache getQueryCache()
      • prepareQuery

        public java.lang.String prepareQuery​(java.lang.String query)
        Description copied from interface: ConnectionProvider
        Takes a query, quotes the columns according to the translator, and performs any other modifications necessary to make it runnable. The query should have columns wrapped in '$' to indicate where quotes should go.
        Specified by:
        prepareQuery in interface ConnectionProvider<SRConnection>