Lines Matching defs:parameterIndex

48     public void registerOutParameter(int parameterIndex, int sqlType) throws SQLException {
53 public void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException {
63 public String getString(int parameterIndex) throws SQLException {
68 public boolean getBoolean(int parameterIndex) throws SQLException {
73 public byte getByte(int parameterIndex) throws SQLException {
78 public short getShort(int parameterIndex) throws SQLException {
83 public int getInt(int parameterIndex) throws SQLException {
88 public long getLong(int parameterIndex) throws SQLException {
93 public float getFloat(int parameterIndex) throws SQLException {
98 public double getDouble(int parameterIndex) throws SQLException {
103 public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException {
108 public byte[] getBytes(int parameterIndex) throws SQLException {
113 public Date getDate(int parameterIndex) throws SQLException {
118 public Time getTime(int parameterIndex) throws SQLException {
123 public Timestamp getTimestamp(int parameterIndex) throws SQLException {
128 public Object getObject(int parameterIndex) throws SQLException {
133 public BigDecimal getBigDecimal(int parameterIndex) throws SQLException {
138 public Object getObject(int parameterIndex, Map<String, Class<?>> map) throws SQLException {
143 public Ref getRef(int parameterIndex) throws SQLException {
148 public Blob getBlob(int parameterIndex) throws SQLException {
153 public Clob getClob(int parameterIndex) throws SQLException {
158 public Array getArray(int parameterIndex) throws SQLException {
163 public Date getDate(int parameterIndex, Calendar cal) throws SQLException {
168 public Time getTime(int parameterIndex, Calendar cal) throws SQLException {
173 public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException {
178 public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException {
198 public URL getURL(int parameterIndex) throws SQLException {
443 public RowId getRowId(int parameterIndex) throws SQLException {
488 public NClob getNClob(int parameterIndex) throws SQLException {
503 public SQLXML getSQLXML(int parameterIndex) throws SQLException {
513 public String getNString(int parameterIndex) throws SQLException {
523 public Reader getNCharacterStream(int parameterIndex) throws SQLException {
533 public Reader getCharacterStream(int parameterIndex) throws SQLException {
603 public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException {