40 st->ColType = (
int *)
realloc(
st->ColType, n *
sizeof(
int));
41 st->ColWidth = (
int *)
realloc(
st->ColWidth, n *
sizeof(
int));
42 st->ColDecim = (
int *)
realloc(
st->ColDecim, n *
sizeof(
int));
44 for (i =
st->nCol; i < n; i++) {
62 for (i =
st->nVal; i < n; i++) {
77 for (i = 0; i <
st->aCol; i++)
88 for (i = 0; i <
st->aVal; i++)
int sqpFreeStmt(SQLPSTMT *st)
int sqpAllocCol(SQLPSTMT *st, int n)
SQLPSTMT * sqpInitStmt(void)
int sqpAllocVal(SQLPSTMT *st, int n)
void sqpFreeNode(SQLPNODE *)