Package org.postgresql.jdbc
Class EscapedFunctions
java.lang.Object
org.postgresql.jdbc.EscapedFunctions
Deprecated.
This class stores supported escaped function.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Method
getFunction
(String functionName) Deprecated.get Method object implementing the given function.static String
sqlceiling
(List<?> parsedArgs) Deprecated.ceiling to ceil translation.static String
Deprecated.char to chr translation.static String
Deprecated.concat translation.static String
sqlcurdate
(List<?> parsedArgs) Deprecated.curdate to current_date translation.static String
sqlcurtime
(List<?> parsedArgs) Deprecated.curtime to current_time translation.static String
sqldatabase
(List<?> parsedArgs) Deprecated.database translation.static String
sqldayname
(List<?> parsedArgs) Deprecated.dayname translation.static String
sqldayofmonth
(List<?> parsedArgs) Deprecated.dayofmonth translation.static String
sqldayofweek
(List<?> parsedArgs) Deprecated.dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.static String
sqldayofyear
(List<?> parsedArgs) Deprecated.dayofyear translation.static String
Deprecated.hour translation.static String
Deprecated.ifnull translation.static String
Deprecated.insert to overlay translation.static String
Deprecated.lcase to lower translation.static String
Deprecated.left to substring translation.static String
Deprecated.length translation.static String
Deprecated.locate translation.static String
Deprecated.log to ln translation.static String
Deprecated.log10 to log translation.static String
Deprecated.ltrim translation.static String
Deprecated.minute translation.static String
Deprecated.month translation.static String
sqlmonthname
(List<?> parsedArgs) Deprecated.monthname translation.static String
Deprecated.power to pow translation.static String
sqlquarter
(List<?> parsedArgs) Deprecated.quarter translation.static String
Deprecated.right to substring translation.static String
Deprecated.rtrim translation.static String
Deprecated.second translation.static String
Deprecated.space translation.static String
sqlsubstring
(List<?> parsedArgs) Deprecated.substring to substr translation.static String
sqltimestampadd
(List<? extends Object> parsedArgs) Deprecated.time stamp add.static String
sqltimestampdiff
(List<? extends Object> parsedArgs) Deprecated.time stamp diff.static String
sqltruncate
(List<?> parsedArgs) Deprecated.truncate to trunc translation.static String
Deprecated.ucase to upper translation.static String
Deprecated.user translation.static String
Deprecated.week translation.static String
Deprecated.year translation.
-
Field Details
-
ABS
Deprecated.- See Also:
-
ACOS
Deprecated.- See Also:
-
ASIN
Deprecated.- See Also:
-
ATAN
Deprecated.- See Also:
-
ATAN2
Deprecated.- See Also:
-
CEILING
Deprecated.- See Also:
-
COS
Deprecated.- See Also:
-
COT
Deprecated.- See Also:
-
DEGREES
Deprecated.- See Also:
-
EXP
Deprecated.- See Also:
-
FLOOR
Deprecated.- See Also:
-
LOG
Deprecated.- See Also:
-
LOG10
Deprecated.- See Also:
-
MOD
Deprecated.- See Also:
-
PI
Deprecated.- See Also:
-
POWER
Deprecated.- See Also:
-
RADIANS
Deprecated.- See Also:
-
ROUND
Deprecated.- See Also:
-
SIGN
Deprecated.- See Also:
-
SIN
Deprecated.- See Also:
-
SQRT
Deprecated.- See Also:
-
TAN
Deprecated.- See Also:
-
TRUNCATE
Deprecated.- See Also:
-
ASCII
Deprecated.- See Also:
-
CHAR
Deprecated.- See Also:
-
CONCAT
Deprecated.- See Also:
-
INSERT
Deprecated.- See Also:
-
LCASE
Deprecated.- See Also:
-
LEFT
Deprecated.- See Also:
-
LENGTH
Deprecated.- See Also:
-
LOCATE
Deprecated.- See Also:
-
LTRIM
Deprecated.- See Also:
-
REPEAT
Deprecated.- See Also:
-
REPLACE
Deprecated.- See Also:
-
RIGHT
Deprecated.- See Also:
-
RTRIM
Deprecated.- See Also:
-
SPACE
Deprecated.- See Also:
-
SUBSTRING
Deprecated.- See Also:
-
UCASE
Deprecated.- See Also:
-
CURDATE
Deprecated.- See Also:
-
CURTIME
Deprecated.- See Also:
-
DAYNAME
Deprecated.- See Also:
-
DAYOFMONTH
Deprecated.- See Also:
-
DAYOFWEEK
Deprecated.- See Also:
-
DAYOFYEAR
Deprecated.- See Also:
-
HOUR
Deprecated.- See Also:
-
MINUTE
Deprecated.- See Also:
-
MONTH
Deprecated.- See Also:
-
MONTHNAME
Deprecated.- See Also:
-
NOW
Deprecated.- See Also:
-
QUARTER
Deprecated.- See Also:
-
SECOND
Deprecated.- See Also:
-
WEEK
Deprecated.- See Also:
-
YEAR
Deprecated.- See Also:
-
TIMESTAMPADD
Deprecated.- See Also:
-
TIMESTAMPDIFF
Deprecated.- See Also:
-
SQL_TSI_ROOT
Deprecated.- See Also:
-
SQL_TSI_DAY
Deprecated.- See Also:
-
SQL_TSI_FRAC_SECOND
Deprecated.- See Also:
-
SQL_TSI_HOUR
Deprecated.- See Also:
-
SQL_TSI_MINUTE
Deprecated.- See Also:
-
SQL_TSI_MONTH
Deprecated.- See Also:
-
SQL_TSI_QUARTER
Deprecated.- See Also:
-
SQL_TSI_SECOND
Deprecated.- See Also:
-
SQL_TSI_WEEK
Deprecated.- See Also:
-
SQL_TSI_YEAR
Deprecated.- See Also:
-
DATABASE
Deprecated.- See Also:
-
IFNULL
Deprecated.- See Also:
-
USER
Deprecated.- See Also:
-
-
Constructor Details
-
EscapedFunctions
public EscapedFunctions()Deprecated.
-
-
Method Details
-
getFunction
Deprecated.get Method object implementing the given function.- Parameters:
functionName
- name of the searched function- Returns:
- a Method object or null if not found
-
sqlceiling
Deprecated.ceiling to ceil translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqllog
Deprecated.log to ln translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqllog10
Deprecated.log10 to log translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlpower
Deprecated.power to pow translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqltruncate
Deprecated.truncate to trunc translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlchar
Deprecated.char to chr translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlconcat
Deprecated.concat translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
-
sqlinsert
Deprecated.insert to overlay translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqllcase
Deprecated.lcase to lower translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlleft
Deprecated.left to substring translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqllength
Deprecated.length translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqllocate
Deprecated.locate translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlltrim
Deprecated.ltrim translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlright
Deprecated.right to substring translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlrtrim
Deprecated.rtrim translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlspace
Deprecated.space translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlsubstring
Deprecated.substring to substr translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlucase
Deprecated.ucase to upper translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlcurdate
Deprecated.curdate to current_date translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlcurtime
Deprecated.curtime to current_time translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqldayname
Deprecated.dayname translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqldayofmonth
Deprecated.dayofmonth translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqldayofweek
Deprecated.dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqldayofyear
Deprecated.dayofyear translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlhour
Deprecated.hour translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlminute
Deprecated.minute translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlmonth
Deprecated.month translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlmonthname
Deprecated.monthname translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlquarter
Deprecated.quarter translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlsecond
Deprecated.second translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlweek
Deprecated.week translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlyear
Deprecated.year translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqltimestampadd
Deprecated.time stamp add.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqltimestampdiff
Deprecated.time stamp diff.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqldatabase
Deprecated.database translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqlifnull
Deprecated.ifnull translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
sqluser
Deprecated.user translation.- Parameters:
parsedArgs
- arguments- Returns:
- sql call
- Throws:
SQLException
- if something wrong happens
-
EscapedFunctions2