Uses of Class
com.finalist.tools.database.NotMappableException

Packages that use NotMappableException
com.finalist.tools.database   
 

Uses of NotMappableException in com.finalist.tools.database
 

Methods in com.finalist.tools.database that throw NotMappableException
 java.sql.PreparedStatement DBFRowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
           
 java.util.HashMap DBFRowMapper.unBindIntoHashMap(java.sql.ResultSet r, java.util.HashMap target)
           
 java.lang.Object DBFRowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
           
 java.sql.PreparedStatement GenericRowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
           
 java.util.HashMap GenericRowMapper.unBindIntoHashMap(java.sql.ResultSet rset, java.util.HashMap target)
           
 java.lang.Object GenericRowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
           
 java.sql.PreparedStatement MySQLRowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
          Method that binds an object of a specified type into a PreparedStatement and returns the PreparedStatement.
 java.util.HashMap MySQLRowMapper.unBindIntoHashMap(java.sql.ResultSet rset, java.util.HashMap target)
          Method reads the values from a ResultSet and puts them as properties into a HashMap.
 java.lang.Object MySQLRowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
          Method reads the values from a ResultSet and puts them as properties into a bean.
 java.sql.PreparedStatement OracleRowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
          Method that binds an object of a specified type into a PreparedStatement and returns the PreparedStatement.
 java.util.HashMap OracleRowMapper.unBindIntoHashMap(java.sql.ResultSet rset, java.util.HashMap target)
          Method reads the values from a ResultSet and puts them as properties into a HashMap.
 java.lang.Object OracleRowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
          Method reads the values from a ResultSet and puts them as properties into a bean.
 java.sql.PreparedStatement PostgreSQLRowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
          Method that binds an object of a specified type into a PreparedStatement and returns the PreparedStatement.
 java.util.HashMap PostgreSQLRowMapper.unBindIntoHashMap(java.sql.ResultSet rset, java.util.HashMap target)
          Method reads the values from a ResultSet and puts them as properties into a HashMap.
 java.lang.Object PostgreSQLRowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
          Method reads the values from a ResultSet and puts them as properties into a bean.
abstract  java.sql.PreparedStatement RowMapper.bind(java.sql.PreparedStatement pstmt, java.lang.Object bindVar, java.lang.String bindVarClassType, int pos)
          Method that binds an object of a specified type into a PreparedStatement and returns the PreparedStatement.
abstract  java.util.HashMap RowMapper.unBindIntoHashMap(java.sql.ResultSet rset, java.util.HashMap target)
          Method that reads the values from a ResultSet for one row and stores them into a HashMap.
abstract  java.lang.Object RowMapper.unBindIntoBean(java.sql.ResultSet rset, java.lang.Object target)
          Method that reads the values from a ResultSet an populates the properties of a bean
 

Constructors in com.finalist.tools.database with parameters of type NotMappableException
ExecutionException(NotMappableException rootNotMappableException)
          Constructor that takes a NotMappableException as an argument.
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.