Unsupported Items
- DataSource Interface
- Connection Interface
- Statement and PreparedStatement Interface
- ResultSet Interface
- JDBC 4.1
DataSource Interface
- Do not support timeout related operations
Connection Interface
- Do not support operations of stored procedure, function and cursor
- Do not support native SQL
- Do not support savepoint related operations
- Do not support Schema/Catalog operation
- Do not support self-defined type mapping
Statement and PreparedStatement Interface
- Do not support statements that return multiple result sets (stored procedures, multiple pieces of non-SELECT data)
- Do not support the operation of international characters
ResultSet Interface
- Do not support getting result set pointer position
- Do not support changing result pointer position through none-next method
- Do not support revising the content of result set
- Do not support acquiring international characters
- Do not support getting Array
JDBC 4.1
- Do not support new functions of JDBC 4.1 interface
For all the unsupported methods, please read org.apache.shardingsphere.driver.jdbc.unsupported
package.
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .