comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java @ 380:0100ebf6630f

Added missing Methodstubs for Java 1.6 compability. geo-backend/trunk@385 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 30 Nov 2009 14:51:09 +0000
parents 6a585e87c18b
children 0b813ae17173
comparison
equal deleted inserted replaced
379:31595c0a1a33 380:0100ebf6630f
478 } 478 }
479 pSeQuery.close(); 479 pSeQuery.close();
480 return lSet; 480 return lSet;
481 } 481 }
482 482
483 public boolean isClosed() throws SQLException {
484 return false;
485 }
486
487 public boolean isPoolable() throws SQLException {
488 return false;
489 }
490
491 public void setPoolable(boolean arg0) throws SQLException {
492 }
493
494 public boolean isWrapperFor(Class<?> iface) throws SQLException {
495 return false;
496 }
497
498 public <T> T unwrap(Class<T> iface) throws SQLException {
499 return null;
500 }
501
483 } 502 }

http://dive4elements.wald.intevation.org