public class UpdateResult extends ModifyQueryResult
| Constructor and Description |
|---|
UpdateResult(long updateCount,
short warnings,
String message,
long insertId) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MySQLColumnInformation[] |
getColumnInformation() |
long |
getInsertId() |
String |
getMessage() |
ResultSetType |
getResultSetType() |
int |
getRows() |
long |
getUpdateCount() |
short |
getWarnings() |
isClosedpublic UpdateResult(long updateCount,
short warnings,
String message,
long insertId)
public long getUpdateCount()
getUpdateCount in class ModifyQueryResultpublic ResultSetType getResultSetType()
getResultSetType in class QueryResultpublic void close()
close in class QueryResultpublic short getWarnings()
getWarnings in class QueryResultpublic String getMessage()
getMessage in class ModifyQueryResultpublic MySQLColumnInformation[] getColumnInformation()
getColumnInformation in class QueryResultpublic int getRows()
getRows in class QueryResultpublic long getInsertId()
getInsertId in class ModifyQueryResultCopyright © 2014. All rights reserved.