Dataset2DDL

Transform the dataset content to DDL commands

Package DLAFormfactory
Author Bert Dingemans
Alias --
Stereotypes --

Attributes

Name Type Cardinality Description
_SQL String 1 - 1--
Dataset DataSet 1 - 1--

Methods

Name Type Description
DataType2SQL StringProcess the datatype in the datatable to a relevant SQL server datatype

@returns SQL datatype
DataColumn StringProcess a datacolumn in a datatable to a part of a DDL sql statement

@returns Result of ths function
DataTable2SQL --Transform a datatable to a ddl sql statement

@returns True or false for the processing of this function
DataRelation2SQL --Transform a relation element in the datatable to an alter table statement in ddl

@returns
Dataset2SQL BooleanRoutine to execute the transformation f'rom a datatable to DDL sql statements

@returns
SQL StringGet the constructed SQL statement

@returns

Diagrams

DLAFormfactory

--