fix index function output
修复mysql索引导出函数不准确问题。
This commit is contained in:
@@ -58,5 +58,5 @@
|
||||
|
||||
`FetchByPrimaryKey` : Primary key acquisition
|
||||
`FetchByUnique` : Get by unique index
|
||||
`FetchBy[xxx]Index` : Composite index fetch (multiple returned)
|
||||
`FetchBy[xxx]UniqueIndex` : Unique composite index fetch (return one)
|
||||
`FetchIndexBy[xxx]` : Composite index fetch (multiple returned)
|
||||
`FetchUniqueIndexBy[xxx]` : Unique composite index fetch (return one)
|
||||
Reference in New Issue
Block a user