摘要:
import java.util.HashMap;不能有序遍历。import java.util.LinkedHashMap;可以有序遍历。eg:LinkedHashMaprowData = new LinkedHashMap(columnCount); rowData.put(md.getColumnName(i), rs.getObject(i));......安装put的顺序可以遍历map 阅读全文
摘要:
sql:select count (*)from user_ind_columns t where t.table_name = '表名' and t.column_name='空间字段名'结果集大于0,则已创建空间索引。 阅读全文