Represents Java stored procedure argument information. An index for sp_name is created.
Attribute Name |
Data Type |
Description |
---|---|---|
sp_name |
VARCHAR(255) |
Stored procedure name |
index_of |
INTEGER |
Order of the arguments |
arg_name |
VARCHAR(255) |
Argument name |
data_type |
INTEGER |
Data type of the argument |
mode |
INTEGER |
Mode (IN, OUT, INOUT) |