Classes and interfaces
WebLab_Data_Adapter¶
Implementation of an adapter using the mySQL functions.
« More »
WebLab_Data_Criteria¶
Defines a criteria used in the WHERE statement.
« More »
WebLab_Data_CriteriaChain¶
Combines a set of criteria using AND or OR.
« More »
WebLab_Data_Field¶
Represents a column in a table.
« More »
WebLab_Data_Query¶
Abstract representation of a query to the database.
« More »
WebLab_Data_QueryBuilder¶
Abstract representation of a QueryBuilder.
« More »
WebLab_Data_Result¶
Read data from the resource.
« More »
WebLab_Data_Table¶
Represents a table in the database.
« More »
Classes and interfaces
WebLab_Data_MySQL_Adapter¶
Implementation of an adapter using the mySQL functions.
« More »
WebLab_Data_MySQL_Query¶
Implementation of a query, specific to the MySQL driver.
« More »
WebLab_Data_MySQL_Result¶
Implementation of a result using mySQL resources.
« More »
Classes and interfaces
WebLab_Data_MySQL_QueryBuilder¶
Implementation of a QueryBuilder, Generates MySQL specific SQL.
« More »
WebLab_Data_MySQLi_Adapter¶
Implementation of an adapter using the mySQLi module.
« More »
WebLab_Data_MySQLi_Query¶
Implementation of a query, specific to the MySQLi driver.
« More »
WebLab_Data_MySQLi_QueryBuilder¶
Implementation of a QueryBuilder, Generates MySQL specific SQL.
« More »
WebLab_Data_MySQLi_Result¶
Implementation of a result using mySQLi resources.
« More »