Package com.spun.util.database
Class SQLQueryUtils
java.lang.Object
com.spun.util.database.SQLQueryUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intexecuteCountOnQuery(SQLQuery query, Statement stmt) static TimestampexecuteSingleDateQuery(String sql, Statement stmt) static intexecuteSingleIntQuery(String sql, Statement stmt) static SQLQueryextractCountingQuery(SQLQuery query) static SQLQueryrefineLimitQuery(int maximum, SQLQuery query)
-
Constructor Details
-
SQLQueryUtils
public SQLQueryUtils()
-
-
Method Details
-
extractCountingQuery
-
refineLimitQuery
-
executeCountOnQuery
-
executeSingleIntQuery
-
executeSingleDateQuery
-