List of usage examples for java.sql SQLFeatureNotSupportedException SQLFeatureNotSupportedException
public SQLFeatureNotSupportedException()
SQLFeatureNotSupportedException
object. From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:org.apache.phoenix.jdbc.PhoenixResultSet.java
@Override public Blob getBlob(String columnLabel) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setNClob(int parameterIndex, NClob value) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:com.taobao.tdhs.jdbc.TDHSPreparedStatement.java
public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { throw new SQLFeatureNotSupportedException(); }
From source file:org.apache.phoenix.jdbc.PhoenixResultSet.java
@Override public Reader getCharacterStream(int columnIndex) throws SQLException { throw new SQLFeatureNotSupportedException(); }