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

无数据

分类

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

语言

全部英语(8)德语(1)俄语(1)

格式

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

    ошибок, коды и сообщения 556 Код SQLSTATE Связанное сообщение Примечание SQLCLASS 3D (Invalid Catalog Name) Класс ошибок 3D (неверное имя каталога) 3D000 Invalid catalog name Неверное имя каталога 3D001 (значение 0). MON$RESERVE_SPACE SMALLINT Флаг, указывающий на резервирование пространства. MON$CREATION_DATE TIMESTAMP Дата и время создания базы данных. MON$PAGES BIGINT Количество страниц, выделенных
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • 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 domain that can take the values 'Yes' and 'No' in the default character set specified during the creation of the database. CREATE DOMAIN D_BOOLEAN AS CHAR(3) CHECK (VALUE IN ('Yes', 'No')); 3. Creating specified, the character set specified during the creation of the database will be used by default. If no character set was specified during the creation of the database, the NONE character set is applied
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    domain that can take the values 'Yes' and 'No' in the default character set specified during the creation of the database. CREATE DOMAIN D_BOOLEAN AS CHAR(3) CHECK (VALUE IN ('Yes', 'No')); 3. Creating the character set is not specified, the default character set of the database - at time of the creation of the column - will be used. If the database has no default character set, the NONE character sequence is specified, the default collation sequence for the specified character set - at time of the creation of the column - is applied. Setting a DEFAULT Value The optional DEFAULT clause allows you to
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 firebird 30 sprachreferenz

    3B000 Invalid save point SQLCLASS 3C (Ambiguous Cursor Name) 3C000 Ambiguous cursor name SQLCLASS 3D (Invalid Catalog Name) 3D000 Invalid catalog name 3D001 Catalog name not found Anhang B: Fehlercodes reserve_space (Wert 1) oder use_all_space (Wert 0) zum Füllen der Datenbankseiten verwendet wird. MON$CREATION_DATE TIMESTAMP Datum und Zeit zu der die Datenbank erstellt oder wiederhergestellt wurde. MON$PAGES
    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 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
    0 码力 | 76 页 | 369.92 KB | 1 年前
    3
  • pdf文档 firebird gbak

    -meta_data The -m[eta_data] switch can be used on either a backup or a restore to facilitate the creation of a clone database (or overwrite an existing one) with no actual data. 6.4. Splitting The Backup
    0 码力 | 34 页 | 191.73 KB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
firebirdlanguagereference30rusFirebird2.5LanguageReference40sprachreferenzInternalsInsideDatabaseNullGuideNULLbehaviourandpitfallsinSQLQuickStartquickstartguideisqlgbak
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩