@Target(value={TYPE,METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface PlainSQL
QueryPart
that generates "plain SQL" inside of an AST.
NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity. You may also create the possibility of malicious SQL injection. Be sure to properly use bind variables and/or escape literals when concatenated into SQL clauses!
SQL
Copyright © 2018. All Rights Reserved.