public void setClob(String parameterName, Clob x) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setClob(String, Clob)"); }
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getParentLogger()"); }
public Reader getCharacterStream(int parameterIndex) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getCharacterStream(int)"); }
public Reader getCharacterStream(String parameterName) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getCharacterStream(String)"); }
public void setAsciiStream(int parameterIndex, InputStream value) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setAsciiStream(int, InputStream)"); }
public String getNString(String parameterName) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getNString(String)"); }
public NClob getNClob(int parameterIndex) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getNClob(int)"); }
public void setRowId(int parameterIndex, RowId x) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setRowId(int, RowId)"); }
public void setBlob(String parameterName, InputStream inputStream) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setBlob(String, InputStream)"); }
public void setNClob(String parameterName, Reader reader, long length) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setNClob(String, Reader, long)"); }
public void setAsciiStream(String parameterName, InputStream value, long length) throws SQLException { throw org.postgresql.Driver.notImplemented( this.getClass(), "setAsciiStream(String, InputStream, long)"); }
public void setCharacterStream(String parameterName, Reader value) throws SQLException { throw org.postgresql.Driver.notImplemented( this.getClass(), "setCharacterStream(String, Reader)"); }
public void setNClob(int parameterIndex, Reader reader) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setNClob(int, Reader)"); }
public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getObject(int, Class<T>)"); }
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setSQLXML(String, SQLXML)"); }
public <T> T getObject(String parameterName, Class<T> type) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getObject(String, Class<T>)"); }
public SQLXML getSQLXML(String parameterIndex) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "getSQLXML(String)"); }
public void setNString(int parameterIndex, String value) throws SQLException { throw org.postgresql.Driver.notImplemented(this.getClass(), "setNString(int, String)"); }
public void setCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { throw org.postgresql.Driver.notImplemented( this.getClass(), "setCharacterStream(int, Reader, long)"); }