Class QueryAPIExecutable

  • All Implemented Interfaces:
    Executable

    public class QueryAPIExecutable
    extends java.lang.Object
    implements Executable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • execute

        public boolean execute​(java.sql.Connection connection)
        Specified by:
        execute in interface Executable