
org.sqlproc.engine.impl.SqlMetaSimple Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql-processor Show documentation
Show all versions of sql-processor Show documentation
SQL Processor - Data Driven Queries
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