DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_typename_to_typedesc()
The
mi_typename_to_typedesc()
function creates a type descriptor from a type name given in
lvarchar
format.
Syntax
MI_TYPE_DESC *mi_typename_to_typedesc(
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
Usage
The
mi_typename_to_typedesc()
function creates a type descriptor from a type name that contains a length and a precision.
Return Values
A descriptor for 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.