Package org.h2.engine

Class Procedure


  • public class Procedure
    extends java.lang.Object
    Represents a procedure. Procedures are implemented for PostgreSQL compatibility.
    • Constructor Summary

      Constructors 
      Constructor Description
      Procedure​(java.lang.String name, org.h2.command.Prepared prepared)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      org.h2.command.Prepared getPrepared()  
      • Methods inherited from class java.lang.Object

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

      • Procedure

        public Procedure​(java.lang.String name,
                         org.h2.command.Prepared prepared)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getPrepared

        public org.h2.command.Prepared getPrepared()