DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_typename_to_id()
The
mi_typename_to_id()
function finds the
ID
of a type, given its name in
lvarchar
format.
Syntax
MI_TYPEID *mi_typename_to_id(
conn
,
name
)
MI_CONNECTION *conn;
mi_lvarchar *name;
conn
is the connection descriptor.
name
is the name of the type.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
The
ID
of the given type, or
NULL
if the type is not found.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.