Lines Matching refs:error_code
44 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in _firebird_error() local
50 *error_code = PDO_ERR_NONE; in _firebird_error()
53 *error_code = PDO_ERR_CANT_MAP; in _firebird_error()
56 *error_code = PDO_ERR_SYNTAX; in _firebird_error()
60 *error_code = PDO_ERR_CONSTRAINT; in _firebird_error()
66 *error_code = PDO_ERR_NOT_FOUND; in _firebird_error()
69 *error_code = PDO_ERR_ALREADY_EXISTS; in _firebird_error()
72 *error_code = PDO_ERR_NOT_IMPLEMENTED; in _firebird_error()
76 *error_code = PDO_ERR_MISMATCH; in _firebird_error()
81 *error_code = PDO_ERR_TRUNCATED; in _firebird_error()
84 *error_code = PDO_ERR_DISCONNECTED; in _firebird_error()
88 strcpy(*error_code, "HY000"); in _firebird_error()
409 strcpy(dbh->error_code, "01004"); in firebird_alloc_prepare_stmt()