Represents a SQL value expression.
Definition at line 24 of file ISqlValueExpression.class.php.

Public Member Functions | |
| toDialectString (IDialect $dialect) | |
| Represents the object as unified SQL string. | |
| ISqlCastable::toDialectString | ( | IDialect $ | dialect | ) | [inherited] |
Represents the object as unified SQL string.
| IDialect | $dialect |
Implemented in CreateConstraintQuery, CreateTableQuery, DeleteQuery, InsertQuery, RawSqlQuery, SelectQuery, SelectQuerySource, SqlConditionalJoin, SqlJoinMethod, SqlSimpleJoin, UpdateQuery, DBColumn, DBOneToOneConstraint, DBSchema, DBUniqueConstraint, AliasedSqlValueExpression, OrderBy, OrderChain, OrderDirection, SqlBooleanValue, SqlColumn, SqlFieldArray, SqlFunction, SqlIdentifier, SqlPath, SqlRow, SqlValue, SqlValueExpressionArray, AccessMode, IsolationLevel, DBType, RawSqlType, BetweenRangeExpression, BinaryExpression, ExpressionChain, InSetExpression, LogicalOperator, PrefixUnaryExpression, UnaryPostfixExpression, AssociationBreakAction, and EntityQuery.
Referenced by PgSqlDB::performQuery(), and MySqlDB::performQuery().