Type the name of the DB2 table user-defined function. The name includes the schema name and the user-defined function name separated by a period. If you do not specify a schema, the current session schema is used.
Type comments for the table user-defined function.
Select to drop a user-defined function from the database before the new one is created if it has the same name and signature as the one specified in the name field.
Type the name of the database where you would like to store the user-defined table function.
Type your user ID to connect to the database connection. The User ID field is available only when the Use your current user ID and password check box is not selected.
Type your password to connect to the database connection.
Select to test if the password and user ID that you supplied can be used to connect to the target database.
Opens the Configuration Assistant (CA). The CA helps you to set up a connection to a new DB2 database server when the database to which you want to connect is not listed in the Alias list.
Select to use the user ID and password of your client workstation to connect to the specified database.
Restriction: You can select this check box only when
the database server is installed on your
workstation.
Specifies that the data type of your XML document is a CLOB. A CLOB (character large object) is a sequence of characters (single-byte, multibyte, or both) with a size ranging from 0 bytes to 2 gigabytes less 1 byte. In general, CLOB values are used whenever a character string might exceed the limits of the VARCHAR type.
Type the length for the XML document input parameter. The maximum length is 4 megabytes.
Select a unit for your length.
Specifies that the data type is a VARCHAR.
Type the length for the XML document input parameter.
Specifies that you will type in the path.
Specifies that the path will be imported from an existing XML document.
Type the file name.
Opens a window so that you can select an XML document file to import the paths from.
Specifies that the paths and column definitions will be read in from an existing file that was saved from a prior execution of the wizard.
Type the file name.
Opens a window so that you can select a file from the directories that you have access to.
Type in the absolute path to the table element.
The path is from the root of the document
up to the table element; for example, BookstoreDocument/Books/
.
Type in the path to the row elements relative
to the table element. For example, /LiteratureBooks
where the table path is BookstoreDocument/Books/
.
Opens a window so that you can add column definitions to the list.
Opens a window so that you can make changes to the selected column definition.
Removes the selected column definition from the list.
Moves the selected column definition up one position in the list.
Moves the selected column definition down one position in the list.
Opens a window where you can view a sample result.
Select to have the XML document that is input to the user-defined function go through an XSL transformation before being processed by the user-defined function.
Specifies that the data type for the XSL document (stylesheet) input parameter is a CLOB. A CLOB (character large object) is a sequence of characters (single-byte, multibyte, or both) with a size ranging from 0 bytes to 2 gigabytes less 1 byte. In general, CLOB values are used whenever a character string might exceed the limits of the VARCHAR type.
Type the length for the XSL document input parameter. The maximum length is 4 megabytes.
Select a unit for your length.
Specifies that the data type for the XSL document (stylesheet) input parameter is a VARCHAR.
Type the length for the XSL document input parameter. The maximum length is 4 megabytes.
Specifies to save the column paths, column names, and datatype definitions to a file. This file can be used next time you create a user-defined function using this wizard to avoid re-entering the column paths, column names, and datatype definitions.
Type the file name.
Opens a window so that you can select an existing file to save the definitions into.
Shows a summary of the table user-defined function that you have created to this point.
Shows a table of the name, data type, and relative path of each column.
Opens the SQL Statements window that shows the actual script generated by the wizard.
Cancels any unsaved changes and closes the Create XML Table Function wizard.
Goes to the next page of the wizard.
Goes to the previous page of the wizard.
Performs all specified actions and closes the wizard. Available only when all required fields are completed.