BuildSqlSchema
Generates the code of a schema from the physical structure of the table given in the parameters.
XML schema = BuildSqlSchema (
String dataSource,
String tableName
)
String dataSource,
String tableName
)
Parameters
dataSource
Identifier of the datasource
tableName
Table name
Return values
schema
Generated schema
Features

