Measure Reference Manual
MEAS_SQL_MAP_STOP_
In Measure H02 and later PVUs, MEAS_SQL_MAP_STOP_ stops the SQL/MX mapping session.
This should be done before an application process that has called MEAS_SQL_MAP_INIT_ exits.
error := MEAS_SQL_MAP_STOP_ ( connectionInfo ); ! i
The only error that can be returned is 3202 (ERR^BOUNDS).
connectionInfo
input
INT(32) .EXT:ref:25
is allocated by the caller to be at least 100 bytes.
MEAS_SQLNAME_COMPARE_
In Measure H02 and later PVUs, MEAS_SQLNAME_COMPARE_ compares two fully qualified
ANSI SQL names in external format. The names cannot contain wildcards and they must be of the
same object type.
status := MEAS_SQLNAME_COMPARE_ ( name1 ! i
,name1_length ! i
,name2 ! i
,name2_length ); ! i
status
INT:ref:1
is a status code indicating the outcome of the operation:
name1 < name2 (a.b.c < a.bz.c)-1
name1 = name20
name1 > name2 (a.bz.c > a.b.c)1
One or more of the specified ANSI SQL names contained syntax errors or were
not fully qualified.
err^badformatsqlname
One or more of the specified ANSI SQL names could not be parsed.err^sql^api^internal
name1
input
STRING .EXT:ref:*
is a buffer that contains input name 1 in external format. A name space keyword is required.
name1_length
input
INT:value
is the size, in bytes, of input name 1.
name2
input
STRING . EXT:ref:*
is a buffer that contains input name 2 in external format. A name space keyword is required.
name2_length
input
INT:value
is the size, in bytes, of input name 2.
438 Measure Callable Procedures