Uses of Class
oracle.sql.CHAR
-
Packages that use CHAR Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
.oracle.sql.json 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 CHAR
OracleCallableStatement. getCHAR(int parameterIndex)
Retrieves data into anoracle.sql.CHAR
object.CHAR
OracleResultSet. getCHAR(int columnIndex)
Oracle extension.CHAR
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 anoracle.sql.CHAR
value.void
OraclePreparedStatement. setCHAR(int parameterIndex, CHAR ch)
Binds the designated parameter to aoracle.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 CHAR
OracleJsonString. getCHAR()
Returns this value as ajava.sql.CHAR
-