@Target(value=TYPE) @Retention(value=RUNTIME) public @interface DeleteQuery
@DeleteQuery(
"FOR EACH ROW \n"+
"BEGIN ATOMIC \n" +
"DELETE FROM customerDS.person WHERE id = OLD.id;\n"+
"END"
)
For more information checkout Update
procedures in Teiid.public abstract String value
Copyright © 2019. All rights reserved.