Stitch.Database Documentation

Stitch.Database Namespace

Classes

ClassDescription
DBCell This class stores the value of a database cell. It is designed to be easily converted between 5 different types: string, bool, int, int64 and DateTime.
DBConnection This class opens a connection to the database (Microsoft SQL Server or Access) and provides functions for querying the database.
DBParameter Parameters used for stored procedures.
DBResult This class stores the result of a query to MSSQL, MySQL or Access. It provides functions to read through the data, and to access fields and values.
DBRow This class stores a row from a database, which is a collection of DBCell values. Cells are accessed via the column name index: myDBRow["Username"] == "Paul"

Enumerations

EnumerationDescription
DatabaseType Type of database in use.