void |
RequestExecutorHandlers.ExecuteResult.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ResumeHandler.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.QueryResult.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.CompositeQueryResults.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.QueryHandler.handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.ExecuteResult.handleSuspend(RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ResumeHandler.handleSuspend(RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutorHandlers.QueryResult.handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ExtendedQueryHandler.handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |