你的意思就是根据id找数据本身以及他的叶子节点。假设你的表叫locationrs:ResultSetstmt:StatementpublicResultSetgetLocation(intid){Stringsql="selectid,name,pidfromlocationwhereid="+id+"orpid="+id;rs=stmt.executeQuery(sql);}