Dynamic database mapping in JDBC

In wmDb package for insert service,we can have webMethods document representing a table structure and table name as inputs and it dynamically maps the field names to the fields in the databse table on the fly.This is a very interesting feature in DB.IS this something possible in JDBC ?
Thanks

Jagadesh

Using JDBC Adapter (GUI)life becomes more easier by creating the JDBC Adapter service (select,insert,update,customselect,delete etc…)that will make connection to DB and lists all the tables under that Schema.
So just we need to select the appropriate table and using adapter GUI there is an option to select fields by clicking mouse(no manual coding required for setting the fields) like we do in WmDB.

HTH,