rs_batch_end

Description

rs_batch_end allows users to batch commands into non-Adaptive Server database servers. This function string stores the SQL statements needed to mark the end of a batch of commands.

Examples

Example 1

Alters rs_batch_end function string so that the SQL output of the function-string class sqlserver_derived_class is END.

alter function string publishers.rs_batch_end
for sqlserver_derived_class
output language
'END'

Usage

See also

rs_batch_start