Uses of Class
com.storedobject.core.RawSQL
Packages that use RawSQL
-
Uses of RawSQL in com.storedobject.core
Methods in com.storedobject.core that return RawSQLModifier and TypeMethodDescriptionprotected RawSQL
Database.getSQL()
A convenient method to create RawSQL object for executing adhoc SQL statements.Methods in com.storedobject.core with parameters of type RawSQLModifier and TypeMethodDescriptionfinal com.storedobject.core.SQLConnector.DBConnection
SQLConnector.getConnection
(RawSQL sql, boolean master) Gets a connection.abstract boolean
Check if the username passed is a valid login of the sql connection passed.Constructors in com.storedobject.core with parameters of type RawSQL -
Uses of RawSQL in com.storedobject.database.postgres
Methods in com.storedobject.database.postgres with parameters of type RawSQL