예제 #1
0
 public void setClob(String parameterName, Clob x) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setClob(String, Clob)");
 }
예제 #2
0
 public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getParentLogger()");
 }
예제 #3
0
 public Reader getCharacterStream(int parameterIndex) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getCharacterStream(int)");
 }
예제 #4
0
 public Reader getCharacterStream(String parameterName) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getCharacterStream(String)");
 }
예제 #5
0
 public void setAsciiStream(int parameterIndex, InputStream value) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setAsciiStream(int, InputStream)");
 }
예제 #6
0
 public String getNString(String parameterName) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getNString(String)");
 }
예제 #7
0
 public NClob getNClob(int parameterIndex) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getNClob(int)");
 }
예제 #8
0
 public void setRowId(int parameterIndex, RowId x) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setRowId(int, RowId)");
 }
예제 #9
0
 public void setBlob(String parameterName, InputStream inputStream) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setBlob(String, InputStream)");
 }
예제 #10
0
 public void setNClob(String parameterName, Reader reader, long length) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setNClob(String, Reader, long)");
 }
예제 #11
0
 public void setAsciiStream(String parameterName, InputStream value, long length)
     throws SQLException {
   throw org.postgresql.Driver.notImplemented(
       this.getClass(), "setAsciiStream(String, InputStream, long)");
 }
예제 #12
0
 public void setCharacterStream(String parameterName, Reader value) throws SQLException {
   throw org.postgresql.Driver.notImplemented(
       this.getClass(), "setCharacterStream(String, Reader)");
 }
예제 #13
0
 public void setNClob(int parameterIndex, Reader reader) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setNClob(int, Reader)");
 }
예제 #14
0
 public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getObject(int, Class<T>)");
 }
예제 #15
0
 public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setSQLXML(String, SQLXML)");
 }
예제 #16
0
 public <T> T getObject(String parameterName, Class<T> type) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getObject(String, Class<T>)");
 }
예제 #17
0
 public SQLXML getSQLXML(String parameterIndex) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "getSQLXML(String)");
 }
예제 #18
0
 public void setNString(int parameterIndex, String value) throws SQLException {
   throw org.postgresql.Driver.notImplemented(this.getClass(), "setNString(int, String)");
 }
예제 #19
0
 public void setCharacterStream(int parameterIndex, Reader value, long length)
     throws SQLException {
   throw org.postgresql.Driver.notImplemented(
       this.getClass(), "setCharacterStream(int, Reader, long)");
 }