LqlStatementConverter
Converts LQL code to LqlStatement and provides PostgreSQL generation.
public static class LqlStatementConverter
Methods
ToStatement(string)
public static Result<LqlStatement, SqlError> ToStatement(string lqlCode)
Converts LQL code to a LqlStatement using the Antlr parser.
Parameters:
| Name | Type | Description |
|---|---|---|
lqlCode |
String |
The LQL code to convert. |
Returns: SqlError> - A Result containing either a LqlStatement or a SqlError.