Searched defs:TableInfo (Results 1 – 1 of 1) sorted by relevance
53 public class TableInfo { class73 public TableInfo(String name, Map<String, Column> columns, Set<ForeignKey> foreignKeys, in TableInfo() method in TableInfo85 public TableInfo(String name, Map<String, Column> columns, Set<ForeignKey> foreignKeys) { in TableInfo() method in TableInfo