SPI Name | Description |
---|---|
DatabaseProtocolFrontendEngine | Regulate parse and adapter protocol of database access for ShardingSphere-Proxy |
Implementation Class | Description |
---|---|
MySQLFrontendEngine | Base on MySQL database protocol |
PostgreSQLFrontendEngine | Base on postgreSQL database protocol |
SPI Name | Description |
---|---|
JDBCDriverURLRecognizer | Use JDBC driver to execute SQL |
Implementation Class | Description |
---|---|
MySQLRecognizer | Use MySQL JDBC driver to execute SQL |
PostgreSQLRecognizer | Use PostgreSQL JDBC driver to execute SQL |
OracleRecognizer | Use Oracle JDBC driver to execute SQL |
SQLServerRecognizer | Use SQLServer JDBC driver to execute SQL |
H2Recognizer | Use H2 JDBC driver to execute SQL |