A B C D E F G H I J K L M N O P Q R S T U V X

B

BaseConnector - Class in com.dhtmlx.connector
The Class BaseConnector.
BaseConnector(Connection) - Constructor for class com.dhtmlx.connector.BaseConnector
Instantiates a new base connector.
BaseConnector(Connection, DBType) - Constructor for class com.dhtmlx.connector.BaseConnector
Instantiates a new base connector.
BaseConnector(Connection, DBType, BaseFactory) - Constructor for class com.dhtmlx.connector.BaseConnector
Instantiates a new base connector.
BaseFactory - Class in com.dhtmlx.connector
A factory for creating objects, used by connector
BaseFactory() - Constructor for class com.dhtmlx.connector.BaseFactory
 
beforeDelete(DataAction) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before delete event Occurs in update mode, before deleting record from DB Event logic called for each updated record.
beforeFilter() - Method in class com.dhtmlx.connector.ConnectorBehavior
Before filter event Occurs in selection mode, when incoming request parsed and before data selection from DB
beforeInsert(DataAction) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before insert event Occurs in update mode, before inserting record in DB Event logic called for each updated record.
beforeOutput(StringBuffer, HttpServletRequest) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before output event Event occurs before rendering output of connector.
beforeProcessing(DataAction) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before processing event Occurs in update mode, before execution any DB operations.
beforeProcessing(DataAction) - Method in class com.dhtmlx.connector.TreeGridBehavior
 
beforeRender(DataItem) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before render event Occurs in selection mode.
beforeSort() - Method in class com.dhtmlx.connector.ConnectorBehavior
Before sort event Occurs in selection mode, when incoming request parsed and before data selection from DB
beforeUpdate(DataAction) - Method in class com.dhtmlx.connector.ConnectorBehavior
Before update event Occurs in update mode, before updating record in DB Event logic called for each updated record.
begin_transaction() - Method in class com.dhtmlx.connector.DataWrapper
Begin transaction.
begin_transaction() - Method in class com.dhtmlx.connector.DBDataWrapper
 
build_order(ArrayList<SortingRule>) - Method in class com.dhtmlx.connector.DBDataWrapper
Convert sorting rules to sql string
build_where(ArrayList<FilteringRule>, String) - Method in class com.dhtmlx.connector.DBDataWrapper
Convert filtering rules to sql string

A B C D E F G H I J K L M N O P Q R S T U V X