Oracle Driver


    根据Oracle服务器版本和JDK版本选择相应的Oracle Driver。

    版本信息

    Internal OraclePreparedStatement

    1. public interface OraclePreparedStatement {
    2. /**
    3. */
    4. void enterImplicitCache() throws java.sql.SQLException;
    5. void exitExplicitCacheToActive() throws java.sql.SQLException;
    6. void exitExplicitCacheToClose() throws java.sql.SQLException;
    7. void exitImplicitCacheToActive() throws java.sql.SQLException;
    8. void exitImplicitCacheToClose() throws java.sql.SQLException;
    9. void setInternalBytes(int arg0, byte[] arg1, int arg2) throws java.sql.SQLException;
    10. /**
    11. * @since 11.2.0.1.0
    12. */
    13. }