generated from ${database.databaseSchema}
#end${database.timestampExpression}
#if ($database.hasClassificationDefinitionMap()) #end #if ($database.hasTableBqpMap() || $database.isGenerateProcedureParameterBean()) #endSchema | #end #if ($database.isAliasDelimiterInDbCommentValid())Alias | #endName | Type | ForeignTable | ReferrerTable | Comment | EntityName |
---|---|---|---|---|---|---|---|
#if ($table.hasSchema()) ${table.schema}#else #end | #end #if ($database.isAliasDelimiterInDbCommentValid())${table.alias} | #end${table.name} | ${table.type} | ${table.foreignTableNameCommaStringWithHtmlHref} | ${table.referrerTableNameCommaStringWithHtmlHref} | #if ($table.hasComment()) ${table.commentForSchemaHtml}#else #end | ${table.javaName} |
$table.getBehaviorQueryPathDescriptionForSchemaHtml($behaviorQueryPath)
${procedure.procedureCommentForSchemaHtml}
${column.columnCommentForSchemaHtml}#end