php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.fbsql-set-lob-mode.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Set the LOB retrieve mode for a FrontBase result set				  				 				 				 fbsql_set_characterset				 fbsql_set_password				 FrontBase Functions				 PHP Manual								 				  fbsql_set_lob_mode				  (PHP 4 >= 4.2.0, PHP 5)fbsql_set_lob_mode — Set the LOB retrieve mode for a FrontBase result set								 				 				 				  Description				  				   bool fbsql_set_lob_mode				    ( resource $result				   , int $lob_mode				   )								  				   Sets the mode for retrieving LOB data from the database.				  				  				   When BLOB and CLOB data is retrieved in FrontBase it can be retrieved 				   direct or indirect.  Direct retrieved LOB data will always be fetched no				   matter the setting of the lob mode. If the LOB data is less than 512 bytes				   it will always be retrieved directly.				  				 												 				  Parameters				  				   								    								result												A result identifier				returned by fbsql_query() or 				fbsql_db_query().												    								     lob_mode												     								      				       Can be one of:				       				        				         				          FBSQL_LOB_DIRECT - LOB data is retrieved				          directly. When data is fetched from the database with				          fbsql_fetch_row(), and other fetch functions,				          all CLOB and BLOB columns will be returned as ordinary columns.				          This is the default value on a new FrontBase result.				         				        				        				         				          FBSQL_LOB_HANDLE - LOB data is retrieved as				          handles to the data.  When data is fetched from the database with				          fbsql_fetch_row(), and other fetch functions,				          LOB data will be returned as a handle to the data if the data is				          stored indirect or the data if it is stored direct.  If a handle				          is returned it will be a 27 byte string formatted as 				          @'000000000000000000000000'.				         				        				       				      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 												 				  See Also				  				   				    fbsql_create_blob()				    fbsql_create_clob()				    fbsql_read_blob()				    fbsql_read_clob()				   				  				 																 fbsql_set_characterset				 fbsql_set_password				 FrontBase Functions				 PHP Manual											

相关资源