@InternalApi public final class FBEscapedParser extends java.lang.Object
FBEscapedParser
parses the SQL and converts escaped syntax to native form.Modifier and Type | Method and Description |
---|---|
static java.lang.String |
parse(java.lang.String sql)
Converts escaped parts in
sql to native representation. |
static java.lang.String |
toNativeSql(java.lang.String sql)
Converts escaped parts in
sql to native representation. |
public static java.lang.String toNativeSql(java.lang.String sql) throws java.sql.SQLException
sql
to native representation.sql
- to parsesql
.java.sql.SQLException
public static java.lang.String parse(java.lang.String sql) throws java.sql.SQLException
sql
to native representation.sql
- to parsesql
.java.sql.SQLException
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.