@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  sqlto native representation. | 
| static java.lang.String | toNativeSql(java.lang.String sql)Converts escaped parts in  sqlto 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.SQLExceptionpublic static java.lang.String parse(java.lang.String sql)
                              throws java.sql.SQLException
sql to native representation.sql - to parsesql.java.sql.SQLExceptionCopyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.