public final class SqlLiteralFormatter
extends java.lang.Object
| Constructor and Description |
|---|
SqlLiteralFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatLiteral(Expression valueExpression)
Formats expression value in SQLite format.
|
public static java.lang.String formatLiteral(Expression valueExpression) throws ZserioExtensionException
valueExpression - Expression value to format.ZserioExtensionException - In case of any error in the extension.Last updated 2024-10-29 12:56:13