|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuotingStrategy | |
---|---|
org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. |
org.apache.cayenne.access.trans | Provides translators for Cayenne queries. |
org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. |
org.apache.cayenne.merge |
Uses of QuotingStrategy in org.apache.cayenne.access.jdbc |
---|
Methods in org.apache.cayenne.access.jdbc with parameters of type QuotingStrategy | |
---|---|
java.lang.String |
ColumnDescriptor.getQualifiedColumnNameWithQuoteSqlIdentifiers(QuotingStrategy strategy)
|
Uses of QuotingStrategy in org.apache.cayenne.access.trans |
---|
Fields in org.apache.cayenne.access.trans declared as QuotingStrategy | |
---|---|
protected QuotingStrategy |
QueryAssemblerHelper.strategy
|
Uses of QuotingStrategy in org.apache.cayenne.dba |
---|
Methods in org.apache.cayenne.dba that return QuotingStrategy | |
---|---|
QuotingStrategy |
AutoAdapter.getQuotingStrategy(boolean isQuoteStrategy)
|
QuotingStrategy |
DbAdapter.getQuotingStrategy(boolean needQuotes)
|
QuotingStrategy |
JdbcAdapter.getQuotingStrategy(boolean needQuotes)
|
Uses of QuotingStrategy in org.apache.cayenne.merge |
---|
Methods in org.apache.cayenne.merge with parameters of type QuotingStrategy | |
---|---|
protected void |
AddColumnToDb.appendPrefix(java.lang.StringBuffer sqlBuffer,
QuotingStrategy context)
append the part of the token before the actual column data type |
protected void |
SetColumnTypeToDb.appendPrefix(java.lang.StringBuffer sqlBuffer,
QuotingStrategy context)
append the part of the token before the actual column data type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |