2. Using Ingres Commands : delobj Command--Delete Objects from Database : Object Specification for delobj Command--Specify Objects to Delete
 
Share this page                  
Object Specification for delobj Command--Specify Objects to Delete
The object specification names one or more objects to be deleted from the database using the delobj command. You can specify one type of object only.
The objectspec parameter has the following format:
-report|-form|-joindef|-graph|-application|-qbfname {objname} [-wildcard]
[-include filename]
-report
Indicates that the object names refer to reports.
-form
Indicates that the object names refer to forms.
-joindef
Indicates that the object names refer to join definitions.
-application
Indicates that the object names refer to applications.
-qbfname
Indicates that the object names refer to QBFNames.
objname
Specifies one or more object names of the specified type.
An object name can contain SQL wildcard characters (%, _, [  ]), with the backslash (\) as the escape character. For details, see Pattern-Matching Predicates in the SQL Reference Guide.
-wildcard
Expands wild cards. The default is not to expand wild cards.
-include filename
Specifies the name of an ASCII file that contains object names. This parameter is an alternative to listing multiple objname parameters on the command line.
The file can consist of one or more ASCII lines with the following format characteristics:
Each line can be up to 256 bytes (not characters) in length. Longer lines may cause errors.
A line can contain a combination of object names, comment, and white space (blanks and tabs).
A comment begins with the character # and continues to the end of the line. Each line terminates with an ASCII carriage return (CR), line feed (LF), or form feed (FF) character.