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

net.sf.gluebooster.java.booster.basic.db.Sql Maven / Gradle / Ivy

Go to download

Basic classes to support the development of applications. There should be as few dependencies on other frameworks as possible.

The newest version!
package net.sf.gluebooster.java.booster.basic.db;

/**
 * Constants used in sql context.
 * @author cbauer
 *
 */
public enum Sql {
	QUERY, // a sql query with resultset
	UPDATE, // a sql update statement
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy