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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
schema
-
name
-
quotedName
-
returnsResult
private final boolean returnsResult -
parameters
-
-
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
-
readParameters
Read the column for this table from the database meta data.- Parameters:
meta
- the database meta data- Throws:
SQLException
- on failure
-