cubrid_seq_drop

PECL CUBRID >= 8.3.0
cubrid_seq_drop - Delete an element from sequence type column using OID
Manual
Code Examples

cubrid_seq_drop(
     resource$conn_identifier,
     string$oid,
     string$attr_name,
     int$index
): bool

The cubrid_seq_drop function is used to delete an element you request from the given sequence type attribute in the database.

Parameters

conn_identifier

Connection identifier.

oid

OID of the instance you want to work with.

attr_name

Name of the attribute that you want to delete an element from.

index

Index of the element that you want to delete (1-based).

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_seq_drop

Show all examples for cubrid_seq_drop

PHP Version:


Function cubrid_seq_drop:

CUBRID Functions

Most used PHP functions