44 st->ColType = (
int *)realloc(
st->ColType, n *
sizeof(
int));
45 st->ColWidth = (
int *)realloc(
st->ColWidth, n *
sizeof(
int));
46 st->ColDecim = (
int *)realloc(
st->ColDecim, n *
sizeof(
int));
48 for (i =
st->nCol; i < n; i++) {
66 for (i =
st->nVal; i < n; i++) {
81 for (i = 0; i <
st->aCol; i++)
92 for (i = 0; i <
st->aVal; i++)
102 if (
st->upperNodeptr)
int sqpFreeStmt(SQLPSTMT *st)
int sqpAllocCol(SQLPSTMT *st, int n)
int sqpAllocVal(SQLPSTMT *st, int n)
SQLPSTMT * sqpInitStmt(void)
void sqpFreeNode(SQLPNODE *)