- addColumn
void addColumn(ColumnInfo column)
Undocumented in source. Be warned that the author may not have intended to support it.
- addForeignKey
void addForeignKey(string thisTable, EntityInfo otherEntity, string columnName, string uniqueIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- addForeignKey
void addForeignKey(PropertyInfo pi)
Undocumented in source. Be warned that the author may not have intended to support it.
- addJoinTable
void addJoinTable(PropertyInfo pi)
Undocumented in source. Be warned that the author may not have intended to support it.
- addUniqueColumnIndex
void addUniqueColumnIndex(PropertyInfo pi)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
ColumnInfo find(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCreateIndexSQL
string[] getCreateIndexSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCreateTableSQL
string getCreateTableSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDropIndexSQL
string[] getDropIndexSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDropTableSQL
string getDropTableSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ColumnInfo opIndex(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
- references
bool references(bool[string] visitedTables, TableInfo other)
Undocumented in source. Be warned that the author may not have intended to support it.
- references
bool references(TableInfo other)
Undocumented in source. Be warned that the author may not have intended to support it.
information about table in DB