nz.co.gregs.dbvolution.operators.package-info Maven / Gradle / Ivy
/**
* The Operators Used By QueryableDatatypes To Provide The Most Common
* Conditions.
*
* Operators are used internally by QueryableDatatypes, you shouldn't need them
* directly.
*
* They are also a little old compared to
* {@link nz.co.gregs.dbvolution.expressions}
*
* I've been writing SQL for 20 years and DBV is easier, I hope you like it.
*
* Gregory Graham
*/
package nz.co.gregs.dbvolution.operators;