Log Message: |
PGUtil, neue Methode:
public static boolean existsTable(Connection c, String tableName) throws SQLException
/**
* Existiert ein relationsname als Tabelle?
*
* @param tableName
* Darf eine Schemaangabe mit . Trenner enthalten.
* @throws SQLException
*/
|