T
- The response content typepublic class SQLResponse<T> extends Object
SQLResponse
Constructor and Description |
---|
SQLResponse() |
SQLResponse(int update) |
SQLResponse(SQLException ex) |
SQLResponse(T response) |
Modifier and Type | Method and Description |
---|---|
SQLException |
getException() |
T |
getResponse() |
int |
getUpdatedRows() |
public SQLResponse()
public SQLResponse(SQLException ex)
public SQLResponse(T response)
public SQLResponse(int update)
public SQLException getException()
public T getResponse()
public int getUpdatedRows()
Copyright © 2015. All rights reserved.