diff --git a/docs/classes.svg b/docs/classes.svg index e33786e..f1893d3 100644 --- a/docs/classes.svg +++ b/docs/classes.svg @@ -4,369 +4,369 @@ - - + + G - + cluster_default - - - - - - - - + + + + + + + + \\DB_Reg - -DB_Reg + +DB_Reg \\Settings - -Settings + +Settings \\DB_SQL - -«abstract» -DB_SQL + +«abstract» +DB_SQL \\DB_PDO - -«abstract» -DB_PDO + +«abstract» +DB_PDO \\PDO - -\PDO + +\PDO \\DB_PDO->\\PDO - - + + \\Query_Builder - -Query_Builder + +Query_Builder \\DB_Util - -«abstract» -DB_Util + +«abstract» +DB_Util \\PgSQL_SQL - -PgSQL_SQL + +PgSQL_SQL \\PgSQL_SQL->\\DB_SQL - - + + \\PgSQL_Util - -PgSQL_Util + +PgSQL_Util \\PgSQL_Util->\\DB_Util - - + + \\PgSQL - -PgSQL + +PgSQL \\PgSQL->\\DB_PDO - - + + \\ODBC_Util - -ODBC_Util + +ODBC_Util \\ODBC_Util->\\DB_Util - - + + \\ODBC_SQL - -ODBC_SQL + +ODBC_SQL \\ODBC_SQL->\\DB_SQL - - + + \\ODBC - -ODBC + +ODBC \\ODBC->\\DB_PDO - - + + \\MySQL_Util - -MySQL_Util + +MySQL_Util \\MySQL_Util->\\DB_Util - - + + \\MySQL - -MySQL + +MySQL \\MySQL->\\DB_PDO - - + + \\MySQL_SQL - -MySQL_SQL + +MySQL_SQL \\MySQL_SQL->\\DB_SQL - - + + \\SQLite_Util - -SQLite_Util + +SQLite_Util \\SQLite_Util->\\DB_Util - - + + \\SQLite - -SQLite + +SQLite \\SQLite->\\DB_PDO - - + + \\SQLite_SQL - -SQLite_SQL + +SQLite_SQL \\SQLite_SQL->\\DB_SQL - - + + \\Firebird_SQL - -Firebird_SQL + +Firebird_SQL \\Firebird_SQL->\\DB_SQL - - + + \\Firebird_Result - -Firebird_Result + +Firebird_Result \\PDOStatement - -\PDOStatement + +\PDOStatement \\Firebird_Result->\\PDOStatement - - + + \\Firebird - -Firebird + +Firebird \\Firebird->\\DB_PDO - - + + \\Firebird_Util - -Firebird_Util + +Firebird_Util \\Firebird_Util->\\DB_Util - - + + \\Connection_Sidebar - -Connection_Sidebar + +Connection_Sidebar \\GtkVBox - -\GtkVBox + +\GtkVBox \\Connection_Sidebar->\\GtkVBox - - + + \\Data_Grid - -Data_Grid + +Data_Grid \\GtkTreeView - -\GtkTreeView + +\GtkTreeView \\Data_Grid->\\GtkTreeView - - + + \\DB_tabs - -DB_tabs + +DB_tabs - -\\GTKNotebook - -\GTKNotebook + +\\GtkNotebook + +\GtkNotebook - -\\DB_tabs->\\GTKNotebook - - + +\\DB_tabs->\\GtkNotebook + + \\DB_Info_Widget - -DB_Info_Widget + +DB_Info_Widget \\GtkTable - -\GtkTable + +\GtkTable \\DB_Info_Widget->\\GtkTable - - + + \\Add_DB - -Add_DB + +Add_DB \\GtkWindow - -\GtkWindow + +\GtkWindow \\Add_DB->\\GtkWindow - - + + \\Edit_DB - -Edit_DB + +Edit_DB \\Edit_DB->\\GtkWindow - - + + \\DB_Table_Data @@ -375,27 +375,22 @@ DB_Table_Data - -\\GTKWindow - -\GTKWindow - - -\\DB_Table_Data->\\GTKWindow - - + +\\DB_Table_Data->\\GtkWindow + + \\Main - -Main + +Main \\Main->\\GtkWindow - - + + diff --git a/docs/classes/Add_DB.html b/docs/classes/Add_DB.html index 28bdb84..6a8b61f 100644 --- a/docs/classes/Add_DB.html +++ b/docs/classes/Add_DB.html @@ -90,7 +90,7 @@
+ generated on 2012-04-20T16:37:06-04:00.
diff --git a/docs/classes/Connection_Sidebar.html b/docs/classes/Connection_Sidebar.html index a070aad..5bb93f8 100644 --- a/docs/classes/Connection_Sidebar.html +++ b/docs/classes/Connection_Sidebar.html @@ -321,7 +321,7 @@
+ generated on 2012-04-20T16:37:06-04:00.
diff --git a/docs/classes/DB_Info_Widget.html b/docs/classes/DB_Info_Widget.html index 76c8437..cd99f6a 100644 --- a/docs/classes/DB_Info_Widget.html +++ b/docs/classes/DB_Info_Widget.html @@ -309,7 +309,7 @@
+ generated on 2012-04-20T16:37:06-04:00.
diff --git a/docs/classes/DB_PDO.html b/docs/classes/DB_PDO.html index d32804e..8d30691 100644 --- a/docs/classes/DB_PDO.html +++ b/docs/classes/DB_PDO.html @@ -97,7 +97,7 @@ the connection/database
get_system_tables()
inTransaction()
  • lastInsertId()
    lastInsertId()
  • -
  • Return the number of rows for the last SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • prepare()
    prepare()
  • Create and execute a prepared statement with the provided parameters
    prepare_execute()
  • @@ -457,7 +457,7 @@ the connection/database
    -

    Return the number of rows for the last SELECT query

    +

    Return the number of rows returned for a SELECT query

    num_rows() : int
    @@ -663,7 +663,7 @@ the connection/database
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/DB_Reg.html b/docs/classes/DB_Reg.html index 4caae61..1565532 100644 --- a/docs/classes/DB_Reg.html +++ b/docs/classes/DB_Reg.html @@ -152,7 +152,7 @@ and organizes database connections

    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/DB_SQL.html b/docs/classes/DB_SQL.html index 3de96cb..d6a037c 100644 --- a/docs/classes/DB_SQL.html +++ b/docs/classes/DB_SQL.html @@ -269,7 +269,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/DB_Table_Data.html b/docs/classes/DB_Table_Data.html index d889b84..3f4855e 100644 --- a/docs/classes/DB_Table_Data.html +++ b/docs/classes/DB_Table_Data.html @@ -109,7 +109,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/DB_Util.html b/docs/classes/DB_Util.html index 881bdc4..dd926de 100644 --- a/docs/classes/DB_Util.html +++ b/docs/classes/DB_Util.html @@ -209,7 +209,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/DB_tabs.html b/docs/classes/DB_tabs.html index d55c829..1b76938 100644 --- a/docs/classes/DB_tabs.html +++ b/docs/classes/DB_tabs.html @@ -287,7 +287,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Data_Grid.html b/docs/classes/Data_Grid.html index c54f8f8..faaf0ef 100644 --- a/docs/classes/Data_Grid.html +++ b/docs/classes/Data_Grid.html @@ -179,7 +179,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Edit_DB.html b/docs/classes/Edit_DB.html index 529159a..4b1c362 100644 --- a/docs/classes/Edit_DB.html +++ b/docs/classes/Edit_DB.html @@ -97,7 +97,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Firebird.html b/docs/classes/Firebird.html index f158771..53543c5 100644 --- a/docs/classes/Firebird.html +++ b/docs/classes/Firebird.html @@ -93,7 +93,7 @@ the connection/database
    get_system_tables()
    inTransaction()
  • lastInsertId()
    lastInsertId()
  • -
  • Return the number of rows returned for a SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • Emulate PDO prepare
    prepare()
  • Prepare and execute a query
    prepare_execute()
  • Bind a prepared query with arguments for executing
    prepare_query()
  • @@ -534,9 +534,13 @@ the connection/database

    Return the number of rows returned for a SELECT query

    num_rows() : int
    -
    +
    Inherited

    + + + +
    inherited_from\DB_PDO::num_rows()

    Returns

    int
    @@ -767,7 +771,7 @@ the connection/database
     

    Reference to the connection resource

    -
    $conn 
    +
    $conn : resource

    @@ -785,20 +789,20 @@ the connection/database  

    Reference to the last query executed

    -
    $statement 
    +
    $statement : object

       

    Reference to the current transaction

    -
    $trans 
    +
    $trans : resource

    @@ -809,7 +813,7 @@ the last query executed
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Firebird_Result.html b/docs/classes/Firebird_Result.html index 393d796..54b5843 100644 --- a/docs/classes/Firebird_Result.html +++ b/docs/classes/Firebird_Result.html @@ -86,7 +86,6 @@ the query
    __construct()
    getColumnMeta()
  • nextRowset()
    nextRowset()
  • -
  • Return the number of rows for the select query
    num_rows()
  • Return the number of rows affected by the previous query
    rowCount()
  • setAttribute()
    setAttribute()
  • @@ -95,6 +94,8 @@ the query
    __construct()
    +
  • Data pulled from query
    $result
  • +
  • Current row in result array
    $row
  • Reference to fbird resource
    $statement
  • @@ -378,7 +379,7 @@ the query

    Emulate PDOStatement::fetchObject, but only for the default use

    -
    fetchObject(string $class_name, array $ctor_args) : mixed
    +
    fetchObject(string $class_name, array $ctor_args) : \stdClass

    @@ -392,7 +393,7 @@ the query array

    Returns

    -
    mixed
    +
    @@ -434,16 +435,6 @@ the query
    -
    -

    Return the number of rows for the select query

    -
    num_rows() : int
    -
    -
    -

    -

    Returns

    -
    int
    -
    -

    Return the number of rows affected by the previous query

    rowCount() : int
    @@ -482,9 +473,27 @@ the query

     Properties

    + 
    +

    Data pulled from query

    +
    $result 
    +
    +
    +

    + + + +
    param<p>mixed</p>
    +
    +
    + 
    +

    Current row in result array

    +
    $row : int
    +
    +

    +
     

    Reference to fbird resource

    -
    $statement 
    +
    $statement : resource

    @@ -495,7 +504,7 @@ the query
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Firebird_SQL.html b/docs/classes/Firebird_SQL.html index 4887ec7..47dd1cb 100644 --- a/docs/classes/Firebird_SQL.html +++ b/docs/classes/Firebird_SQL.html @@ -297,7 +297,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Firebird_Util.html b/docs/classes/Firebird_Util.html index da2f6b9..3465397 100644 --- a/docs/classes/Firebird_Util.html +++ b/docs/classes/Firebird_Util.html @@ -212,7 +212,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Main.html b/docs/classes/Main.html index 7f52d3f..fc9e814 100644 --- a/docs/classes/Main.html +++ b/docs/classes/Main.html @@ -145,7 +145,7 @@ Create menus, hboxes, vboxs and other widgets
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/MySQL.html b/docs/classes/MySQL.html index ae54b77..eb2af3f 100644 --- a/docs/classes/MySQL.html +++ b/docs/classes/MySQL.html @@ -97,7 +97,7 @@ the connection/database
    get_system_tables()
    inTransaction()
  • lastInsertId()
    lastInsertId()
  • -
  • Return the number of rows returned for a SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • prepare()
    prepare()
  • Create and execute a prepared statement with the provided parameters
    prepare_execute()
  • @@ -577,9 +577,13 @@ the connection/database

    Return the number of rows returned for a SELECT query

    num_rows() : int
    -
    +
    Inherited

    + + + +
    inherited_from\DB_PDO::num_rows()

    Returns

    int
    @@ -845,7 +849,7 @@ the connection/database
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/MySQL_SQL.html b/docs/classes/MySQL_SQL.html index 008165d..429e1ca 100644 --- a/docs/classes/MySQL_SQL.html +++ b/docs/classes/MySQL_SQL.html @@ -281,7 +281,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/MySQL_Util.html b/docs/classes/MySQL_Util.html index 93d118d..164246a 100644 --- a/docs/classes/MySQL_Util.html +++ b/docs/classes/MySQL_Util.html @@ -208,7 +208,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/ODBC.html b/docs/classes/ODBC.html index af711b3..d10c124 100644 --- a/docs/classes/ODBC.html +++ b/docs/classes/ODBC.html @@ -97,7 +97,7 @@ the connection/database
    get_system_tables()
    inTransaction()
  • lastInsertId()
    lastInsertId()
  • -
  • Return the number of rows returned for a SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • prepare()
    prepare()
  • Create and execute a prepared statement with the provided parameters
    prepare_execute()
  • @@ -577,9 +577,13 @@ the connection/database

    Return the number of rows returned for a SELECT query

    num_rows() : int
    -
    +
    Inherited

    + + + +
    inherited_from\DB_PDO::num_rows()

    Returns

    int
    @@ -847,7 +851,7 @@ the connection/database
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/ODBC_SQL.html b/docs/classes/ODBC_SQL.html index 90ae12a..d76293a 100644 --- a/docs/classes/ODBC_SQL.html +++ b/docs/classes/ODBC_SQL.html @@ -281,7 +281,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/ODBC_Util.html b/docs/classes/ODBC_Util.html index 2f3a3bc..07525e8 100644 --- a/docs/classes/ODBC_Util.html +++ b/docs/classes/ODBC_Util.html @@ -203,7 +203,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/PgSQL.html b/docs/classes/PgSQL.html index ecc904f..06e966b 100644 --- a/docs/classes/PgSQL.html +++ b/docs/classes/PgSQL.html @@ -97,7 +97,7 @@ the connection/database
    get_system_tables()
    inTransaction()
  • lastInsertId()
    lastInsertId()
  • -
  • Return the number of rows returned for a SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • prepare()
    prepare()
  • Create and execute a prepared statement with the provided parameters
    prepare_execute()
  • @@ -573,9 +573,13 @@ the connection/database

    Return the number of rows returned for a SELECT query

    num_rows() : int
    -
    +
    Inherited

    + + + +
    inherited_from\DB_PDO::num_rows()

    Returns

    int
    @@ -847,7 +851,7 @@ the connection/database
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/PgSQL_SQL.html b/docs/classes/PgSQL_SQL.html index 774309a..7de033e 100644 --- a/docs/classes/PgSQL_SQL.html +++ b/docs/classes/PgSQL_SQL.html @@ -297,7 +297,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/PgSQL_Util.html b/docs/classes/PgSQL_Util.html index 52780a0..a11b7ec 100644 --- a/docs/classes/PgSQL_Util.html +++ b/docs/classes/PgSQL_Util.html @@ -208,7 +208,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Query_Builder.html b/docs/classes/Query_Builder.html index 380bc12..e84c189 100644 --- a/docs/classes/Query_Builder.html +++ b/docs/classes/Query_Builder.html @@ -1087,7 +1087,7 @@ for complex select queries
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/SQLite.html b/docs/classes/SQLite.html index 76ec9c0..2f4b567 100644 --- a/docs/classes/SQLite.html +++ b/docs/classes/SQLite.html @@ -96,7 +96,7 @@ method if the database does not support 'TRUNCATE';
    empty_table()lastInsertId()
             
    lastInsertId()
  • Load a database for the current connection
    load_database()
  • -
  • Return the number of rows returned for a SELECT query
    num_rows()
  • +
  • Return the number of rows returned for a SELECT query
    num_rows()
  • prepare()
    prepare()
  • Create and execute a prepared statement with the provided parameters
    prepare_execute()
  • @@ -581,9 +581,13 @@ method if the database does not support 'TRUNCATE';

    Return the number of rows returned for a SELECT query

    num_rows() : int
    -
    +
    Inherited

    + + + +
    inherited_from\DB_PDO::num_rows()

    Returns

    int
    @@ -862,7 +866,7 @@ method if the database does not support 'TRUNCATE';
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/SQLite_SQL.html b/docs/classes/SQLite_SQL.html index a1b53e5..dd23435 100644 --- a/docs/classes/SQLite_SQL.html +++ b/docs/classes/SQLite_SQL.html @@ -281,7 +281,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/SQLite_Util.html b/docs/classes/SQLite_Util.html index 152c465..d712112 100644 --- a/docs/classes/SQLite_Util.html +++ b/docs/classes/SQLite_Util.html @@ -208,7 +208,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/classes/Settings.html b/docs/classes/Settings.html index 46b2b8f..3eff4ac 100644 --- a/docs/classes/Settings.html +++ b/docs/classes/Settings.html @@ -244,7 +244,7 @@ directly - the settings should be safe!
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/deprecated.html b/docs/deprecated.html index 4eba540..6234af1 100644 --- a/docs/deprecated.html +++ b/docs/deprecated.html @@ -67,7 +67,7 @@
    + generated on 2012-04-20T16:37:07-04:00.
    diff --git a/docs/errors.html b/docs/errors.html index ffa3d7f..85a2dee 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -103,7 +103,7 @@
    + generated on 2012-04-20T16:37:07-04:00.
    diff --git a/docs/graph_class.html b/docs/graph_class.html index 8098fd3..fb304cd 100644 --- a/docs/graph_class.html +++ b/docs/graph_class.html @@ -64,7 +64,7 @@
    + generated on 2012-04-20T16:37:07-04:00.
    diff --git a/docs/index.html b/docs/index.html index eaa3836..948c4fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,7 +80,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/markers.html b/docs/markers.html index 206428f..bb03420 100644 --- a/docs/markers.html +++ b/docs/markers.html @@ -69,7 +69,7 @@
    + generated on 2012-04-20T16:37:07-04:00.
    diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html index 1c1937b..d38832b 100644 --- a/docs/namespaces/default.html +++ b/docs/namespaces/default.html @@ -475,7 +475,7 @@ instantiates the specific db driver

    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/.html b/docs/packages/.html index 1e574ba..4871f78 100644 --- a/docs/packages/.html +++ b/docs/packages/.html @@ -67,7 +67,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/Default.html b/docs/packages/Default.html index 125ab00..dccbfe7 100644 --- a/docs/packages/Default.html +++ b/docs/packages/Default.html @@ -122,7 +122,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/OpenSQLManager.Widgets.html b/docs/packages/OpenSQLManager.Widgets.html index c6ce3ad..1840e38 100644 --- a/docs/packages/OpenSQLManager.Widgets.html +++ b/docs/packages/OpenSQLManager.Widgets.html @@ -113,7 +113,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/OpenSQLManager.Windows.html b/docs/packages/OpenSQLManager.Windows.html index 8b2e25a..6aaef5f 100644 --- a/docs/packages/OpenSQLManager.Windows.html +++ b/docs/packages/OpenSQLManager.Windows.html @@ -113,7 +113,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/OpenSQLManager.html b/docs/packages/OpenSQLManager.html index 8f0a333..448fb5c 100644 --- a/docs/packages/OpenSQLManager.html +++ b/docs/packages/OpenSQLManager.html @@ -287,7 +287,7 @@ with array_map and glob
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/Query.Drivers.html b/docs/packages/Query.Drivers.html index dbcd8c4..62e69b7 100644 --- a/docs/packages/Query.Drivers.html +++ b/docs/packages/Query.Drivers.html @@ -211,7 +211,7 @@ data-fetching methods

    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/Query.Helper Classes.html b/docs/packages/Query.Helper Classes.html index 384afe9..a385b00 100644 --- a/docs/packages/Query.Helper Classes.html +++ b/docs/packages/Query.Helper Classes.html @@ -97,7 +97,7 @@
    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/Query.Query.html b/docs/packages/Query.Query.html index 2a37539..665dea0 100644 --- a/docs/packages/Query.Query.html +++ b/docs/packages/Query.Query.html @@ -115,7 +115,7 @@ instantiates the specific db driver

    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/packages/Query.html b/docs/packages/Query.html index 3244ae0..f144505 100644 --- a/docs/packages/Query.html +++ b/docs/packages/Query.html @@ -316,7 +316,7 @@ instantiates the specific db driver

    + generated on 2012-04-20T16:37:06-04:00.
    diff --git a/docs/structure.xml b/docs/structure.xml index 1621d3b..765ded2 100644 --- a/docs/structure.xml +++ b/docs/structure.xml @@ -510,7 +510,7 @@ directly - the settings should be safe!]]> - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -871,50 +871,50 @@ the connection/database]]> - + + num_rows + function + + + + + int + + + + truncate function - + - + string - + void - + $table - - num_rows - function - - - - - int - - - - + switch_db function - + - + string - + void - + $name @@ -2616,7 +2616,7 @@ with array_map and glob]]>
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -2709,23 +2709,12 @@ with array_map and glob]]> - num_rows - function - - - - - int - - - - get_schemas function - + - + array @@ -3013,7 +3002,7 @@ with array_map and glob]]>
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -3119,17 +3108,6 @@ with array_map and glob]]> - - num_rows - function - - - - - int - - -
    @@ -3265,7 +3243,7 @@ with array_map and glob]]> - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -3368,17 +3346,6 @@ with array_map and glob]]> - - num_rows - function - - - - - int - - -
    @@ -3670,7 +3637,7 @@ with array_map and glob]]> - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -3824,17 +3791,6 @@ with array_map and glob]]> - - num_rows - function - - - - - int - - -
    @@ -4168,7 +4124,7 @@ with array_map and glob]]> - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -4189,350 +4145,362 @@ data-fetching methods]]>
    - + $statement - - - - __construct - function - - - - + resource - + + + $row + + + + + + int + + + + + $result + + + + + + + + + __construct + function + + + + + resource + + + $link - + bindColumn function - + - + mixed - + mixed - + int - + mixed - + array - + FALSE - + $column - + $param - + $type - + $maxlen - + $driverdata - + bindParam function - + - + mixed - + mixed - + int - + mixed - + array - + FALSE - + $parameter - + $variable - + $data_type - + $maxlen - + $driverdata - + bindValue function - + - + mixed - + mixed - + int - + FALSE - + $parameter - + $variable - + $data_type - + execute function - + - + array - + bool - + $args - + fetch function - + - + int - + mixed - + mixed - + mixed - + $fetch_style - + $statement - + $offset - + fetchAll function - + - + int - + mixed - + mixed - + mixed - + $fetch_style - + $statement - + $ctor_args - + fetchColumn function - + - + int - + mixed - + $column_num - + fetchObject function - + - + string - + array - - mixed + + \stdClass - + $class_name - + $ctor_args - + rowCount function - + - + int - - num_rows - function - - - - - int - - - - + errorCode function - + errorCode]]> - + string - + errorInfo function - + errorInfo / PDOStatement->errorInfo]]> - + array
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -4552,163 +4520,164 @@ the query]]>
    - + $statement + + object + - + $statement_link - + + + resource + - + $trans - + + + resource + - + $conn - + + + resource + - + __construct function - + - + string - + string - + string - + $dbpath - + $user - + $pass - + switch_db function - + - + string - + FALSE - + $name - + truncate function - + - + string - + $table - + query function - + - + string - + \$this - + $sql - + prepare function - + - + string - + array - + \$this - + $query - + $options - - num_rows - function - - - - - int - - - beginTransaction function @@ -5608,7 +5577,7 @@ the last query executed]]>
    - + Free Database manager for Open Source Databases

    ]]>
    @@ -5621,7 +5590,7 @@ the last query executed]]> DB_tabs \DB_tabs - \GTKNotebook + \GtkNotebook @@ -6351,7 +6320,7 @@ the last query executed]]>
    - + Free Database manager for Open Source Databases

    ]]>
    @@ -6364,7 +6333,7 @@ the last query executed]]> DB_Table_Data \DB_Table_Data - \GTKWindow + \GtkWindow diff --git a/sys/db b/sys/db index 62a7eaf..8fc9a72 160000 --- a/sys/db +++ b/sys/db @@ -1 +1 @@ -Subproject commit 62a7eaf73dd460564c27497e111ae9b2dbcbfbb4 +Subproject commit 8fc9a7295dcdbdf01f724b80c11a53f56a51ac65 diff --git a/sys/widgets/db_tabs.php b/sys/widgets/db_tabs.php index e820d87..317263c 100644 --- a/sys/widgets/db_tabs.php +++ b/sys/widgets/db_tabs.php @@ -19,7 +19,7 @@ * @package OpenSQLManager * @subpackage Widgets */ -class DB_tabs extends GTKNotebook { +class DB_tabs extends GtkNotebook { /** * Current Tab Widget object diff --git a/sys/windows/db_table_data.php b/sys/windows/db_table_data.php index 7a07c6b..1e31492 100644 --- a/sys/windows/db_table_data.php +++ b/sys/windows/db_table_data.php @@ -19,7 +19,7 @@ * @package OpenSQLManager * @subpackage Windows */ -class DB_Table_Data extends GTKWindow { +class DB_Table_Data extends GtkWindow { /** * Reference to the scrolled window