Package org.pjdbc.sql
package org.pjdbc.sql
-
ClassDescriptionBase implementation of JdbcTransformer that performs no transformation.Base class for PJDBC proxy drivers that wrap and delegate to other JDBC drivers.Strategy for merging results from multiple delegate statements.Transformer that chains multiple JdbcTransformers together.Unified interface for JDBC transformation.Parser for PJDBC URLs with optional parameter support.Listener interface for PJDBC driver events.Central registry for PJDBC event listeners.Base class for proxy connections that automatically delegates statement creation to the driver's proxy methods.Transformer that renames identifiers (table names, column names) in SQL.Transformer that adds a schema prefix to table names in SQL.Transformer that appends conditions to WHERE clauses in SQL.