I'm giving my first steps into dbutils, and i'd like to make a question, since the docs are still small:

What's the mapping from the db field names and the get/set properties of my bean (the one sent to the sqlrunner).

an example :

if I have a sql command
select * from mytable

my table has two fields :

id
id_othertable

What's are the allowed get/set mapping to get the bean with all the properties of the resultset.

it can translate from id_company to setCompany ?? or I have to use the 'as', modifying all the sql's?

Anyone could show me some complete examples???

Thanks and congratulation for this excellent tool.


-- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to