书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 49633 个相关结果.
  • DROP DATABASE

    DROP DATABASE 语法图 示例 MySQL 兼容性 另请参阅 DROP DATABASE DROP DATABASE 语句用于永久删除指定的数据库,以及删除所有在 schema 中创建的表和视图。与被删数据库相关联的用户权限不受影响。 语法图 DropDatabaseStmt ::= 'DROP' 'DAT...
  • CREATE DATABASE

    CREATE DATABASE 语法图 语法说明 示例 MySQL 兼容性 另请参阅 CREATE DATABASE CREATE DATABASE 语句用于在 TiDB 上创建新数据库。按照 SQL 标准,“数据库”一词在 MySQL 术语中最接近 “schema”。 语法图 CreateDatabaseStmt ::= ...
  • ALTER DATABASE

    ALTER DATABASE 语法图 示例 MySQL 兼容性 另请参阅 ALTER DATABASE ALTER DATABASE 用于修改指定或当前数据库的默认字符集和排序规则。ALTER SCHEMA 跟 ALTER DATABASE 操作效果一样。 语法图 AlterDatabaseStmt ::= 'ALT...
  • Connecting to Database

    MySQL Customize Driver Existing database connection PostgreSQL Customize Driver Existing database connection SQLite SQL Server Clickhouse Connection Pool Unsupported Data...
  • Database Resolver

    用法 Automatic connection switching Read/Write Splitting Manual connection switching Transaction 负载均衡 连接池 DBResolver 为 GORM 提供了多个数据库支持,支持以下功能: 支持多个 sources、replicas 读写分离 根据...
  • Changing database

    Changing database Adding a database dependency into pom.xml Configuring the application to use the database Security Changing database Bakery is built on top of Spring Boot,...
  • Accessing The Database

    Connecting the View to the Backend An Introduction to Spring Boot Backend Overview Domain Model: Entities Database Access: Repositories Sample Data Generator Creating a Servic...
  • ALTER DATABASE

    ALTER DATABASE description example keyword ALTER DATABASE description 该语句用于设置指定数据库的属性。(仅管理员使用) 语法: 1 ) 设置数据库数据量配额,单位为 B / K / KB / M / MB / G / GB / T / TB / P / ...
  • Alter Database

    SQL - ALTER DATABASE Supported Attributes History 1.7 SQL - ALTER DATABASE Updates attributes on the current database. Syntax ALTER DATABASE < attribute - name > < at...
  • Export Database

    Console - EXPORT Export API Console - EXPORT Exports the current database to a file. OrientDB uses a JSON-based Export Format . By default, it compresses the file using the...