Uses of Interface
io.ebean.SqlRow
Packages that use SqlRow
-
Uses of SqlRow in io.ebean
Modifier and TypeMethodDescriptionSqlQuery.findOne()
Execute the query returning a single row or null.static SqlRow
Create and return a SqlRow based on the resultSet with dbTrueValue and binaryOptimizedUUID options.Modifier and TypeMethodDescriptionSqlQuery.findList()
Execute the query returning a list.SqlQuery.findOneOrEmpty()
Execute the query returning an optional row. -
Uses of SqlRow in io.ebean.service
Methods in io.ebean.service that return SqlRow