| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE |
| File Size: | 177 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JDatabaseQuerySQLSrv:: (6 methods):
__toString()
castAsChar()
charLength()
concatenate()
currentTimestamp()
length()
Class: JDatabaseQuerySQLSrv - X-Ref
Query Building Class.| __toString() X-Ref |
| Magic function to convert the query to a string. return: string The completed query. |
| castAsChar($value) X-Ref |
| Casts a value to a char. Ensure that the value is properly quoted before passing to the method. param: string $value The value to cast as a char. return: string Returns the cast value. |
| charLength($field) X-Ref |
| Gets the function to determine the length of a character string. param: string $field A value. return: string The required char length call. |
| concatenate($values, $separator = null) X-Ref |
| Concatenates an array of column names or values. param: array $values An array of values to concatenate. param: string $separator As separator to place between each value. return: string The concatenated values. |
| currentTimestamp() X-Ref |
| Gets the current date and time. return: string |
| length($value) X-Ref |
| Get the length of a string in bytes. param: string $value The string to measure. return: integer |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |