// -- this helps to catch type errors earlier in the invocation process
// and prevents a more serious error in HSQLBackend statement reconstruction.
// The HSQL parser originally had these correctly pegged as BIGINTs,
// but the VoltDB code ( @see AbstractParsedStmt#parseParameters )
// skeptically second-guesses that pending its own verification. This case is now verified.
pve.refineValueType(VoltType.BIGINT, VoltType.BIGINT.getLengthInBytesForFixedTypes());
return pve.getParameterIndex();
}
public int getLimitParameterIndex() {
return parameterCountIndexById(m_limitParameterId);