update : 2015.11.03
php.shukuma.com검색:
|
예약 상수이 확장은 다음의 상수들을 정의합니다. 이 확장을 PHP에 내장했거나, 실행시에 동적으로 읽어들일 경우에만 사용할 수 있습니다. The following constants can be used when executing SQL statement. They can be passed to cubrid_prepare() and cubrid_execute().
The following constants can be used when fetching the results to specify fetch behaviour. They can be passed to cubrid_fetch() and cubrid_fetch_array().
The following constants can be used when positioning the cursor in query results. They can be passed to or returned by cubrid_move_cursor().
The following constants can be used when setting the auto-commit mode for the database connection. They can be passed to cubrid_set_autocommit() or returned by cubrid_get_autocommit().
The following constants can be used when setting the database parameter. They can be passed to cubrid_set_db_parameter().
The following constants can be used when setting the transaction isolation level. They can be passed to cubrid_set_db_parameter() or returned by cubrid_get_db_parameter().
The following constants can be used when getting schema information. They can be passed to cubrid_schema().
The following constants can be used when reporting errors. They can be returned from cubrid_error_code_facility().
|