ResultSet resultSet = databaseMetaData.getTables(null, null, null, new String[] {"TABLE"}); while (resultSet.next()) { String name ...
確定! 回上一頁