parameter

Description

Java type: org.apache.ddlutils.task.Parameter

Specifies a parameter for the creation of the database. These are usually platform specific. A parameter consists of a name-value pair and an optional list of platforms for which the parameter shall be used.

Parameters

platforms : String

Specifies the platforms - a comma-separated list of platform names - for which this parameter shall be used (see the databaseType attribute of the tasks for possible values). For every platform not in this list, the parameter is ignored.
If not specified then the parameter is processed for every platform.

name : String (required)

Specifies the name of the parameter. See the database support documentation for details on the parameters supported by the individual platforms.

value : String

Specifies the parameter value.
If none is given, null is used.

Nested elements

©2005-2007 Apache Software Foundation