Re: Reverse engineering existing tables... selectively

2010-05-07 Thread Andrus Adamchik
Hi Mike, Reverse engineering dialog does not support complex expressions, only patterns supported by DatabaseMetaData.getTables(): http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html#getTables%28java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String [

Reverse engineering existing tables... selectively

2010-05-05 Thread MGargano
Hey everybody, When I try to reverse engineer an existing table, I want to only reverse eng. a few of the tables that are related to each other. The problem is that they are named differently. When I put something like this in... "ETL_BATCH" OR "ETL_BATCH_CONFIG" OR "ETL_PARA