Go to the documentation of this file.
21 COALESCE(condeferred,
'f') AS deferred,
22 COALESCE(condeferrable,
'f') AS deferrable,
23 CASE WHEN typname =
'int2' THEN
'smallint'
24 WHEN typname =
'int4' THEN
'integer'
25 WHEN typname =
'int8' THEN
'bigint'
26 WHEN typname =
'bpchar' THEN
'char'
27 ELSE typname END AS typname
29 JOIN pg_namespace
n ON (
n.oid =
c.relnamespace)
30 JOIN pg_attribute
a ON (
a.attrelid =
c.oid)
31 JOIN pg_type t ON (t.oid =
a.atttypid)
32 LEFT JOIN pg_constraint o ON (o.conrelid =
c.oid AND
a.attnum = ANY(o.conkey) AND o.contype =
'f')
33 LEFT JOIN pg_attrdef d
on c.oid=d.adrelid
and a.attnum=d.adnum
53 $n->
type = $row->typname;
54 $n->nullable = ( $row->attnotnull ==
'f' );
56 $n->tablename = $table;
57 $n->max_length = $row->attlen;
58 $n->deferrable = ( $row->deferrable ==
't' );
59 $n->deferred = ( $row->deferred ==
't' );
60 $n->conname = $row->conname;
61 $n->has_default = ( $row->atthasdef ===
't' );
62 $n->default = $row->adsrc;
104 if ( $this->has_default ) {
tableName()
Name of table this field belongs to.
remappedTableName( $name)
addQuotes( $s)
Adds quotes and backslashes.
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to and or sell copies of the and to permit persons to whom the Software is furnished to do subject to the following WITHOUT WARRANTY OF ANY EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR ARISING FROM
fetchObject( $res)
Fetch the next row from the given result object, in object form.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
</source > ! result< div class="mw-highlight mw-content-ltr" dir="ltr">< pre >< span ></span >< span class="kd"> var</span >< span class="nx"> a</span >< span class="p"></span ></pre ></div > ! end ! test Multiline< source/> in lists !input *< source > a b</source > *foo< source > a b</source > ! html< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > ! html tidy< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > ! end ! test Custom attributes !input< source lang="javascript" id="foo" class="bar" dir="rtl" style="font-size: larger;"> var a
static fromText(DatabasePostgres $db, $table, $field)
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going on
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
isNullable()
Whether this field can store NULL values.
getCoreSchema()
Return schema name for core application tables.
print Searching for spam in $maxID pages n