org.smyld.db.schema.oracle.OraTrigger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smyld-main-db Show documentation
Show all versions of smyld-main-db Show documentation
This projects contains SMYLD DB
package org.smyld.db.schema.oracle;
import org.smyld.db.schema.Trigger;
public class OraTrigger extends Trigger {
/**
*
*/
private static final long serialVersionUID = 1L;
public OraTrigger() {
}
}