Package org.geotools.data.hana
Class HanaUtil
Object
HanaUtil
Various utility methods for SAP HANA.
- Author:
- Stefan Uhrig, SAP SE
-
Method Details
-
encodeIdentifier
Encodes an identifier.- Parameters:
id
- The identifier to encode. Must not be null.- Returns:
- Returns the encoded identifier.
-
toStringLiteral
Converts a string to a SQL string literal by quoting it with single quotes.- Parameters:
s
- The string to convert.- Returns:
- Returns the string literal.
-