Nonstop Database, HiRDB Version 9 Command Reference
When pdrbal is executed on a table with columns of abstract data type, the utility uses the plug-in's unload facility to rebalance the table. The unld_func statement specifies a constructor parameter reverse creation function that reverses the creation of data values for the abstract data type during the 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...])...] |
Specify the authorization identifier and name of the abstract data type.
Specify 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 documentation.
Table 10-9 Data types of argument (pdrbal)
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 | None |
binary | p_pdb_binary_t |
All Rights Reserved. Copyright (C) 2011, 2015, Hitachi, Ltd.