www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Phrases
ap_add_phrases
ap_build_match_list
db.dba.ann_phrase_cl...
db.dba.ann_phrase_cl...
RDF data
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
VAD
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web & Internet
XML
XPATH & XQUERY

Functions Index

DB.DBA.ANN_PHRASE_CLASS_DEL

Deletes phrase set.
DB.DBA.ANN_PHRASE_CLASS_DEL (in _name varchar, in auth_uname varchar, in auth_pwd varchar);
Description

The returned value is APS_ID of a deleted phrase set if positive or an error code if negative. A phrase set can not be deleted while used by some advertiser (as described here).

Parameters
_name – a name of phrase set to delete
auth_uname –
auth_pwd –
Examples
SQL>select ANN_PHRASE_CLASS_ADD ('simple test', null, null, null, '123', '', 'dba', 'dba');
callret
INTEGER
_______________________________________________________________________________

1

1 Rows. -- 0 msec.

SQL>select ANN_PHRASE_CLASS_DEL ('simple test', 'dba', 'dba');
callret
VARCHAR
_______________________________________________________________________________

1

1 Rows. -- 70 msec.
See Also

DB.DBA.ANN_PHRASE_CLASS_ADD

AP_BUILD_MATCH_LIST