积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(13)俄语(2)德语(1)

格式

全部PDF文档 PDF(16)
 
本次搜索耗时 0.127 秒,为您找到相关结果约 16 个.
  • 全部
  • 数据库
  • Firebird
  • 全部
  • 英语
  • 俄语
  • 德语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Firebird 2.5 Language Reference

    on-line as PDF books. 1.2.1. Language Reference Updates The Data Definition Guide, covering the creation and maintenance of metadata for databases, was “good enough” for several years: the data definition subsets in Firebird’s language implementation are: • Dynamic SQL (DSQL) • Procedural SQL (PSQL) • Embedded SQL (ESQL) • Interactive SQL (ISQL) Dynamic SQL is the major part of the language which corresponds through the public Firebird API and processed by the database engine. Procedural SQL augments Dynamic SQL to allow compound statements containing local variables, assignments, conditions, loops and
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    subsets in Firebird’s language implementation are: • Dynamic SQL (DSQL) • Procedural SQL (PSQL) • Embedded SQL (ESQL) • Interactive SQL (ISQL) Dynamic SQL is the major part of the language which corresponds through the public Firebird API and processed by the database engine. Procedural SQL augments Dynamic SQL to allow compound statements containing local variables, assignments, conditions, loops and stored modules (procedures and triggers) only, but in more recent releases they were surfaced in Dynamic SQL as well (see EXECUTE BLOCK). Embedded SQL defines the DSQL subset supported by Firebird gpre
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 firebird isql

    connection charset (set names) -d(atabase) database name to put in script creation -e(cho) echo commands (set echo on) -ex(tract) extract 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 new term + ; SQL> select 600+60+6 as The_Beast from rdb$database+ Statement failed, SQLSTATE = 42000 Dynamic SQL Error -SQL error code = -104 Chapter 12. Terminator Character 23 -Unexpected end of command
    0 码力 | 76 页 | 369.92 KB | 1 年前
    3
  • pdf文档 firebird language reference 30 rus

    четыре подмножества SQL, используемых в различных областях применения: • Динамический SQL (DSQL, Dynamic SQL) • Процедурный SQL (PSQL, Procedural SQL) • Встроенный SQL (ESQL, Embedded SQL) • Интерактивный rows affected Данные не обнаружены или не затронуты строки SQLCLASS 07 (Dynamic SQL error) Класс ошибок 07 (Ошибки DSQL) 7000 Dynamic SQL error Ошибка DSQL 7001 Wrong number of input parameters Неверное cannot be executed Определение курсора не может быть выполнено 7004 USING clause required for dynamic parameters Для динамического параметра требуется предложение USING 7005 Prepared statement not
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • pdf文档 firebird 30 sprachreferenz

    Teilmengen in Firebirds Sprachimplementation sind: • Dynamic SQL (DSQL) • Procedural SQL (PSQL) • Embedded SQL (ESQL) • Interactive SQL (ISQL) Dynamic SQL macht den Hauptteil der Sprache aus, der in Abschnitt Anwendungen über die Firebird API durch die Datenbank verarbeitet werden. Procedural SQL erweitert Dynamic SQL, um zusammengesetzte Anweisungen zu ermöglichen, die lokale Variablen, Zuweisungen, Bedingungen gespeicherten Modulen (Prozeduren und Trigger) verfügbar, aber in neueren Versionen wurden sie auch in Dynamic SQL aufgetaucht (siehe EXECUTE BLOCK). Embedded SQL definiert die DSQL-Untermenge, die von Firebird
    0 码力 | 701 页 | 3.12 MB | 1 年前
    3
  • pdf文档 Firebird Internals: Inside a Firebird Database

    forums where the developers hang out. Much hex dumping of database files was undertaken in the creation of this document, but no Firebird databases were harmed during this process. All databases mentioned hdr_oldest_active; SLONG hdr_next_transaction; USHORT hdr_sequence; USHORT hdr_flags; SLONG hdr_creation_date[2]; SLONG hdr_attachment_id; SLONG hdr_shadow_count; SSHORT hdr_implementation; single-user maintenance mode. Only one SYSDBA or database owner connection is permitted. hdr_creation_date Eight bytes, signed. Bytes 0x2c - 0x33 on the page. The date and time (in Firebird’s own internal
    0 码力 | 63 页 | 261.00 KB | 1 年前
    3
  • pdf文档 Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQL

    a stored procedure or trigger, its value is undefined and its state is NULL from the moment of creation until some value is assigned to it. The same is true for output parameters in stored procedures when a unique index is created the table may not contain any NULLs or duplicate values, or the creation will fail. Once the index is in place, insertion of NULLs or duplicate values is no longer possible 'Amst%' ) ...will reject NULL input in Firebird 1.5, but let it pass in Firebird 2. Existing database creation scripts will have to be carefully examined before being used under Firebird 2. If a domain or column
    0 码力 | 69 页 | 479.63 KB | 1 年前
    3
  • pdf文档 Firebird 2 QuickStart

    Firebird user names, passwords are case-sensitive. Adding Firebird user accounts Firebird allows the creation of many different user accounts. Each of them can own databases and also have various types of access statement. • If you run Classic Server on Linux and you don't start the database path with a hostname, creation of the database file is attempted with your Linux login as the owner. This may or may not be what statement on SS thread usage in Classic-vs-Superserver ta- ble. Fixed broken link. 3.0 21 May 2006 PV Creation of 2.0 Quick Start Guide, still equal to previous revision ex- cept for some version numbers, XML
    0 码力 | 40 页 | 218.42 KB | 1 年前
    3
  • pdf文档 firebird 5 quickstartguide

    maximum password length to 8 characters. 5.1.2. Adding Firebird user accounts Firebird allows the creation of many different user accounts. Each of them can own databases and also have various types of regular (unquoted) identifier. • If the connection string doesn’t start with a host or protocol name, creation of the database file is attempted with your OS login as the owner. This may or may not be what
    0 码力 | 49 页 | 396.21 KB | 1 年前
    3
  • pdf文档 Firebird 1.5 ErrorCodes

    hosts file or Domain Name Services. -901 335544711 unprepared_stmt Attempt to execute an unprepared dynamic SQL statement. -901 335544716 svc_in_use Service is currently busy: -901 335544731 tra_must_sweep shutdown -902 335544557 shutfail Database shutdown unsuccessful -902 335544569 dsql_error Dynamic SQL Error -902 335544653 psw_attach Cannot attach to password database -902 335544654 psw_start_trans
    0 码力 | 26 页 | 85.09 KB | 1 年前
    3
共 16 条
  • 1
  • 2
前往
页
相关搜索词
Firebird2.5LanguageReferencefirebird40languagereferenceisql30russprachreferenzInternalsInsideDatabaseNullGuideNULLbehaviourandpitfallsinSQLQuickStartquickstartguide1.5ErrorCodes
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩