java.lang.Object
org.firebirdsql.jdbc.escape.FBEscapedCallParser
Parser for escaped procedure call.
This class is not thread-safe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts escaped parts insql
to native representation.
-
Constructor Details
-
FBEscapedCallParser
public FBEscapedCallParser()
-
-
Method Details
-
parseCall
Converts escaped parts insql
to native representation.- Parameters:
sql
- to parse- Returns:
- native form of the
sql
- Throws:
SQLException
-