| java.lang.Object org.w3c.tools.jdbc.JdbcBeanUtil
JdbcBeanUtil | public class JdbcBeanUtil (Code) | | version: $Revision: 1.6 $ author: Benoît Mahé (bmahe@w3.org) |
initializeBean | public static void initializeBean(JdbcBeanInterface father, JdbcBeanInterface child, String jdbcTable)(Code) | | Copy the following list of properties in the given bean and set the
jdbcTable properties
- jdbcURI
- jdbcDriver
- jdbcUser
- jdbcPassword
Parameters: father - the source bean Parameters: child - the bean to initialize Parameters: jdbcTable - the SQL table name |
isJdbcBean | public static boolean isJdbcBean(Class c)(Code) | | |
|
|