재우니의 블로그
PDO class 5,1,0 이상 지원
프로그래밍/PHP 언어
2016. 12. 8. 09:34
http://php.net/manual/en/class.pdo.php
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
PDO::beginTransaction
— Initiates a transaction
PDO::commit
— Commits a transaction
PDO::__construct
— Creates a PDO instance representing a connection to a database
PDO::errorCode
— Fetch the SQLSTATE associated with the last operation on the database handle
PDO::errorInfo
— Fetch extended error information associated with the last operation on the database handle
PDO::exec
— Execute an SQL statement and return the number of affected rows
PDO::getAttribute
— Retrieve a database connection attribute
PDO::getAvailableDrivers
— Return an array of available PDO drivers
PDO::inTransaction
— Checks if inside a transaction
PDO::lastInsertId
— Returns the ID of the last inserted row or sequence value
PDO::prepare
— Prepares a statement for execution and returns a statement object
PDO::query
— Executes an SQL statement, returning a result set as a PDOStatement object
PDO::quote
— Quotes a string for use in a query.
PDO::rollBack
— Rolls back a transaction
PDO::setAttribute
— Set an attribute
공유하기
게시글 관리
재우니의 블로그
저작자표시
비영리
동일조건
'
프로그래밍
>
PHP 언어
' 카테고리의 다른 글
mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to MySQL server on 'localhost' (10061)'
(0)
2016.12.14
아파치 액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다
(4)
2016.12.08
글쓰기
관리자
카테고리
맨위로
티스토리툴바
재우니의 블로그
구독하기