logo

sql

Book Book.
Chapter Chapter.
Col Col models the column of a relational table.
Connection Connection manages a logical connection to an SQL database.
DbModel DbModel is a collection of types and their relationships to be modeled in a relational database.
Person A person who can author books or use a library.
Publisher Publisher of a book.
Row Row models the row of a relational table.
SqlErr SqlErr indicates an error from the SQL database driver.
Statement Statement manages a statement prepared for a database connection.
TableResource TableResource models an SQL table as a Fan resource in the Uri namespace.
TypeGraph TypeGraph is used to sort a set of types based on their dependencies on each other.