Searched refs:paramIndex (Results 1 – 3 of 3) sorted by relevance
75 public String getParameterClassName(int paramIndex) throws SQLException; in getParameterClassName() argument103 public int getParameterMode(int paramIndex) throws SQLException; in getParameterMode() argument116 public int getParameterType(int paramIndex) throws SQLException; in getParameterType() argument130 public String getParameterTypeName(int paramIndex) throws SQLException; in getParameterTypeName() argument143 public int getPrecision(int paramIndex) throws SQLException; in getPrecision() argument157 public int getScale(int paramIndex) throws SQLException; in getScale() argument175 public int isNullable(int paramIndex) throws SQLException; in isNullable() argument188 public boolean isSigned(int paramIndex) throws SQLException; in isSigned() argument
444 public void setNull(int paramIndex, int sqlType, String typeName) in setNull() argument
851 public void registerOutParameter(int paramIndex, int sqlType, in registerOutParameter() argument