List of usage examples for java.sql SQLFeatureNotSupportedException SQLFeatureNotSupportedException
public SQLFeatureNotSupportedException()
SQLFeatureNotSupportedException
object. From source file:org.apache.phoenix.jdbc.PhoenixResultSet.java
@Override public String getNString(String columnLabel) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateObject(int columnIndex, Object x) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateNull(String columnLabel) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:org.apache.phoenix.jdbc.PhoenixResultSet.java
@Override public Ref getRef(int columnIndex) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.adfs.database.tdhsocket.client.response.TDHSResutSet.java
public void updateBoolean(String columnLabel, boolean x) throws SQLException { throw new SQLFeatureNotSupportedException(); }