/* * $Id: unsix.ch 9576 2012-07-17 16:41:57Z andijahja $ */ /* * SixAPI Project source code: * * Copyright 2010 Andi Jahja * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). */ #ifndef __UNSIX__ #define __UNSIX__ #xuntranslate USE [ALIAS <(cAlias)>] [ <(cRDD)>] [VAR ] [<(cOpenMode)>] #xuntranslate CREATE [VAR ] [ ] [ALIAS ] #xuntranslate SET DATE #xuntranslate REPLACE WITH #xuntranslate INDEX ON TO [ FOR ] [] [] #xuntranslate Seek() #xuntranslate Found() #xuntranslate SET TRIM #xuntranslate SET SOFTSEEK #xuntranslate SET CENTURY #xuntranslate SET EXACT #xuntranslate SET DELETED #xuntranslate SET EPOCH [TO] #xuntranslate SET LOCK TIMEOUT #xuntranslate SET [FILE] HANDLE [TO] #xuntranslate SKIP [] #xuntranslate Bof() #xuntranslate Eof() #xuntranslate RecCount() #xuntranslate SetSoftSeek([]) #xuntranslate RecNo() #xuntranslate SetDateFormat( ) #xuntranslate Alias() #xuntranslate FCount() #xuntranslate FieldPut(,) #xuntranslate FieldGet() #xuntranslate FieldGetStr() #xuntranslate FieldGetDtos() #xuntranslate FieldGetJulian() #xuntranslate FieldPos() #xuntranslate FieldName() #xuntranslate FieldType() #xuntranslate FieldWidth() #xuntranslate FieldOffset() #xuntranslate FieldDecimals() #xuncommand APPEND BLANK #xuncommand GO [TO] #xuncommand GO TOP #xuncommand GO TO TOP #xuncommand GOTOP #xuncommand GO BOTTOM #xuncommand GO TO BOTTOM #xuncommand GOBOTTOM #xuncommand ZAP #xuncommand COMMIT #xuncommand CLOSE ALL #xuncommand CLOSE DATABASE #xuncommand CLOSE DATA #xuncommand PACK #endif // end __UNSIX__