mediatekformation

AnsiQuoteStrategy
in package
implements QuoteStrategy Uses SQLResultCasing

ANSI compliant quote strategy, this strategy does not apply any quote.

To use this strategy all mapped tables and columns should be ANSI compliant.

Interfaces, Classes, Traits and Enums

QuoteStrategy
A set of rules for determining the column, alias and table quotes.

Table of Contents

getColumnAlias()  : string
Gets the column alias.
getColumnName()  : string
Gets the (possibly quoted) column name for safe use in an SQL statement.
getIdentifierColumnNames()  : mixed
Gets the (possibly quoted) identifier column names for safe use in an SQL statement.
getJoinColumnName()  : string
Gets the (possibly quoted) join column name.
getJoinTableName()  : string
Gets the (possibly quoted) name of the join table.
getReferencedJoinColumnName()  : string
Gets the (possibly quoted) join column name.
getSequenceName()  : string
Gets the (possibly quoted) sequence name for safe use in an SQL statement.
getTableName()  : string
Gets the (possibly quoted) primary table name for safe use in an SQL statement.

Methods

Search results