Class SqlQuery.CodeSet

  • Enclosing class:
    SqlQuery

    public static class SqlQuery.CodeSet
    extends java.lang.Object
    Collection of alternative code for alternative dialects.
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String chooseQuery​(Dialect dialect)
      Chooses the code variant which best matches the given Dialect.
      java.lang.String put​(java.lang.String dialect, java.lang.String code)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeSet

        public CodeSet()
    • Method Detail

      • put

        public java.lang.String put​(java.lang.String dialect,
                                    java.lang.String code)
      • chooseQuery

        public java.lang.String chooseQuery​(Dialect dialect)
        Chooses the code variant which best matches the given Dialect.