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 CHARModifier and TypeMethodDescriptionOracleCallableStatement.getCHAR(int parameterIndex) Retrieves data into anoracle.sql.CHARobject.OracleResultSet.getCHAR(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type CHARModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.CHARvalue.voidBinds the designated parameter to aoracle.sql.CHARvalue.voidOraclePreparedStatement.setCHARAtName(String parameterName, CHAR value) Sets the designated parameter to an oracle.sql.CHAR value.voidOracleResultSet.updateCHAR(int columnIndex, CHAR value) Oracle extension.voidOracleResultSet.updateCHAR(String columnName, CHAR value) Oracle extension. -
Uses of CHAR in oracle.sql.json
Methods in oracle.sql.json that return CHAR