DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_type_length()
The
mi_type_length()
function returns the length of a type.
Syntax
mi_integer mi_type_length(td)
MI_TYPE_DESC *td;
td
is a pointer to the type descriptor.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
The length of the type can exceed the length of the data in the type.
Return Values
Returns the length of the type, or returns
-1
if the type is
char(
n
)
or
nchar(
n
)
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.