Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105302
IExpression.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
IExpression.php
View Options
<?php
namespace
Wikimedia\Rdbms
;
use
Wikimedia\Rdbms\Database\DbQuoter
;
/**
* @since 1.42
*/
interface
IExpression
{
public
const
ACCEPTABLE_OPERATORS
=
[
'>'
,
'<'
,
'!='
,
'='
,
'>='
,
'<='
,
self
::
LIKE
,
self
::
NOT_LIKE
];
public
const
LIKE
=
'LIKE'
;
public
const
NOT_LIKE
=
'NOT LIKE'
;
/**
* Return SQL for execution.
* @internal
*/
public
function
toSql
(
DbQuoter
$dbQuoter
):
string
;
/**
* Return SQL for aggregated logging.
*
* Replaces values with placeholders.
*
* @internal
*/
public
function
toGeneralizedSql
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 18:55 (2 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ac/ce/bf71c4d4d21a84d133f860bb4f6e
Default Alt Text
IExpression.php (559 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment