Package org.firebirdsql.jdbc.escape
Class FBEscapedCallParser
- java.lang.Object
- 
- org.firebirdsql.jdbc.escape.FBEscapedCallParser
 
- 
 @InternalApi public final class FBEscapedCallParser extends java.lang.Object Parser for escaped procedure call.
- 
- 
Constructor SummaryConstructors Constructor Description FBEscapedCallParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FBProcedureCallparseCall(java.lang.String sql)Converts escaped parts insqlto native representation.
 
- 
- 
- 
Method Detail- 
parseCallpublic FBProcedureCall parseCall(java.lang.String sql) throws java.sql.SQLException Converts escaped parts insqlto native representation.- Parameters:
- sql- to parse
- Returns:
- native form of the sql
- Throws:
- java.sql.SQLException
 
 
- 
 
-