Interface QueryScript<R>

All Known Subinterfaces:
Preset.QueryFields<QR>, Preset.QueryName<QS,QO,QR,QF>, Preset.QueryOperationFields<QR>, Preset.QueryOrder<QR>, Preset.QuerySelect<QR>, QueryAggregator<Q,A,L>, QueryFunctions<T,R>
All Known Implementing Classes:
BaseQueryNameImpl, QueryExecutor, QueryOrderer

public interface QueryScript<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    script(String script)
     
    script(String script, Object... params)
     
  • Method Details