vBulletin 5.6.5 API

vBDatabase

Interfaces, Classes and Traits

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_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_MYSQL
This is the MySQL-Specific version of the Alter Table Query processor
vB_dB_Query_Alter
This is the query processor for Alter Table-type queries. This includes index handling.
vB_dB_Query_Count_MYSQL
This is the MySQL-Specific version of the count query processor
vB_dB_Query_Count
This is the query processor for count queries.
vB_dB_Query_Create_MYSQL
This is the MySQL-Specific version of the Create Table-type queries processor
vB_dB_Query_Create
This is the query processor for Create Table-type queries.
vB_dB_Query_Delete_MYSQL
This is the MySQL-Specific version of the Delete processor
vB_dB_Query_Delete
This is the query processor for delete queries.
vB_dB_Query_Drop_MYSQL
This is the MySQL-Specific version of the Drop Table Query processor
vB_dB_Query_Drop
This is the query processor for Drop Table-type queries. This includes index handling.
vB_dB_Query_Insert_MYSQL
This is the MySQL-Specific version of the Insert Query processor
vB_dB_Query_Insert
This is the query processor for insert queries.
vB_dB_Query_InsertIgnore_MYSQL
This is the MySQL-Specific version of the Insert Query processor
vB_dB_Query_InsertIgnore
This is the query processor for insert queries.
vB_dB_Query_Method_MYSQL
This is the MySQL-Specific version of the method query processor
vB_dB_Query_Method
This is the query processor for method queries.
vB_dB_Query_MultipleInsert_MYSQL
This is the MySQL-Specific version of the Multiple Insert Query processor
vB_dB_Query_MultipleInsert
This is the query processor for multiple insert queries.
vB_dB_Query_Replace_MYSQL
This is the MySQL-Specific version of the Insert Query processor
vB_dB_Query_Replace
This is the query processor for replace queries.
vB_dB_Query_Select_MYSQL
This is the MySQL-Specific version of the select query processor
vB_dB_Query_Select
This is the query processor for select queries. This includes index handling.
vB_dB_Query_Stored_MYSQL
This is the MySQL-Specific version of the stored query processor
vB_dB_Query_Stored
This is the query processor for stored queries.
vB_dB_Query_Update_MYSQL
This is the MySQL-Specific version of the update query processor
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_Result
vB_dB_Type_UInt
vB_dB_Type

Search results