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

org.activiti.db.properties.oracle.properties Maven / Gradle / Ivy

limitBefore=select * from ( select a.*, ROWNUM rnum from (
limitAfter= ) a where ROWNUM < #{lastRow}) where rnum  >= #{firstRow}
boolValue=1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy