Disclaimer: Auto generated file.
Please help us setting parameters to useful values and extending the examples.
/*
$queryInfo = new QueryInfo( $db);
*/
$queryInfo = new QueryInfo(null /* == */);
- $queryInfo->fieldName2Label( $fieldName) :
- $queryInfo->fieldName2Label(null /* == */);
->
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /lamp/www/iaLib/inc_ia/Sql/src/mysql/QueryInfo.php on line 27
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /lamp/www/iaLib/inc_ia/Sql/src/mysql/QueryInfo.php on line 30
- $queryInfo->infoForTable( $table) :
- $queryInfo->infoForTable(null /* == */);
->
Fatal error: Uncaught Error: Attempt to assign property "metaDataOn" on null in /lamp/www/iaLib/inc_ia/Sql/src/mysql/QueryInfo.php:40
Stack trace:
#0 /lamp/www/iaLib/inc_ia/Sql/src/mysql/QueryInfo.php(34): ia\Sql\Mysql\QueryInfo->infoForQuery('SELECT * FROM ...')
#1 /lamp/www/iaLib/ia_examples/code/ia/Sql/Mysql/QueryInfo_example_code.php(74): ia\Sql\Mysql\QueryInfo->infoForTable(NULL)
#2 /lamp/www/iaLib/ia_examples/template/ia_example_class.php(118): include('/lamp/www/iaLib...')
#3 /lamp/www/iaLib/ia_examples/ia/Sql/Mysql/QueryInfo_example.php(9): include('/lamp/www/iaLib...')
#4 /lamp/www/iaLib/ia_examples/showDoc.php(24): include('/lamp/www/iaLib...')
#5 {main}
thrown in /lamp/www/iaLib/inc_ia/Sql/src/mysql/QueryInfo.php on line 40
|