Nonstop Database, HiRDB Version 9 Command Reference
The unld_func statement specifies a constructor parameter reverse creation function that reverses the creation of data values for abstract data type during an unload operation.
unld_func type=[authorization-identifier.]abstract-data-type-name, func=function-name (argument-type[,argument-type...]) [,func=function-name (argument-type[,argument-type...])...] |
Specifies the authorization identifier and name of the abstract data type.
Specifies the name and argument type of the constructor parameter reverse creation function. For details about the name and argument type of a constructor parameter reverse creation function, see the applicable plug-in manual.
Specification method | Remarks |
---|---|
integer | INT32 |
smallint | INT16 |
char nchar mchar |
CHAR8 |
varchar nvarchar mvarchar |
p_pdb_varchar_t |
float | DOUBLE64 |
smallflt | REAL64 |
blob | BLOB |
abstract-data-type-name | -- |
All Rights Reserved. Copyright (C) 2011, 2015, Hitachi, Ltd.