update : 2015.11.03
php.shukuma.com검색:
|
db2_special_columns(PECL ibm_db2 >= 1.0.0) db2_special_columns — Returns a result set listing the unique row identifier columns for a table 설명
resource db2_special_columns
( resource
$connection
, string $qualifier
, string $schema
, string $table_name
, int $scope
)Returns a result set listing the unique row identifier columns for a table. 인수
반환값Returns a statement resource with a result set containing rows with unique row identifier information for a table. The rows are composed of the following columns:
참고
|