Contents Index ul_delete_project system procedure ul_set_codesegment system procedure pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Reference database stored procedures

ul_delete_statement system procedure


Function 

Removes a SQL statement from an UltraLite project.

Syntax 

ul_delete_statement (in @project char(128),
in @name char(128) )

Permissions 

DBA authority required

Side effects 

None

See also 

ul_add_project system procedure

ul_add_statement system procedure

Description 

Removes a statement from an UltraLite project.

project    The UltraLite project from which the statement should be removed.

name    The name of the statement. This name is used in the generated classes.

Examples 

The following call removes a statement from the Product project:

call ul_delete_statement( 'Product', 'AddProd' )

Contents Index ul_delete_project system procedure ul_set_codesegment system procedure pdf/preface.pdf