cubrid_seq_insert
PECL CUBRID >= 8.3.0
cubrid_seq_insert - Insert an element to a sequence type column using OID
Manual
cubrid_seq_insert(
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_col_insert function is used to insert an element to a sequence type attribute in a requested location.
Parameters
- conn_identifier
Connection identifier.
- oid
OID of the instance you want to work with.
- attr_name
Name of the attribute you want to insert an instance to.
- index
Location of the element, you want to insert the element to (1-based).
- seq_element
Content of the element that you want to insert.
Return Values
Returns true on success or false on failure.