Package oracle.jdbc

Interface OracleTranslatingConnection

All Known Implementing Classes:
BabelfishConnection

public interface OracleTranslatingConnection
Declares convenience methods to get non translating Statements, PreparedStatements or CallableStatements from a SQL Translation enabled connection. All the methods defined here are counterparts to similar methods defined in java.sql.Connection, with an additional boolean flag. If the flag translation is true then the resulting Statement will have SQL Translation enabled just like you would get from a Translation enabled Connection. Else if the flag is false then the resulting Statement will not have translation enabled. Only a translation enabled connection can be handled with a reference to this interface.