Fields Summary |
---|
public static final String | SCHEMAThe configuration parameter holding the schema name |
public static final String | TABLEThe configuration parameter holding the table name for the
generated id |
public static final String | TABLESThe configuration parameter holding the table names for all
tables for which the id must be unique |
public static final String | PKThe configuration parameter holding the primary key column
name of the generated id |
public static final String | CATALOGThe configuration parameter holding the catalog name |
static final Log | SQL |