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

gate.code.DMLGenerator.search().gtf Maven / Gradle / Ivy

There is a newer version: 12.3.1
Show newest version
select 
    ${getTableName()}.${id.getColumnName()} as '${id.getName()}'
    ,
    ${getTableName()}.${@property.getColumnName()} as '${@property.getName()}'
    
from
    ${getTableName()}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy