Uses of Class
org.firebirdsql.jdbc.FBSQLParseException

Packages that use FBSQLParseException
org.firebirdsql.jdbc   
 

Uses of FBSQLParseException in org.firebirdsql.jdbc
 

Methods in org.firebirdsql.jdbc that throw FBSQLParseException
static String FBEscapedFunctionHelper._char(String[] params)
          Produce a function call for the char UDF function.
static String FBEscapedFunctionHelper.abs(String[] params)
          Produce a function call for the abs UDF function.
static String FBEscapedFunctionHelper.acos(String[] params)
          Produce a function call for the acos UDF function.
static String FBEscapedFunctionHelper.ascii(String[] params)
          Produce a function call for the ascii UDF function.
static String FBEscapedFunctionHelper.asin(String[] params)
          Produce a function call for the asin UDF function.
static String FBEscapedFunctionHelper.atan(String[] params)
          Produce a function call for the atan UDF function.
static String FBEscapedFunctionHelper.atan2(String[] params)
          Produce a function call for the atan2 UDF function.
static String FBEscapedFunctionHelper.ceiling(String[] params)
          Produce a function call for the ceiling UDF function.
protected  String FBEscapedParser.convertEscapedFunction(String escapedFunction)
          This method converts escaped function to a server function call.
protected  String FBEscapedParser.convertOuterJoin(String outerJoin)
          This method converts the escaped outer join call syntax into the native outer join.
static String FBEscapedFunctionHelper.convertTemplate(String functionCall, int mode)
          Convert escaped function call using function template.
static String FBEscapedFunctionHelper.cos(String[] params)
          Produce a function call for the cos UDF function.
static String FBEscapedFunctionHelper.cot(String[] params)
          Produce a function call for the cot UDF function.
static String FBEscapedFunctionHelper.floor(String[] params)
          Produce a function call for the floor UDF function.
static String FBEscapedFunctionHelper.lcase(String[] params)
          Produce a function call for the lcase UDF function.
static String FBEscapedFunctionHelper.length(String[] params)
          Produce a function call for the length UDF function.
static String FBEscapedFunctionHelper.log(String[] params)
          Produce a function call for the log UDF function.
static String FBEscapedFunctionHelper.log10(String[] params)
          Produce a function call for the log10 UDF function.
static String FBEscapedFunctionHelper.ltrim(String[] params)
          Produce a function call for the ltrim UDF function.
static String FBEscapedFunctionHelper.mod(String[] params)
          Produce a function call for the mod UDF function.
static List FBEscapedFunctionHelper.parseArguments(String functionCall)
          Extract function arguments from the function call.
static String FBEscapedFunctionHelper.parseFunction(String functionCall)
          Extract function name from the function call.
static String FBEscapedFunctionHelper.pi(String[] params)
          Produce a function call for the pi UDF function.
static String FBEscapedFunctionHelper.rand(String[] params)
          Produce a function call for the rand UDF function.
static String FBEscapedFunctionHelper.rtrim(String[] params)
          Produce a function call for the rtrim UDF function.
static String FBEscapedFunctionHelper.sign(String[] params)
          Produce a function call for the sign UDF function.
static String FBEscapedFunctionHelper.sin(String[] params)
          Produce a function call for the sin UDF function.
static String FBEscapedFunctionHelper.sqrt(String[] params)
          Produce a function call for the sqrt UDF function.
protected  void FBEscapedCallParser.switchState(char testChar)
          Test the character to be the state switching character and switches the state if necessary.
static String FBEscapedFunctionHelper.tan(String[] params)
          Produce a function call for the tan UDF function.
protected  String FBEscapedParser.toDateString(String dateStr)
          This method converts the 'yyyy-mm-dd' date format into the Firebird understandable format.
protected  String FBEscapedParser.toTimestampString(String timestampStr)
          This method converts the 'yyyy-mm-dd hh:mm:ss' timestamp format into the Firebird understandable format.
protected  String FBEscapedParser.toTimeString(String timeStr)
          This method converts the 'hh:mm:ss' time format into the Firebird understandable format.
 



Copyright © 2001-2010. All Rights Reserved.