Apache ShardingSphere 5.1.1 Document. . . . . . . . . . . . . . . . 151 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 152 ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Why does my custom distributed primary key do not work after im‐ plementing KeyGenerateAlgorithm interface and configuring type property?349 7.8.16 [Sharding] In addition to internal distributed primary0 码力 | 458 页 | 3.43 MB | 1 年前3
Apache ShardingSphere 5.1.2 Document. . . . . . . . . . . . . . . . 155 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 156 ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 Why does my custom distributed primary key do not work after im‐ plementing KeyGenerateAlgorithm interface and configuring type property?361 7.8.16 [Sharding] In addition to internal distributed primary0 码力 | 503 页 | 3.66 MB | 1 年前3
Apache ShardingSphere 5.2.0 Documentcomputing enhancement engine . . . . . . . . . . . . . . . 5 1.2.3 Pluggable: Building database function ecology . . . . . . . . . . . . . . . . . . 6 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 178 ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1780 码力 | 483 页 | 4.27 MB | 1 年前3
Apache ShardingSphere 5.4.1 Documentcomputing enhancement engine . . . . . . . . . . . . . . . . . . . 5 2.3 Pluggable: Building database function ecology . . . . . . . . . . . . . . . . . . . . . . . 5 2.3.1 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . 132 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 132 ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1320 码力 | 572 页 | 3.73 MB | 1 年前3
Apache ShardingSphere 5.2.1 Documentcomputing enhancement engine . . . . . . . . . . . . . . . 4 1.2.3 Pluggable: Building database function ecology . . . . . . . . . . . . . . . . . . 4 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 180 ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1800 码力 | 523 页 | 4.51 MB | 1 年前3
Apache ShardingSphere v5.5.0 documentcomputing enhancement engine . . . . . . . . . . . . . . . . . . . 5 2.3 Pluggable: Building database function ecology . . . . . . . . . . . . . . . . . . . . . . . 5 2.3.1 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . 148 DataSource Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Connection Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Statement and PreparedStatement Interface . . . . . . . . . . . . . . . . . . . . 148 v ResultSet Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1490 码力 | 602 页 | 3.85 MB | 1 年前3
尚硅谷 “玩转”Java 系列 - MyBatissession.selectOne(URI+".selectUser", id); return user; } 3.2. 注解的实现 1). 定义 sql 映射的接口 public interface UserMapper { @Insert("insert into users(name, age) values(#{name}, #{age})") public int insertUser(User AUTO_INCREMENT, c_name VARCHAR(20), teacher_id INT ); ALTER TABLE class ADD CONSTRAINT fk_teacher_id FOREIGN KEY (teacher_id) REFERENCES teacher(t_id); INSERT INTO teacher(t_name) VALUES('LS1'); INSERT INTO private double salary; //set,get 方法 } 10.4. DAO 接口: UserMapper (XXXMapper) public interface UserMapper { void save(User user); void update(User user); void delete(int id); User findById(int0 码力 | 27 页 | 322.51 KB | 1 年前3
Apache ShardingSphere 中文文档 5.1.1DBC 暂不提供。 3.4 可插拔架构 3.4.1 背景 在 Apache ShardingSphere 中,很多功能实现类的加载方式是通过 SPI(Service Provider Interface)注 入的方式完成的。SPI 是一种为了被第三方实现或扩展的 API,它可以用于实现框架扩展或组件替换。 3.4.2 挑战 可插拔架构对程序架构设计的要求非常高,需要将各个模块相互独立,互不感知,并且通过一个可插拔 CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler0 码力 | 409 页 | 4.47 MB | 1 年前3
Apache ShardingSphere 中文文档 5.1.0DBC 暂不提供。 3.4 可插拔架构 3.4.1 背景 在 Apache ShardingSphere 中,很多功能实现类的加载方式是通过 SPI(Service Provider Interface)注 入的方式完成的。SPI 是一种为了被第三方实现或扩展的 API,它可以用于实现框架扩展或组件替换。 3.4.2 挑战 可插拔架构对程序架构设计的要求非常高,需要将各个模块相互独立,互不感知,并且通过一个可插拔 CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler0 码力 | 406 页 | 4.40 MB | 1 年前3
Apache ShardingSphere 中文文档 5.1.2e‐distsql 3.4 可插拔架构 3.4.1 背景 在 Apache ShardingSphere 中,很多功能实现类的加载方式是通过 SPI(Service Provider Interface)注 入的方式完成的。SPI 是一种为了被第三方实现或扩展的 API,它可以用于实现框架扩展或组件替换。 3.4.2 挑战 可插拔架构对程序架构设计的要求非常高,需要将各个模块相互独立,互不感知,并且通过一个可插拔 CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler CONVERSION alt_conv1 FOR ‘LATIN1’TO ‘UTF8’FROM iso8859_1_to_utf8; CREATE FOREIGN DATA WRAPPER alt_fdw1 CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1 CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler0 码力 | 446 页 | 4.67 MB | 1 年前3
共 25 条
- 1
- 2
- 3













