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

oracle.jdbc.OracleResultSet Maven / Gradle / Ivy

package oracle.jdbc;

import java.sql.ResultSet;
import java.sql.SQLException;

import oracle.sql.TIMESTAMPTZ;

public interface OracleResultSet extends ResultSet {

  TIMESTAMPTZ getTIMESTAMPTZ(int paramInt) throws SQLException;

  TIMESTAMPTZ getTIMESTAMPTZ(String paramString) throws SQLException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy