java.lang.Object
org.firebirdsql.jdbc.escape.FBEscapedParser
The class
FBEscapedParser
parses the SQL and converts escaped syntax to native form.- Author:
- Roman Rokytskyy, Mark Rotteveel
-
Method Summary
-
Method Details
-
toNativeSql
Converts escaped parts insql
to native representation.- Parameters:
sql
- to parse- Returns:
- native form of the
sql
. - Throws:
SQLException
-
parse
Converts escaped parts insql
to native representation.- Parameters:
sql
- to parse- Returns:
- native form of the
sql
. - Throws:
SQLException
-