com.dhtmlx.connector
Class JSONTreeCommonMultitableConnector

java.lang.Object
  extended by com.dhtmlx.connector.BaseConnector
      extended by com.dhtmlx.connector.CommonConnector
          extended by com.dhtmlx.connector.TreeCommonConnector
              extended by com.dhtmlx.connector.TreeCommonMultitableConnector
                  extended by com.dhtmlx.connector.JSONTreeCommonMultitableConnector

public class JSONTreeCommonMultitableConnector
extends TreeCommonMultitableConnector


Field Summary
 
Fields inherited from class com.dhtmlx.connector.BaseConnector
access, event, incoming_data, sql
 
Constructor Summary
JSONTreeCommonMultitableConnector(java.sql.Connection db)
          Instantiates a new JSONTreeCommonMultitable connector.
JSONTreeCommonMultitableConnector(java.sql.Connection db, DBType db_type)
          Instantiates a new JSONTreeCommonMultitable connector.
JSONTreeCommonMultitableConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory)
          Instantiates a new JSONTreeCommonMultitable connector.
 
Method Summary
 
Methods inherited from class com.dhtmlx.connector.TreeCommonMultitableConnector
get_level, parse_id, render, set_max_level, xml_start
 
Methods inherited from class com.dhtmlx.connector.CommonConnector
add_section, getRecord, isSimpleProtocolUsed
 
Methods inherited from class com.dhtmlx.connector.BaseConnector
add_top_attribute, dynamic_loading, dynamic_loading, enable_log, is_first_call, is_select_mode, render_array, render_array, render_array, render_complex_sql, render_complex_sql, render_complex_sql, render_connector, render_sql, render_sql, render_sql, render_table, render_table, render_table, servlet, set_encoding, set_options
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONTreeCommonMultitableConnector

public JSONTreeCommonMultitableConnector(java.sql.Connection db)
Instantiates a new JSONTreeCommonMultitable connector.

Parameters:
db - the db connection

JSONTreeCommonMultitableConnector

public JSONTreeCommonMultitableConnector(java.sql.Connection db,
                                         DBType db_type)
Instantiates a new JSONTreeCommonMultitable connector.

Parameters:
db - the db connection
db_type - the db type

JSONTreeCommonMultitableConnector

public JSONTreeCommonMultitableConnector(java.sql.Connection db,
                                         DBType db_type,
                                         BaseFactory a_factory)
Instantiates a new JSONTreeCommonMultitable connector.

Parameters:
db - the db connection
db_type - the db type
a_factory - the connecto's factory