#Izenda.AdHoc.Database

##Izenda.AdHoc.Database.AdHocDatabaseException Represents an error that occurred when calling the database through reporting methods. ##Izenda.AdHoc.Database.Column Represents a database column to be used as schema information. ##Izenda.AdHoc.Database.ColumnCollection Represents a serializable collection of Izenda.AdHoc.Database.Column objects. ##Izenda.AdHoc.Database.ColumnItem

##Izenda.AdHoc.Database.Constraint Represents a primary/foreign key relationship in the database schema. ##Izenda.AdHoc.Database.ConstraintCollection Represents a serializable collection of Izenda.AdHoc.Database.Constraint objects. ##Izenda.AdHoc.Database.DatabaseSchema

##Izenda.AdHoc.Database.Db2Driver Represents a set of methods and functions that are used to interface with an IBM DB2 database. ##Izenda.AdHoc.Database.Driver Represents a set of properties and methods used for connecting to and extracting data from various database systems. ##Izenda.AdHoc.Database.Join Represents a relationship between two database tables. ##Izenda.AdHoc.Database.JoinCollection Represents a collection of Izenda.AdHoc.Database.Join objects. ##Izenda.AdHoc.Database.MSSQLDriver Represents a set of methods and functions that are used to interface with an MSSQL database. ##Izenda.AdHoc.Database.MySqlDriver Represents a set of methods and functions that are used to interface with a MySQL database. ##Izenda.AdHoc.Database.OdbcDriver Represents a set of methods and functions that are used to interface with an ODBC database. ##Izenda.AdHoc.Database.OracleDriver Represents a set of methods and functions that are used to interface with an Oracle database. ##Izenda.AdHoc.Database.Param Represents a stored procedure parameter. ##Izenda.AdHoc.Database.ParamCollection Represents a serializable collection of Izenda.AdHoc.Database.Param objects. ##Izenda.AdHoc.Database.PostgreSQLDriver Represents a set of methods and functions that are used to interface with a PostgreSQL database. ##Izenda.AdHoc.Database.ReportQueryExecuteResult Represents the results from executing a report via the LoadAndFormatData method. This can be added to a Izenda.AdHoc.ReportSetResults object. ##Izenda.AdHoc.Database.SqlType Enumerates supported SQL column types. Storage size is specified for Microsoft SQL Server 2000\MSDE, it can differ on other database servers. ##Izenda.AdHoc.Database.SqlTypeGroup Enumerates various groupings of SQL column types for determining general functions that can be perfored on data. ##Izenda.AdHoc.Database.SqlTypeGroupCollection

##Izenda.AdHoc.Database.StoredProcedure Represents a stored procedure to be used as schema information. ##Izenda.AdHoc.Database.StoredProcedureCollection Represents a serializable collection of Izenda.AdHoc.Database.StoredProcedure objects. ##Izenda.AdHoc.Database.SyBaseDriver Represents a set of methods and functions that are used to interface with a Sybase database. ##Izenda.AdHoc.Database.SynonymItem Represents the schema that was loaded from the database. ##Izenda.AdHoc.Database.Table Represents a table, view, or stored procedure from the database that can be serialized to a stream. ##Izenda.AdHoc.Database.TableCollection

##Izenda.AdHoc.Database.TableItem

##Izenda.AdHoc.Database.TableType Enumerates the different types of entities that can be used in Izenda ##Izenda.AdHoc.Database.WhereParser Represents a set of methods that can be used to construct a WHERE clause from an arbitrary number of parts of a WHERE clause. BETWEEN statements are not accepted.