Connection conn = ...
ResultSet rs = conn.getMetaData().getTables(catalog, schemaPattern, tableNamePattern, types);
)]doc