All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oracle.jdbc.OraclePreparedStatement Maven / Gradle / Ivy

The newest version!
package oracle.jdbc;

import java.sql.PreparedStatement;
import java.sql.SQLException;

import oracle.sql.TIMESTAMPTZ;

public interface OraclePreparedStatement extends PreparedStatement {

  void setTIMESTAMPTZ(int paramInt, TIMESTAMPTZ paramTIMESTAMPTZ) throws SQLException;

  void setTIMESTAMPTZAtName(String paramString, TIMESTAMPTZ paramTIMESTAMPTZ) throws SQLException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy