ifaceExamples.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * PROGRAM: Object oriented API samples.
  3. * MODULE: ifaceExamples.h
  4. * DESCRIPTION: A number of common defines for all samples.
  5. *
  6. * The contents of this file are subject to the Initial
  7. * Developer's Public License Version 1.0 (the "License");
  8. * you may not use this file except in compliance with the
  9. * License. You may obtain a copy of the License at
  10. * http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
  11. *
  12. * Software distributed under the License is distributed AS IS,
  13. * WITHOUT WARRANTY OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing rights
  15. * and limitations under the License.
  16. *
  17. * The Original Code was created by Alexander Peshkoff
  18. * for the Firebird Open Source RDBMS project.
  19. *
  20. * Copyright (c) 2014 Alexander Peshkoff <[email protected]>
  21. * and all contributors signed below.
  22. *
  23. * All Rights Reserved.
  24. * Contributor(s): ______________________________________.
  25. */
  26. #include <stdlib.h>
  27. #include <stdio.h>
  28. #include <string.h>
  29. #include <firebird/Interface.h>
  30. using namespace Firebird;
  31. #define SAMPLES_DIALECT SQL_DIALECT_V6