PDOStatement::setAttribute
(no version information, might be only in CVS)
PDOStatement::setAttribute --
文の属性を設定する
説明
bool
PDOStatement::setAttribute ( int attribute, mixed value )
文の属性を設定します。現時点で共通の属性は存在しませんが、
ドライバ固有の属性のみ存在します。
参考
PDO::getAttribute() |
PDO::setAttribute() |
PDOStatement::getAttribute() |