SE_table_create_mv_view

Creates a multiversion DBMS view on a multiversion table.

Usage syntax

LONG SE_table_create_mv_view
(SE_CONNECTION connection,
const CHAR *table,
const CHAR *mv_view);

Parameters
connection The connection handle
table The DBMS table name
mv_view The name of the view
Description

SE_table_create_mv_view creates an multiversion DBMS view on the specified multiversion table. A multiversion table may have only one multiversion view at a time.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NOT_TABLE_OWNER

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST

SE_TABLE_NOREGISTERED

SE_TABLE_NOT_MULTIVERSION

SE_VIEW_EXISTS