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

engyuxing.rabbit-sql.7.12.0.source-code.template.xql Maven / Gradle / Ivy

Go to download

Light wrapper of JDBC, support ddl, dml, query, plsql/procedure/function, transaction and manage sql file.

There is a newer version: 9.0.2
Show newest version
/*
 Get more information from:
 https://github.com/chengyuxing/rabbit-sql#Prepare-SQL
 https://github.com/chengyuxing/rabbit-sql#xqlfilemanager
 @@@
 You can write some description for the file at here.
 @@@
*/

/*#some description...#*/
/*[query]*/
/*#more
  description...
  #*/
select *
from test."user" t ${part1};

/*{part1}*/
where id = :id
${order};

/*{order}*/
order by id;

/*[for]*/
select *
from test.user
where id = 1
-- #for id of :ids delimiter ', ' open ' or id in (' close ')'
    -- #if :id > 0
    :id
    -- #fi
-- #done
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy