书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1391 个相关结果.
  • Introduction

    Introduction Parameterized Query Examples Prepared Statement Examples Using Java built-in feature Using Java with Hibernate Using .NET built-in feature Using ASP .NET built-in ...
  • 19.1.3. 单端关联代理(Single-ended association proxies)

    19.1.3. 单端关联代理(Single-ended association proxies) 19.1.3. 单端关联代理(Single-ended association proxies) 在Hinerbate中,对集合的延迟抓取的采用了自己的实现方法。但是,对于单端关联的延迟抓取,则需要采用 其他不同的机制。单端关联的目标实体必须使用代理,H...
  • Limitations

    Limitations Stable Support Normal Queries Sub-query Pagination Query Shard keys included in operation expressions LOAD DATA / LOAD XML Experimental Support Sub-query Cross-d...
  • Query Parameterization

    Introduction Parameterized Query Examples Prepared Statement Examples Using Java built-in feature Using Java with Hibernate Using .NET built-in feature Using ASP .NET built-in ...
  • 分页

    分页 分页性能 性能瓶颈 ShardingSphere 的优化 分页方案优化 分页子查询 分页 完全支持 MySQL、PostgreSQL 和 Oracle 的分页查询,SQLServer 由于分页查询较为复杂,仅部分支持。 分页性能 性能瓶颈 查询偏移量过大的分页会导致数据库获取数据性能低下,以 MySQL 为例: SELECT ...
  • 4.0.5

    TiDB 4.0.5 Release Notes Compatibility Changes New Features Improvements Bug Fixes TiDB 4.0.5 Release Notes Release date: August 31, 2020 TiDB version: 4.0.5 Compatibilit...
  • 2.1.0-beta.1 版本

    2.1.0-beta.1 版本 GC优化 API改进 问题修复 2.1.0-beta.1 版本 发布日期: 2017-02-24 EMQ 2.1.0-beta.1版本发布。 Warning 2.1.x版本源码编译需要Erlang/OTP R19+ EMQ正式采用 Semantic Versioning 2.0.0 (opens new ...
  • 外部的依赖

    外部的依赖 外部的依赖 你可以声明许多种依赖. 其中一种是external dependency(外部依赖). 这是一种在当前构建之外的一种依赖, 它被存放在远程或本地的仓库里, 比如 Maven 的库, 或者 Ivy 库, 甚至是一个本地的目录. 下面的例子讲展示如何加入外部依赖 例子 8.2. 定义一个外部依赖 build.gradle ...
  • Java API

    Overview Usage Import Maven Dependency Create Data Source Use Data Source Overview Java API is the basic configuration methods in ShardingSphere-JDBC, and other configuratio...
  • 4.1. ShardingSphere-JDBC

    简介 对比 简介 ShardingSphere-JDBC 是 Apache ShardingSphere 的第一个产品,也是 Apache ShardingSphere 的前身。 定位为轻量级 Java 框架,在 Java 的 JDBC 层提供的额外服务。 它使用客户端直连数据库,以 jar 包形式提供服务,无需额外部署和依赖,可理解为增强版的 J...