Added remaining Win32 Visual C++ projects. Moved flmUTF8ToColText from xflaim to ftk. Modified a few sql source files - still a lot to do there.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1069 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2008-06-30 23:50:42 +00:00
parent ccf395ce98
commit 036078ed07
40 changed files with 6517 additions and 53 deletions

View File

@@ -1023,6 +1023,50 @@ FSTATIC SQL_NODE * sqlClipNotNode(
return( pKeepNode);
}
//-------------------------------------------------------------------------
// Desc:
//-------------------------------------------------------------------------
RCODE SQLQuery::getNext(
F_Row ** ppRow)
{
RCODE rc = NE_SFLM_OK;
// JMC - FIXME: Implement this!
return ( rc);
}
//-------------------------------------------------------------------------
// Desc:
//-------------------------------------------------------------------------
RCODE SQLQuery::getPrev(
F_Row ** ppRow)
{
RCODE rc = NE_SFLM_OK;
// JMC - FIXME: Implement this!
return ( rc);
}
//-------------------------------------------------------------------------
// Desc:
//-------------------------------------------------------------------------
RCODE SQLQuery::getFirst(
F_Row ** ppRow)
{
RCODE rc = NE_SFLM_OK;
// JMC - FIXME: Implement this!
return ( rc);
}
//-------------------------------------------------------------------------
// Desc:
//-------------------------------------------------------------------------
RCODE SQLQuery::getLast(
F_Row ** ppRow)
{
RCODE rc = NE_SFLM_OK;
// JMC - FIXME: Implement this!
return ( rc);
}
//-------------------------------------------------------------------------
// Desc: Reduce the query tree. This will strip out NOT nodes and
// resolve constant expressions to a single node. It also weeds