string fieldName(
string
$name
)
|
|
Query-quoted field name.
Query-quoted field name.
Parameters:
|
string |
$name: |
Field name. |
API Tags:
| Return: | Quoted name. |
| Access: | public |
Information Tags:
| Version: | 0.1.3 |
| Since: | 0.1.3 |
Redefined in descendants as:
string limit(
[int|bool
$limit = false], [int|bool
$offset = false]
)
|
|
LIMIT/OFFSET clause for queries.
LIMIT/OFFSET clause for queries.
Parameters:
|
int|bool |
$limit: |
Limit of rows to be affected by query (false if no limit). |
|
int|bool |
$offset: |
Number of rows to be skipped before applying query effects (false if no offset). |
API Tags:
| Return: | LIMIT/OFFSET SQL clause for query. |
| Access: | public |
Information Tags:
| Version: | 0.1.3 |
| Since: | 0.1.3 |
Redefined in descendants as:
PDOStatement|bool SQLquery(
string
$query
)
|
|
Parameters:
|
string |
$query: |
SQL query. |
API Tags:
| Return: | Query results. |
| Deprecated: | 0.0.5 Use PDO::query(). |
| Access: | public |
Information Tags:
| Version: | 0.1.3 |
| Since: | 0.1.3 |
string SQLquote(
stirng
$string
)
|
|
Parameters:
|
stirng |
$string: |
String to be quoted. |
API Tags:
| Return: | Quoted string. |
| Deprecated: | 0.0.5 Use PDO::quote(). |
| Access: | public |
Information Tags:
| Version: | 0.0.7 |
| Version: | 0.1.3 |
| Since: | 0.1.3 |
string tableName(
string
$name
)
|
|
Query-quoted table name.
Query-quoted table name.
Parameters:
|
string |
$name: |
Table name. |
API Tags:
| Return: | Quoted name. |
| Access: | public |
Information Tags:
| Version: | 0.1.3 |
| Since: | 0.1.3 |