You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/27 07:54:51 UTC

[GitHub] KomachiSion opened a new issue #1934: Implement methods which return ResultSet for CachedDatabaseMetaData

KomachiSion opened a new issue #1934: Implement methods which return ResultSet for CachedDatabaseMetaData
URL: https://github.com/apache/incubator-shardingsphere/issues/1934
 
 
   In order to fix #1774 ,  `getTables` and `getColumns` methods have been implemented in CachedDatabaseMetaData.
   And there are some other method returned `ResultSet` need to implement.
   
   - [ ] getSuperTypes
   - [ ] getSuperTables
   - [ ] getAttributes
   - [ ] getProcedures
   - [ ] getProcedureColumns
   - [ ] getSchemas
   - [ ] getCatalogs
   - [ ] getTableTypes
   - [ ] getColumnPrivileges
   - [ ] getTablePrivileges
   - [ ] getBestRowIdentifier
   - [ ] getVersionColumns
   - [ ] getPrimaryKeys
   - [ ] getImportedKeys
   - [ ] getExportedKeys
   - [ ] getCrossReference
   - [ ] getTypeInfo
   - [ ] getIndexInfo
   - [ ] getUDTs
   - [ ] getClientInfoProperties
   - [ ] getFunctions
   - [ ] getFunctionColumns
   - [ ] getPseudoColumns

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services