ODBC Server Reference Manual
Stored Procedures
HP NonStop ODBC Server Reference Manual—429151-002
5-33
SPELIB Interface
logical-user-name-len
output
is a pointer to the length of the logical username; the maximum length is 60
characters.
guardian-user-id
output
is a pointer to the two-character Guardian user ID in internal format.
SP_SRV_GET_NUM_INPUT_PARAMS
This function returns the number of input parameters that accompany the execution
request. The caller should use the num-params value returned to allocate the SQLDA
structure and space for the input parameter values.
env
input
is a pointer to the environment object STRUCT.
num-params
output
is a pointer to the number of input parameters.
SP_SRV_GET_INPUT_PARAM_INFO
This function decodes a description of the input parameters. Note that if truncated is
true, it is the responsibility of the Pathway server class program to determine whether
to proceed or to flag an error.
env
input
is a pointer to the environment object STRUCT.
short int SP_SRV_GET_NUM_INPUT_PARAMS
( void * env
, short int * num-params
)
short int SP_SRV_GET_INPUT_PARAM_INFO
( void * env
, void * sqlda
, short int * truncated
)