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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user