Subject | SELECT for get the number of contexts |
---|---|
Author | Walter R. Ojeda Valiente |
Post date | 2015-09-26T02:59:15Z |
Hello everybody
Is there some SELECT that can give me the number of context a stored procedure has?
As you know the maximum number of contexts is 255.
And it would be interesting to know how many contexts a stored procedure has, without counting with the finger.
Other question:
Which are the comands that count as context?
I know: INSERT, UPDATE, DELETE, SELECT, UNION. Is there some more, JOIN or FETCH maybe?
And the last question:
That number of 255, will be incremented in Firebird 3?
Greetings.
Walter.