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 CHAROracleCallableStatement. getCHAR(int parameterIndex)Retrieves data into anoracle.sql.CHARobject.CHAROracleResultSet. getCHAR(int columnIndex)Oracle extension.CHAROracleResultSet. getCHAR(String columnName)Oracle extension.Methods in oracle.jdbc with parameters of type CHAR Modifier and Type Method Description voidOracleCallableStatement. setCHAR(String parameterName, CHAR x)Sets the designated parameter to anoracle.sql.CHARvalue.voidOraclePreparedStatement. setCHAR(int parameterIndex, CHAR ch)Binds 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 Modifier and Type Method Description CHAROracleJsonString. getCHAR()Returns this value as ajava.sql.CHAR
-