三、结构信息
1.表信息
public List<String> getAllTableNameList(){}2.列信息
public Set<String> getColumnNameList(String tableName){}
public List<NeoColumn> getColumnList(String tableName){}3.索引信息
public List<Index> getIndexList(String tableName){}
public List<String> getIndexNameList(String tableName){}4.表创建的sql(*)
Last updated