DbProcedure
Contains meta data information about a procedure. This class is used by the H2 Console.
Methods
String
getName
()
String
getName
()
Returns:
The table name.
DbColumn[]
getParameters
()
DbColumn[]
getParameters
()
Returns:
The column list.
String
getQuotedName
()
String
getQuotedName
()
Returns:
The quoted table name.
DbSchema
getSchema
()
DbSchema
getSchema
()
Returns:
The schema this table belongs to.
boolean
isReturnsResult
()
boolean
isReturnsResult
()
Returns:
True if this function return a value
void
readParameters
(DatabaseMetaData meta)
Read the column for this table from the database meta data.
void
readParameters
(DatabaseMetaData meta) throws SQLException
Read the column for this table from the database meta data.
Parameters:
meta - the database meta data