All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ktorm-schema.data_class_bind_field_req.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#vendorExtensions}}{{#x-ktorm-schema}}{{#columnDefinition}}        {{{name}}} = row[{{{name}}}]{{#isEnum}} ?: {{{classname}}}.{{{nameInCamelCase}}}.valueOf({{#isString}}""{{/isString}}{{#isNumeric}}0{{/isNumeric}}){{/isEnum}}{{^isEnum}}{{#isString}} ?: ""{{/isString}}{{#isNumeric}} ?: 0{{/isNumeric}}{{#isBoolean}} ?: false{{/isBoolean}}{{/isEnum}} /* {{{colKotlinType}}} */{{/columnDefinition}}{{/x-ktorm-schema}}{{/vendorExtensions}}{{#description}} /* {{{.}}} */{{/description}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy