public abstract class H2SqlPart extends SqlPart
| Constructor and Description |
|---|
H2SqlPart() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
escapeKeyword(String keyword)
Escapes a SQL keyword by wrapping it in double quotes.
|
protected static String |
placeBackTicks(String identifier)
Wraps an identifier in backticks for H2 SQL.
|
collectParameterValues, collectSqlFragment, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toStringCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.