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

org.sqlproc.engine.impl.SqlMetaSimple Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
package org.sqlproc.engine.impl;

/**
 * The ancestor of simple META SQL sub-elements.
 * 
 * In fact it's a marker interface for
 * 
    *
  • {@link org.sqlproc.engine.impl.SqlMetaText} *
  • {@link org.sqlproc.engine.impl.SqlMetaIdent} *
  • {@link org.sqlproc.engine.impl.SqlMetaConst} *
  • {@link org.sqlproc.engine.impl.SqlMetaOrd} *
* * @author Vladimir Hudec */ interface SqlMetaSimple extends SqlMetaElement { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy