Searched defs:registerOutParameter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java87 * <code>registerOutParameter</code> that accepts a scale value
102 void registerOutParameter(int parameterIndex, int sqlType) method in interface:CallableStatement
115 * This version of <code>registerOutParameter</code> should be
136 void registerOutParameter(int parameterIndex, int sqlType, int scale) method in interface:CallableStatement
372 * <code>registerOutParameter</code>. By registering the target JDBC
413 * <code>registerOutParameter</code>. By registering the target
578 * the method <code>registerOutParameter</code>
618 void registerOutParameter (int parameterIndex, int sqlType, String typeName) method in interface:CallableStatement
641 * <code>registerOutParameter</code> that accepts a scale value
657 void registerOutParameter(Strin method in interface:CallableStatement
692 void registerOutParameter(String parameterName, int sqlType, int scale) method in interface:CallableStatement
739 void registerOutParameter (String parameterName, int sqlType, String typeName) method in interface:CallableStatement
[all...]

Completed in 34 milliseconds