get a unique object by id and specify the Entity this object is an Instance of.
Parameters: params - parameter values Parameters: resultEntity - resulting entity exception: SQLException - thrown by the database engine the fetched Instance
get a unique object by id and specify the Entity this object is an Instance of.
Parameters: params - parameter values Parameters: resultEntity - resulting entity exception: SQLException - thrown by the database engine the fetched Instance
get the object value of the specified resultset column.
Parameters: key - the name of the resultset column exception: SQLException - thrown by the database engine the object value returned by jdbc
issue the modification query of this prepared statement.
Parameters: params - parameter values exception: SQLException - thrown by the database engine the numer of affected rows
Methods inherited from velosurf.sql.PooledStatement