gate.code.DMLGenerator.search().gtf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
select
${getTableName()}.${id.getColumnName()} as '${id.getName()}'
,
${getTableName()}.${@property.getColumnName()} as '${@property.getName()}'
from
${getTableName()}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy