$h2

( documentation for Telosys generator version 4.0.0 )


Object providing a set of functions for the H2 database


Since : 2.1.1

Attributes and methods
.ddlCreateTable(EntityInContext entity) : List

Returns the 'CREATE TABLE' DDL statement for the given entity
The DDL statement is splitted in a list of lines

Parameters :
   entity : the entity

Example :
   $h2.ddlCreateTable($entity)

Since : 2.1.1