Interface DbcQuery<T>
-
public interface DbcQuery<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tquery(DataBaseConnector dbc)
-
-
-
Method Detail
-
query
T query(DataBaseConnector dbc) throws Throwable
- Throws:
Throwable
-
-