org.mariadb.jdbc.internal.com.read.dao
Interface CmdInformation
- All Known Implementing Classes:
- CmdInformationBatch, CmdInformationMultiple, CmdInformationSingle
public interface CmdInformation
RESULT_SET_VALUE
static final int RESULT_SET_VALUE
- See Also:
- Constant Field Values
getUpdateCounts
int[] getUpdateCounts()
getLargeUpdateCounts
long[] getLargeUpdateCounts()
getRewriteUpdateCounts
int[] getRewriteUpdateCounts()
getRewriteLargeUpdateCounts
long[] getRewriteLargeUpdateCounts()
getUpdateCount
int getUpdateCount()
getLargeUpdateCount
long getLargeUpdateCount()
addSuccessStat
void addSuccessStat(long updateCount,
long insertId)
addErrorStat
void addErrorStat()
addResultSetStat
void addResultSetStat()
getGeneratedKeys
ResultSet getGeneratedKeys(Protocol protocol)
getBatchGeneratedKeys
ResultSet getBatchGeneratedKeys(Protocol protocol)
getCurrentStatNumber
int getCurrentStatNumber()
moreResults
boolean moreResults()
isCurrentUpdateCount
boolean isCurrentUpdateCount()
Copyright © 2017. All rights reserved.