Uses of Class
oracle.sql.CHAR

Packages that use CHAR
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc.
The API for JSON type in Oracle Database.
  • Uses of CHAR in oracle.jdbc

    Methods in oracle.jdbc that return CHAR
    Modifier and Type
    Method
    Description
    OracleCallableStatement.getCHAR(int parameterIndex)
    Retrieves data into an oracle.sql.CHAR object.
    OracleResultSet.getCHAR(int columnIndex)
    Oracle extension.
    OracleResultSet.getCHAR(String columnName)
    Oracle extension.
    Methods in oracle.jdbc with parameters of type CHAR
    Modifier and Type
    Method
    Description
    void
    OracleCallableStatement.setCHAR(String parameterName, CHAR x)
    Sets the designated parameter to an oracle.sql.CHARvalue.
    void
    OraclePreparedStatement.setCHAR(int parameterIndex, CHAR ch)
    Binds the designated parameter to a oracle.sql.CHAR value.
    void
    OraclePreparedStatement.setCHARAtName(String parameterName, CHAR value)
    Sets the designated parameter to an oracle.sql.CHAR value.
    void
    OracleResultSet.updateCHAR(int columnIndex, CHAR value)
    Oracle extension.
    void
    OracleResultSet.updateCHAR(String columnName, CHAR value)
    Oracle extension.
  • Uses of CHAR in oracle.sql.json

    Methods in oracle.sql.json that return CHAR
    Modifier and Type
    Method
    Description
    OracleJsonString.getCHAR()
    Returns this value as a java.sql.CHAR