Modifications to add support for more SQL statements.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@634 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-07-05 15:25:36 +00:00
parent d60f9efd0c
commit 30bd367a3d
24 changed files with 4222 additions and 878 deletions

View File

@@ -1864,7 +1864,7 @@ private:
RCODE _makeWriteCopy(
F_Db * pDb,
F_Row ** ppRow);
F_Row ** ppRow);
// Private Data
@@ -2463,6 +2463,12 @@ public:
return( setNumber64( pDb, uiColumnNum, ui64Value, bNeg));
}
RCODE setValue(
F_Db * pDb,
FLMUINT uiColumnNum,
const FLMBYTE * pucValue,
FLMUINT uiValueLen);
RCODE setUTF8(
F_Db * pDb,
FLMUINT uiColumnNum,