Documentation

DefaultQuoteStrategy
in package
implements QuoteStrategy Uses SQLResultCasing

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

Table of Contents

Interfaces

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

Methods

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


        
On this page

Search results