Class JdbcCallParseInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      JdbcCallParseInfo​(java.lang.String sql, boolean isFunction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSql()
      SQL in a native for certain backend version.
      boolean isFunction()
      Returns if given SQL is a function.
      • Methods inherited from class java.lang.Object

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

      • JdbcCallParseInfo

        public JdbcCallParseInfo​(java.lang.String sql,
                                 boolean isFunction)
    • Method Detail

      • getSql

        public java.lang.String getSql()
        SQL in a native for certain backend version.
        Returns:
        SQL in a native for certain backend version
      • isFunction

        public boolean isFunction()
        Returns if given SQL is a function.
        Returns:
        true if given SQL is a function