neuralib.sqlp.table
A SQL column, a field in a table. |
|
the name of the table. |
|
list of the name for each field in the table. |
|
list fields in the table. |
|
Get field by the name in the table. |
|
list of the name for each primary field in the table. |
|
UniqueConstraint(name, table, fields, conflict) |
|
list of the name for each unique field in the table. |
|
SQL foreign constraint. |
|
get a list of the foreign constraint in the table. |
|
get the foreign constraint in the table that refer to the target table. |
|
SQL check constraint |
|
get a dict of the field constraint in the table. |
|
get the check constrain of a field in the table. |
|