Deprecated API

Deprecated Methods
org.firebirdsql.jdbc.AbstractCallableStatement.getBigDecimal(int, int)
            
org.firebirdsql.jdbc.FBResultSet.getBigDecimal(int, int)
            
org.firebirdsql.jdbc.FBResultSet.getBigDecimal(String, int)
            
org.firebirdsql.pool.FBSimpleDataSource.getDatabaseName()
          use FBSimpleDataSource.getDatabase() instead for the sake of naming compatibility. 
org.firebirdsql.jca.FBTpb.getIscTransactionIsolation()
          This method should not be used by applications because only JDBC transaction isolation levels should be used. Also corresponding setter method is deprecated, so using this method makes a little sense without it. 
org.firebirdsql.jca.FBManagedConnection.getIscTransactionIsolation()
          you should not use internal transaction isolation levels directrly. 
org.firebirdsql.jdbc.FBResultSet.getUnicodeStream(int)
            
org.firebirdsql.jdbc.FBResultSet.getUnicodeStream(String)
            
org.firebirdsql.pool.FBSimpleDataSource.getUser()
          use FBSimpleDataSource.getUserName() instead for the sake of naming compatibility. 
org.firebirdsql.pool.FBSimpleDataSource.setDatabaseName(String)
          use FBSimpleDataSource.setDatabase(String) instead for the sake of naming compatibility. 
org.firebirdsql.jca.FBTpb.setIscTransactionIsolation(int)
          This method does not handle correctly JDBC-TPB mapping and should not be called if custom mapping is used. 
org.firebirdsql.jca.FBManagedConnection.setIscTransactionIsolation(int)
          you should not use internal transaction isolation levels directrly. 
org.firebirdsql.jdbc.AbstractPreparedStatement.setUnicodeStream(int, InputStream, int)
          I really have no idea if there is anything else we should be doing here 
org.firebirdsql.pool.FBSimpleDataSource.setUser(String)
          use FBSimpleDataSource.setUserName(String) instead for the sake of naming compatibility. 
 



Copyright © 2001 David Jencks and other authors. All rights reserved.