Package org.h2.bnf.context
Class DbProcedure
java.lang.Object
org.h2.bnf.context.DbProcedure
Contains meta data information about a procedure.
This class is used by the H2 Console.
-
Constructor Details
-
DbProcedure
- Throws:
SQLException
-
-
Method Details
-
getSchema
- Returns:
- The schema this table belongs to.
-
getParameters
- Returns:
- The column list.
-
getName
- Returns:
- The table name.
-
getQuotedName
- Returns:
- The quoted table name.
-
isReturnsResult
public boolean isReturnsResult()- Returns:
- True if this function return a value
-