throw new SQLException(datasourceWrapper.readFlowControl.reportExceed());
}
}
protected void recordWriteTimes() throws SQLException {
AtomDbStatusEnum status = datasourceWrapper.connectionProperties.dbStatus;
if (status != AtomDbStatusEnum.W_STATUS && status != AtomDbStatusEnum.RW_STATUS) {
throw new SQLException("db do not allow to execute write ! dbStatus is " + status);
}
/*
int writeRestrictionTimes = datasourceWrapper.connectionProperties.writeRestrictionTimes;