43 st->ColType = (
int *)realloc(
st->ColType, n *
sizeof(
int));
44 st->ColWidth = (
int *)realloc(
st->ColWidth, n *
sizeof(
int));
45 st->ColDecim = (
int *)realloc(
st->ColDecim, n *
sizeof(
int));
47 for (i =
st->nCol; i < n; i++) {
65 for (i =
st->nVal; i < n; i++) {
80 for (i = 0; i <
st->aCol; i++)
91 for (i = 0; i <
st->aVal; i++)
101 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 *)