パッケージ org.postgresql.jdbc

クラス EscapedFunctions

java.lang.Object
org.postgresql.jdbc.EscapedFunctions

@Deprecated public class EscapedFunctions extends Object
推奨されていません。
This class stores supported escaped function.
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
    static final String
    推奨されていません。
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    推奨されていません。
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    static @Nullable Method
    getFunction(String functionName)
    推奨されていません。
    get Method object implementing the given function.
    static String
    sqlceiling(List<?> parsedArgs)
    推奨されていません。
    ceiling to ceil translation.
    static String
    sqlchar(List<?> parsedArgs)
    推奨されていません。
    char to chr translation.
    static String
    sqlconcat(List<?> parsedArgs)
    推奨されていません。
    concat translation.
    static String
    sqlcurdate(List<?> parsedArgs)
    推奨されていません。
    curdate to current_date translation.
    static String
    sqlcurtime(List<?> parsedArgs)
    推奨されていません。
    curtime to current_time translation.
    static String
    sqldatabase(List<?> parsedArgs)
    推奨されていません。
    database translation.
    static String
    sqldayname(List<?> parsedArgs)
    推奨されていません。
    dayname translation.
    static String
    sqldayofmonth(List<?> parsedArgs)
    推奨されていません。
    dayofmonth translation.
    static String
    sqldayofweek(List<?> parsedArgs)
    推奨されていません。
    dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.
    static String
    sqldayofyear(List<?> parsedArgs)
    推奨されていません。
    dayofyear translation.
    static String
    sqlhour(List<?> parsedArgs)
    推奨されていません。
    hour translation.
    static String
    sqlifnull(List<?> parsedArgs)
    推奨されていません。
    ifnull translation.
    static String
    sqlinsert(List<?> parsedArgs)
    推奨されていません。
    insert to overlay translation.
    static String
    sqllcase(List<?> parsedArgs)
    推奨されていません。
    lcase to lower translation.
    static String
    sqlleft(List<?> parsedArgs)
    推奨されていません。
    left to substring translation.
    static String
    sqllength(List<?> parsedArgs)
    推奨されていません。
    length translation.
    static String
    sqllocate(List<?> parsedArgs)
    推奨されていません。
    locate translation.
    static String
    sqllog(List<?> parsedArgs)
    推奨されていません。
    log to ln translation.
    static String
    sqllog10(List<?> parsedArgs)
    推奨されていません。
    log10 to log translation.
    static String
    sqlltrim(List<?> parsedArgs)
    推奨されていません。
    ltrim translation.
    static String
    sqlminute(List<?> parsedArgs)
    推奨されていません。
    minute translation.
    static String
    sqlmonth(List<?> parsedArgs)
    推奨されていません。
    month translation.
    static String
    sqlmonthname(List<?> parsedArgs)
    推奨されていません。
    monthname translation.
    static String
    sqlpower(List<?> parsedArgs)
    推奨されていません。
    power to pow translation.
    static String
    sqlquarter(List<?> parsedArgs)
    推奨されていません。
    quarter translation.
    static String
    sqlright(List<?> parsedArgs)
    推奨されていません。
    right to substring translation.
    static String
    sqlrtrim(List<?> parsedArgs)
    推奨されていません。
    rtrim translation.
    static String
    sqlsecond(List<?> parsedArgs)
    推奨されていません。
    second translation.
    static String
    sqlspace(List<?> parsedArgs)
    推奨されていません。
    space translation.
    static String
    sqlsubstring(List<?> parsedArgs)
    推奨されていません。
    substring to substr translation.
    static String
    sqltimestampadd(List<? extends Object> parsedArgs)
    推奨されていません。
    time stamp add.
    static String
    sqltimestampdiff(List<? extends Object> parsedArgs)
    推奨されていません。
    time stamp diff.
    static String
    sqltruncate(List<?> parsedArgs)
    推奨されていません。
    truncate to trunc translation.
    static String
    sqlucase(List<?> parsedArgs)
    推奨されていません。
    ucase to upper translation.
    static String
    sqluser(List<?> parsedArgs)
    推奨されていません。
    user translation.
    static String
    sqlweek(List<?> parsedArgs)
    推奨されていません。
    week translation.
    static String
    sqlyear(List<?> parsedArgs)
    推奨されていません。
    year translation.

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

  • コンストラクタの詳細

    • EscapedFunctions

      public EscapedFunctions()
      推奨されていません。
  • メソッドの詳細

    • getFunction

      public static @Nullable Method getFunction(String functionName)
      推奨されていません。
      get Method object implementing the given function.
      パラメータ:
      functionName - name of the searched function
      戻り値:
      a Method object or null if not found
    • sqlceiling

      public static String sqlceiling(List<?> parsedArgs) throws SQLException
      推奨されていません。
      ceiling to ceil translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqllog

      public static String sqllog(List<?> parsedArgs) throws SQLException
      推奨されていません。
      log to ln translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqllog10

      public static String sqllog10(List<?> parsedArgs) throws SQLException
      推奨されていません。
      log10 to log translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlpower

      public static String sqlpower(List<?> parsedArgs) throws SQLException
      推奨されていません。
      power to pow translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqltruncate

      public static String sqltruncate(List<?> parsedArgs) throws SQLException
      推奨されていません。
      truncate to trunc translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlchar

      public static String sqlchar(List<?> parsedArgs) throws SQLException
      推奨されていません。
      char to chr translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlconcat

      public static String sqlconcat(List<?> parsedArgs)
      推奨されていません。
      concat translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
    • sqlinsert

      public static String sqlinsert(List<?> parsedArgs) throws SQLException
      推奨されていません。
      insert to overlay translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqllcase

      public static String sqllcase(List<?> parsedArgs) throws SQLException
      推奨されていません。
      lcase to lower translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlleft

      public static String sqlleft(List<?> parsedArgs) throws SQLException
      推奨されていません。
      left to substring translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqllength

      public static String sqllength(List<?> parsedArgs) throws SQLException
      推奨されていません。
      length translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqllocate

      public static String sqllocate(List<?> parsedArgs) throws SQLException
      推奨されていません。
      locate translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlltrim

      public static String sqlltrim(List<?> parsedArgs) throws SQLException
      推奨されていません。
      ltrim translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlright

      public static String sqlright(List<?> parsedArgs) throws SQLException
      推奨されていません。
      right to substring translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlrtrim

      public static String sqlrtrim(List<?> parsedArgs) throws SQLException
      推奨されていません。
      rtrim translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlspace

      public static String sqlspace(List<?> parsedArgs) throws SQLException
      推奨されていません。
      space translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlsubstring

      public static String sqlsubstring(List<?> parsedArgs) throws SQLException
      推奨されていません。
      substring to substr translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlucase

      public static String sqlucase(List<?> parsedArgs) throws SQLException
      推奨されていません。
      ucase to upper translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlcurdate

      public static String sqlcurdate(List<?> parsedArgs) throws SQLException
      推奨されていません。
      curdate to current_date translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlcurtime

      public static String sqlcurtime(List<?> parsedArgs) throws SQLException
      推奨されていません。
      curtime to current_time translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqldayname

      public static String sqldayname(List<?> parsedArgs) throws SQLException
      推奨されていません。
      dayname translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqldayofmonth

      public static String sqldayofmonth(List<?> parsedArgs) throws SQLException
      推奨されていません。
      dayofmonth translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqldayofweek

      public static String sqldayofweek(List<?> parsedArgs) throws SQLException
      推奨されていません。
      dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqldayofyear

      public static String sqldayofyear(List<?> parsedArgs) throws SQLException
      推奨されていません。
      dayofyear translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlhour

      public static String sqlhour(List<?> parsedArgs) throws SQLException
      推奨されていません。
      hour translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlminute

      public static String sqlminute(List<?> parsedArgs) throws SQLException
      推奨されていません。
      minute translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlmonth

      public static String sqlmonth(List<?> parsedArgs) throws SQLException
      推奨されていません。
      month translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlmonthname

      public static String sqlmonthname(List<?> parsedArgs) throws SQLException
      推奨されていません。
      monthname translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlquarter

      public static String sqlquarter(List<?> parsedArgs) throws SQLException
      推奨されていません。
      quarter translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlsecond

      public static String sqlsecond(List<?> parsedArgs) throws SQLException
      推奨されていません。
      second translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlweek

      public static String sqlweek(List<?> parsedArgs) throws SQLException
      推奨されていません。
      week translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlyear

      public static String sqlyear(List<?> parsedArgs) throws SQLException
      推奨されていません。
      year translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqltimestampadd

      public static String sqltimestampadd(List<? extends Object> parsedArgs) throws SQLException
      推奨されていません。
      time stamp add.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqltimestampdiff

      public static String sqltimestampdiff(List<? extends Object> parsedArgs) throws SQLException
      推奨されていません。
      time stamp diff.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqldatabase

      public static String sqldatabase(List<?> parsedArgs) throws SQLException
      推奨されていません。
      database translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqlifnull

      public static String sqlifnull(List<?> parsedArgs) throws SQLException
      推奨されていません。
      ifnull translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens
    • sqluser

      public static String sqluser(List<?> parsedArgs) throws SQLException
      推奨されていません。
      user translation.
      パラメータ:
      parsedArgs - arguments
      戻り値:
      sql call
      例外:
      SQLException - if something wrong happens