Uses of Interface
org.pjdbc.sql.JdbcTransformer
Packages that use JdbcTransformer
-
Uses of JdbcTransformer in org.pjdbc.drivers
Fields in org.pjdbc.drivers with type parameters of type JdbcTransformerModifier and TypeFieldDescriptionprotected ThreadLocal<JdbcTransformer> FilterDriver.transformerDeprecated.Use URL parameter class= instead.Methods in org.pjdbc.drivers that return JdbcTransformerModifier and TypeMethodDescriptionFilterDriver.getTransformer()Deprecated.Use URL parameter class= instead.Methods in org.pjdbc.drivers with parameters of type JdbcTransformerModifier and TypeMethodDescriptionvoidFilterDriver.setTransformer(JdbcTransformer transformer) Deprecated.Use URL parameter class= instead: jdbc:filter[class=com.example.MyTransformer]:jdbc:... -
Uses of JdbcTransformer in org.pjdbc.sql
Classes in org.pjdbc.sql that implement JdbcTransformerModifier and TypeClassDescriptionclassBase implementation of JdbcTransformer that performs no transformation.classTransformer that chains multiple JdbcTransformers together.classTransformer that renames identifiers (table names, column names) in SQL.classTransformer that adds a schema prefix to table names in SQL.classTransformer that appends conditions to WHERE clauses in SQL.Methods in org.pjdbc.sql with parameters of type JdbcTransformerModifier and TypeMethodDescriptionCompositeTransformer.add(JdbcTransformer transformer) Add a transformer to the chain.