vBDatabase
Table of Contents
Classes
- vB_dB_ArrayResult
- This class in intended to wrap an array for situations where a resultset can be constructed without hitting the database.
- vB_dB_Assertor
- vB_dB_MYSQL_Assertor
- vB_dB_MYSQL_Query_Alter
- This is the MySQL-Specific version of the Alter Table Query processor
- vB_dB_MYSQL_Query_Create
- This is the MySQL-Specific version of the Create Table-type queries processor
- vB_dB_MYSQL_Query_Delete
- This is the MySQL-Specific version of the Delete processor
- vB_dB_MYSQL_Query_Drop
- This is the MySQL-Specific version of the Drop Table Query processor
- vB_dB_MYSQL_Query_Insert
- This is the MySQL-Specific version of the Insert Query processor
- vB_dB_MYSQL_Query_InsertIgnore
- This is the MySQL-Specific version of the Insert Query processor
- vB_dB_MYSQL_Query_Method
- This is the MySQL-Specific version of the method query processor
- vB_dB_MYSQL_Query_MultipleInsert
- This is the MySQL-Specific version of the Multiple Insert Query processor
- vB_dB_MYSQL_Query_Replace
- This is the MySQL-Specific version of the Insert Query processor
- vB_dB_MYSQL_Query_Select
- This is the MySQL-Specific version of the select query processor
- vB_dB_MYSQL_Query_Stored
- This is the MySQL-Specific version of the stored query processor
- vB_dB_MYSQL_Query_Summary
- This is the MySQL-Specific version of the count query processor
- vB_dB_MYSQL_Query_Update
- This is the MySQL-Specific version of the update query processor
- vB_dB_MYSQL_QueryBuilder
- Mysql specific query interface -- see base class
- vB_dB_MYSQL_QueryDefs
- vB_dB_MYSQL_Result
- vB_dB_MYSQL_Type_Uint
- vB_dB_Query_Alter
- This is the query processor for Alter Table-type queries. This includes index handling.
- vB_dB_Query_Create
- This is the query processor for Create Table-type queries.
- vB_dB_Query_Delete
- This is the query processor for delete queries.
- vB_dB_Query_Drop
- This is the query processor for Drop Table-type queries. This includes index handling.
- vB_dB_Query_Insert
- This is the query processor for insert queries.
- vB_dB_Query_InsertIgnore
- This is the query processor for insert queries.
- vB_dB_Query_Method
- This is the query processor for method queries.
- vB_dB_Query_MultipleInsert
- This is the query processor for multiple insert queries.
- vB_dB_Query_Replace
- This is the query processor for replace queries.
- vB_dB_Query_Select
- This is the query processor for select queries. This includes index handling.
- vB_dB_Query_Stored
- This is the query processor for stored queries.
- vB_dB_Query_Summary
- This is the query processor for count queries.
- vB_dB_Query_Update
- This is the query processor for update queries.
- vB_dB_Query
- The base query class for the assertor query object.
- vB_dB_QueryBuilder
- This class is a base intended to contain the backend specific details for converting assertor conditions to query code. The logic is contained in the base class for the time being to allow additional sql backends to override specific functions as much of it will be applicable. We'll most likely need to heavily refactor this when we add a second backend, but that will be more efficiently done when we know what the requirements of that backend really are.
- vB_dB_QueryDefs
- vB_dB_QueryState
- vB_dB_Result
- vB_dB_Type_UInt
- vB_dB_Type