PDO ��

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)

���

���� PHP �����ݿ����֮���һ������

��ժҪ

PDO {
__construct ( string $dsn [, string $username [, string $password [, array $driver_options ]]] )
beginTransaction ( void ) : bool
commit ( void ) : bool
errorCode ( void ) : mixed
public errorInfo ( void ) : array
exec ( string $statement ) : int
getAttribute ( int $attribute ) : mixed
static getAvailableDrivers ( void ) : array
inTransaction ( void ) : bool
lastInsertId ([ string $name = NULL ] ) : string
public prepare ( string $statement [, array $driver_options = array() ] ) : PDOStatement
public query ( string $statement ) : PDOStatement
public quote ( string $string [, int $parameter_type = PDO::PARAM_STR ] ) : string
rollBack ( void ) : bool
setAttribute ( int $attribute , mixed $value ) : bool
}

Table of Contents

  • PDO::beginTransaction — ����һ������
  • PDO::commit — �ύһ������
  • PDO::__construct — ����һ����ʾ���ݿ����ӵ� PDO ʵ��
  • PDO::errorCode — ��ȡ�����ݿ�����һ�β�����ص� SQLSTATE
  • PDO::errorInfo — Fetch extended error information associated with the last operation on the database handle
  • PDO::exec — ִ��һ�� SQL ��䣬��������Ӱ�������
  • PDO::getAttribute — ȡ��һ�����ݿ����ӵ�����
  • PDO::getAvailableDrivers — ����һ����������������
  • PDO::inTransaction — ����Ƿ���һ��������
  • PDO::lastInsertId — �����������е�ID������ֵ
  • PDO::prepare — ׼��Ҫִ�е���䣬������������
  • PDO::query — ִ�� SQL ��䣬�� PDOStatement ������ʽ���ؽ����
  • PDO::quote — Ϊ SQL ��ѯ����ַ����������
  • PDO::rollBack — �ع�һ������
  • PDO::setAttribute — ��������