Class DRawSqlService
java.lang.Object
io.ebeaninternal.server.rawsql.DRawSqlService
- All Implemented Interfaces:
io.ebean.service.BootstrapService, io.ebean.service.SpiRawSqlService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DRawSqlService
public DRawSqlService()
-
-
Method Details
-
resultSet
-
parsed
- Specified by:
parsedin interfaceio.ebean.service.SpiRawSqlService
-
unparsed
- Specified by:
unparsedin interfaceio.ebean.service.SpiRawSqlService
-
sqlRow
public io.ebean.SqlRow sqlRow(ResultSet resultSet, String dbTrueValue, boolean binaryOptimizedUUID) throws SQLException - Specified by:
sqlRowin interfaceio.ebean.service.SpiRawSqlService- Throws:
SQLException
-