public class DrizzleUpdateResult extends Object implements ModifyQueryResult
| Constructor and Description |
|---|
DrizzleUpdateResult(long updateCount,
short warnings,
String message,
long insertId) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<ColumnInformation> |
getColumnInformation() |
QueryResult |
getGeneratedKeysResult() |
long |
getInsertId() |
String |
getMessage() |
ResultSetType |
getResultSetType() |
int |
getRows() |
long |
getUpdateCount() |
short |
getWarnings() |
public DrizzleUpdateResult(long updateCount,
short warnings,
String message,
long insertId)
public long getUpdateCount()
getUpdateCount in interface ModifyQueryResultpublic ResultSetType getResultSetType()
getResultSetType in interface QueryResultpublic void close()
close in interface QueryResultpublic short getWarnings()
getWarnings in interface QueryResultpublic String getMessage()
getMessage in interface ModifyQueryResultgetMessage in interface QueryResultpublic List<ColumnInformation> getColumnInformation()
getColumnInformation in interface QueryResultpublic int getRows()
getRows in interface QueryResultpublic long getInsertId()
getInsertId in interface ModifyQueryResultpublic QueryResult getGeneratedKeysResult()
getGeneratedKeysResult in interface ModifyQueryResultCopyright © 2016. All rights reserved.