Php mysqli Class Documentation Release 0 Read the Docs Sep 16, 2017



Download 105,85 Kb.
Pdf ko'rish
bet6/11
Sana20.07.2022
Hajmi105,85 Kb.
#830764
1   2   3   4   5   6   7   8   9   10   11
Bog'liq
php-mysqli

More advanced examples:
$params = Array(1, ‘admin’); $users = $db->rawQuery(“SELECT id, firstName, lastName FROM users
WHERE id = ? AND login = ?”, $params); print_r($users); // contains Array of returned rows
// will handle any SQL query $params = Array(10, 1, 10, 11, 2, 10); $q = “(
SELECT a FROM t1
WHERE a = ? AND B = ? ORDER BY a LIMIT ?
) UNION (
17


PHP MySQLi Class Documentation, Release 1.0
SELECT a FROM t2
WHERE a = ? AND B = ? ORDER BY a LIMIT ?
)”; $resutls = $db->rawQuery ($q, $params); print_r ($results); // contains Array of returned rows
18
Chapter 8. Running raw SQL queries


CHAPTER
9
Query Keywords
To add LOW PRIORITY | DELAYED | HIGH PRIORITY | IGNORE and the rest of the mysql keywords to INSERT
(), REPLACE (), GET (), UPDATE (), DELETE() method or FOR UPDATE | LOCK IN SHARE MODE into SELECT
():
$db->setQueryOption
(‘LOW_PRIORITY’)->insert
($table,
$param);
//
GIVES:
INSERT
LOW_PRIORITY INTO table ...
$db->setQueryOption (‘FOR UPDATE’)->get (‘users’); // GIVES: SELECT * FROM USERS FOR UP-
DATE;
Also you can use an array of keywords:
$db->setQueryOption (Array(‘LOW_PRIORITY’, ‘IGNORE’))->insert ($table,$param); // GIVES: IN-
SERT LOW_PRIORITY IGNORE INTO table ...
Same way keywords could be used in SELECT queries as well:
$db->setQueryOption (‘SQL_NO_CACHE’); $db->get(“users”); // GIVES: SELECT SQL_NO_CACHE
* FROM USERS;
Optionally you can use method chaining to call where multiple times without referencing your object over an over:
$results = $db
->where(‘id’, 1) ->where(‘login’, ‘admin’) ->get(‘users’);
19



Download 105,85 Kb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   10   11




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish