Searched refs:shouldQuote (Results 1 – 1 of 1) sorted by relevance
183 … boolean suppressCatalog, boolean suppressSchema, boolean shouldQuote) throws SQLException { in composeTableName() argument189 shouldQuote, composeRule); in composeTableName()237 boolean shouldQuote, ComposeRule composeRule) throws SQLException { in doComposeTableName() argument250 composedName.append(shouldQuote ? quoteName(quoteString, catalog) : catalog); in doComposeTableName()256 composedName.append(shouldQuote ? quoteName(quoteString, schema) : schema); in doComposeTableName()260 composedName.append(shouldQuote ? quoteName(quoteString, table) : table); in doComposeTableName()264 composedName.append(shouldQuote ? quoteName(quoteString, catalog) : catalog); in doComposeTableName()
Completed in 15 milliseconds