You are here

public function LiteralExpression::__toString in Drupal driver for SQL Server and SQL Azure 7.2

Same name and namespace in other branches
  1. 7.3 sqlsrv/select.inc \LiteralExpression::__toString()

File

sqlsrv/select.inc, line 596

Class

LiteralExpression
Represents a literal that can be used in different parts of the query builders...

Code

public function __toString() {
  return $this->literal;
}