OceanBase Embedded SQL in C (ECOB) V1.1.7 released in July 2022 supports the LobLocator data structure and a series of new syntaxes.
New features
The LobLocator data structure and the syntaxes of related operations such as Allocate LOB, LOB Describe, LOB Write, LOB Read, EXEC SQL VAR, EXEC SQL Type, and EXEC SQL FREE are supported. For more information, see LOB-related SQL statements.
The
EXEC SQL ALLOCATE :sql_cursosyntax is supported. For more information, see Cursors.The
EXEC ORACLE OPTION (RELEASE_CURSOR = YES)syntax is supported.The
EXEC SQL SAVEPOINT savexsyntax is supported. For more information, see Basic SQL statements.