Class ParseStmtInclude

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  ParseStmtInclude.StmtInclude
      DECLARE PROCEDURE statement transfer object Declare stored procedure or function (can be used only in «init.sql» script)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ParseStmtInclude.StmtInclude parse​(java.lang.String sql)
      DECLARE PROCEDURE Statement parser E.g.: DECLARE PROCEDURE GET_EMPLOYEES FOR "org.fbsql.examples.StoredProcedures::getEmployees";
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait