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() |
isClosed
public UpdateResult(long updateCount, short warnings, String message, long insertId)
public long getUpdateCount()
getUpdateCount
in class ModifyQueryResult
public ResultSetType getResultSetType()
getResultSetType
in class QueryResult
public void close()
close
in class QueryResult
public short getWarnings()
getWarnings
in class QueryResult
public String getMessage()
getMessage
in class ModifyQueryResult
public MySQLColumnInformation[] getColumnInformation()
getColumnInformation
in class QueryResult
public int getRows()
getRows
in class QueryResult
public long getInsertId()
getInsertId
in class ModifyQueryResult
Copyright © 2015. All rights reserved.