积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(24)Firebird(24)

语言

全部英语(15)俄语(4)德语(3)西班牙语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(24)
 
本次搜索耗时 0.052 秒,为您找到相关结果约 24 个.
  • 全部
  • 数据库
  • Firebird
  • 全部
  • 英语
  • 俄语
  • 德语
  • 西班牙语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 firebird 40 language reference

    https://github.com/FirebirdSQL/firebird-documentation/issues or submit a pull request with the necessary changes. Preface 1 Table of Contents 1. About the Firebird 4.0 Language Reference . . . . . . . . . this in our issue tracker of the firebird-documentation GitHub repository. Pull requests with changes and fixes are also much appreciated. 1.4. Acknowledgments Sponsors and Other Donors See also the specification. DSQL represents statements passed by client applications through the public Firebird API and processed by the database engine. Procedural SQL augments Dynamic SQL to allow compound statements
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Firebird 2.1.5 Installation

    ............................................................................................ 1 Changes to Note in V.2.1 ............................................................................... ...................................................................................... 8 Firebird API .................................................................................................. in migrating to v.2.1, in addition to the v.2.0 issues that you have previously taken care of. Changes to Note in V.2.1 Metadata Need to be Upgraded If your databases contain text BLOBs storing non-ASCII
    0 码力 | 46 页 | 217.89 KB | 1 年前
    3
  • pdf文档 Firebird 2.5 Language Reference

    specification. DSQL represents statements passed by client applications through the public Firebird API and processed by the database engine. Procedural SQL augments Dynamic SQL to allow compound statements language (C, C++, Pascal, Cobol, etc.) and preprocess those embedded constructs into the proper Firebird API calls.  Only a portion of the statements and expressions implemented in DSQL are supported in ESQL queries of the following type: WHERE col1 = :param1 OR :param1 IS NULL After processing, at the API level, the query will look like this: WHERE col1 = ? OR ? IS NULL This is a case where the developer
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird isql

    Mint Linux — based on Ubuntu — have renamed Firebird’s isql to be isql-fb. There may be similar changes in other distributions. In addition, not all distributions install Firebird to the same location file. The resultant information can be used to view all the changes made to the database since its creation. Before making any more changes, create a new database with identical schema definitions or VERSION, USERS, VIEW EXIT -- exit and commit changes QUIT -- exit and roll back changes All commands may be abbreviated to letters in CAPitals Most of these
    0 码力 | 76 页 | 369.92 KB | 1 年前
    3
  • pdf文档 firebird 5 quickstartguide

    system-wide permanent FIREBIRD environment variable pointing to the right directory, so that the API routines can locate the messages. 4. Optionally copy the Firebird command-line tools — e.g. isql — same directory as firebird.conf. Refer to the Release Notes, chapter Configuration Additions and Changes, section Per-database Configuration, for more information about the various parameters. Use database always obvious how they will be expanded. Getting an error message is annoying enough, but applying changes to another database than you thought you were connected to may be disastrous. Instead of a file
    0 码力 | 49 页 | 396.21 KB | 1 年前
    3
  • pdf文档 firebird wire protocol

    protocol version 10. Earlier (Interbase) versions of the protocol are not in scope for this document. Changes in later protocol versions are described in notes below the description of the relevant version partially described). This document is not complete. It is advisable to consult the Interbase 6.0 API Guide for additional information on subjects like parsing the status vector, information request items Status vector  Information about parsing the status vector can be found in the Interbase 6.0 API Guide in the documentation set. It might also be advantageous to look at the sources of the Firebird
    0 码力 | 40 页 | 213.15 KB | 1 年前
    3
  • pdf文档 Firebird 2 QuickStart

    a system-wide permanent FIREBIRD environment variable pointing to the right directory, so that the API routines can locate the messages. 4. Optionally copy some of the Firebird command-line tools – e.g always obvious how they will be expanded. Getting an error message is annoying enough, but applying changes to another database than you thought you were connected to may be disastrous. Instead of a file the o[verwrite] flag though. This flag is only supported with gbak -r, not with gbak -c. These changes have been made because many users thought that the -r switch meant restore instead of replace – and
    0 码力 | 40 页 | 218.42 KB | 1 年前
    3
  • pdf文档 Firebird 1.0 QuickStart

    running (as shown in the screenshot, over) it may have a different service name be- cause of version changes. Note On Windows 2000 and XP, the Guardian is a convenience rather than a necessity, since these from a shell, create the INTERBASE environment variable and point it to /opt/interbase, to enable the API routines to locate the messages. Firebird SQL Every database management system has its own idiosyncrasies
    0 码力 | 26 页 | 179.05 KB | 1 年前
    3
  • pdf文档 Firebird Internals: Inside a Firebird Database

    as follows: Flag Value Description 0x00 (Both bits zero) Database is not in backup mode. User changes are written directly to the database files. 0x400 The database is running in backup mode so all The database is still in backup mode, but changes are being merged from the diff file into the main pages. 0xC00 The current database state is unknown and changes need to be read from disk. hdr_shutdown_mask ff ff ff ff ff ff ff ff ff ff ff ff 00 00 00 Now, if a new transaction starts we won’t see any changes because a live transaction and one that has not started yet, shows up as two zero bits in the tip_transactions
    0 码力 | 63 页 | 261.00 KB | 1 年前
    3
  • pdf文档 firebird gfix

    purpose tool for system administrators (and database owners) to use to make various 'system level' changes to their databases. Almost all the gfix commands have the same format when typed on the command -s[ql_dialect] DIALECT database_name The DIALECT parameter is simply 1 or 3. The following example changes a database to use dialect 3 which will allow many newer features of SQL 92 to be used. linux> gfix facilitate save points. This housekeeping allows Firebird to identify and, if necessary, undo all changes made by a transaction in the event that it is rolled back, or which failed due to a lost connection
    0 码力 | 44 页 | 247.13 KB | 1 年前
    3
共 24 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
firebird40languagereferenceFirebird2.1Installation2.5LanguageReferenceisqlquickstartguidewireprotocolQuickStart1.0InternalsInsideDatabasegfix
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩