Home > Contents > Index >
CDM.GETTABLEDEF
Retrieves the definition of a table.
Syntax
<CDM.GETTABLEDEF
TABLENAME="
tablename
"
CDMLIST="
listvar
"
/>Parameters
TABLENAME (required)
- Input parameter. Name of the table for which to retrieve the table definition.
CDMLIST (required)
- Input and output parameter. As input, a variable list name in which to store the table definition. The list has the following columns:
- COLNAME
- COLTYPE
- COLSIZE
Description
This tag retrieves the column names and data types from the
commercedata.ini
file to predefine the format of page output when calling CDM.GETCOMMERCEDATA , so that the rows of data can be distributed across the proper columns. This tag is used in the elementOpenMarket/CommerceData/retrieve/GetDataFromTable
.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.