|
cubrid_column_typesGet column types in result 説明
array cubrid_column_types(resource
$req_identifier )
The cubrid_column_types function gets column types of
query results by using パラメータ
戻り値
Array of string values containing the column types, when process is successful,失敗した場合に 例例1 cubrid_column_types example
上の例の出力は以下となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code integer 11 stadium_code integer 11 nation_code char 3 medal char 1 game_date date 10 参考
|