cubrid_seq_put
PECL CUBRID >= 8.3.0
cubrid_seq_put - Update the element value of sequence type column using OID
Manual
cubrid_seq_put(
resource$conn_identifier,
string$oid,
string$attr_name,
int$index,
string$seq_element
): bool
resource$conn_identifier,
string$oid,
string$attr_name,
int$index,
string$seq_element
): bool
The cubrid_seq_put function is used to update the content of the requested element in a sequent type attribute using OID.
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 update an element.
- index
Index (1-based) of the element that you want to update.
- seq_element
New content that you want to use for the update.
Return Values
Returns true on success or false on failure.