Class DbProcedure

java.lang.Object
org.h2.bnf.context.DbProcedure

public class DbProcedure extends Object
Contains meta data information about a procedure. This class is used by the H2 Console.
  • Constructor Details

  • Method Details

    • getSchema

      public DbSchema getSchema()
      Returns:
      The schema this table belongs to.
    • getParameters

      public DbColumn[] getParameters()
      Returns:
      The column list.
    • getName

      public String getName()
      Returns:
      The table name.
    • getQuotedName

      public String getQuotedName()
      Returns:
      The quoted table name.
    • isReturnsResult

      public boolean isReturnsResult()
      Returns:
      True if this function return a value