- java.lang.Object
-
- org.postgresql.pljava.jdbc.BuiltinFunctions
-
public class BuiltinFunctions extends Object
PostgreSQL builtin functions- Author:
- Filip Hrbek
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BuiltinFunctions()
-
-
-
Field Detail
-
ABS
public static final String ABS
- See Also:
- Constant Field Values
-
ACOS
public static final String ACOS
- See Also:
- Constant Field Values
-
ASIN
public static final String ASIN
- See Also:
- Constant Field Values
-
ATAN
public static final String ATAN
- See Also:
- Constant Field Values
-
ATAN2
public static final String ATAN2
- See Also:
- Constant Field Values
-
CEILING
public static final String CEILING
- See Also:
- Constant Field Values
-
COS
public static final String COS
- See Also:
- Constant Field Values
-
COT
public static final String COT
- See Also:
- Constant Field Values
-
DEGREES
public static final String DEGREES
- See Also:
- Constant Field Values
-
EXP
public static final String EXP
- See Also:
- Constant Field Values
-
FLOOR
public static final String FLOOR
- See Also:
- Constant Field Values
-
LOG
public static final String LOG
- See Also:
- Constant Field Values
-
LOG10
public static final String LOG10
- See Also:
- Constant Field Values
-
MOD
public static final String MOD
- See Also:
- Constant Field Values
-
PI
public static final String PI
- See Also:
- Constant Field Values
-
POWER
public static final String POWER
- See Also:
- Constant Field Values
-
RADIANS
public static final String RADIANS
- See Also:
- Constant Field Values
-
RAND
public static final String RAND
- See Also:
- Constant Field Values
-
ROUND
public static final String ROUND
- See Also:
- Constant Field Values
-
SIGN
public static final String SIGN
- See Also:
- Constant Field Values
-
SIN
public static final String SIN
- See Also:
- Constant Field Values
-
SQRT
public static final String SQRT
- See Also:
- Constant Field Values
-
TAN
public static final String TAN
- See Also:
- Constant Field Values
-
TRUNCATE
public static final String TRUNCATE
- See Also:
- Constant Field Values
-
ASCII
public static final String ASCII
- See Also:
- Constant Field Values
-
CHAR
public static final String CHAR
- See Also:
- Constant Field Values
-
CONCAT
public static final String CONCAT
- See Also:
- Constant Field Values
-
INSERT
public static final String INSERT
- See Also:
- Constant Field Values
-
LCASE
public static final String LCASE
- See Also:
- Constant Field Values
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
- See Also:
- Constant Field Values
-
LOCATE
public static final String LOCATE
- See Also:
- Constant Field Values
-
LTRIM
public static final String LTRIM
- See Also:
- Constant Field Values
-
REPEAT
public static final String REPEAT
- See Also:
- Constant Field Values
-
REPLACE
public static final String REPLACE
- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
-
RTRIM
public static final String RTRIM
- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
SUBSTRING
public static final String SUBSTRING
- See Also:
- Constant Field Values
-
UCASE
public static final String UCASE
- See Also:
- Constant Field Values
-
CURDATE
public static final String CURDATE
- See Also:
- Constant Field Values
-
CURTIME
public static final String CURTIME
- See Also:
- Constant Field Values
-
DAYNAME
public static final String DAYNAME
- See Also:
- Constant Field Values
-
DAYOFMONTH
public static final String DAYOFMONTH
- See Also:
- Constant Field Values
-
DAYOFWEEK
public static final String DAYOFWEEK
- See Also:
- Constant Field Values
-
DAYOFYEAR
public static final String DAYOFYEAR
- See Also:
- Constant Field Values
-
HOUR
public static final String HOUR
- See Also:
- Constant Field Values
-
MINUTE
public static final String MINUTE
- See Also:
- Constant Field Values
-
MONTH
public static final String MONTH
- See Also:
- Constant Field Values
-
MONTHNAME
public static final String MONTHNAME
- See Also:
- Constant Field Values
-
NOW
public static final String NOW
- See Also:
- Constant Field Values
-
QUARTER
public static final String QUARTER
- See Also:
- Constant Field Values
-
SECOND
public static final String SECOND
- See Also:
- Constant Field Values
-
WEEK
public static final String WEEK
- See Also:
- Constant Field Values
-
YEAR
public static final String YEAR
- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
- See Also:
- Constant Field Values
-
IFNULL
public static final String IFNULL
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
-