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

sqlg3.runtime.queries.TokenKind Maven / Gradle / Ivy

Go to download

SQLG is a preprocessor and a library that uses code generation to simplify writing JDBC code

There is a newer version: 3.1
Show newest version
package sqlg3.runtime.queries;

enum TokenKind {
    R_THEEND, R_ID, R_PARAM, R_QUOTE, R_CHAR, R_WS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy