93949596979899100101102103
String filePath) throws SQLException { String sql = "SELECT RegionId, RegionType FROM Regions WHERE FileId = ?"; ResultSet rs = null; RegionType type = null; Region[] rtn = null; PreparedStatement statement = null; int i = 0; try {