Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ isShowIndexesQuery
Method
isShowIndexesQuery
src/dialects/oracle/query.js:600–602 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
598
}
599
600
isShowIndexesQuery() {
601
return
this.sql.indexOf(
'SELECT i.index_name,i.table_name, i.column_name, u.uniqueness'
) > -1;
602
}
603
604
isSelectCountQuery() {
605
return
this.sql.toUpperCase().indexOf(
'SELECT COUNT('
) > -1;
Callers
1
formatResults
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected