android - Where can I find SQL keywords constants in Java, for example "DESC"? -


i have sort criteria looks following:

mediastore.mediacolumns.date_added + " desc" 

i'd replace desc constant.

another option use statement builder. knows of such?

i'd replace desc constant.

why. is constant, sql language point of view. nobody going change it. java point of view, it's pooled string literal.

java doesn't provide keywords of other languages constants. sisyohean task.

don't worry it.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -