Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcIndexMeta
-
Packages that use JdbcIndexMeta Package Description org.apache.ignite.internal.jdbc2 org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcIndexMeta in org.apache.ignite.internal.jdbc2
Methods in org.apache.ignite.internal.jdbc2 with parameters of type JdbcIndexMeta Modifier and Type Method Description static List<List<Object>>JdbcUtils. indexRows(JdbcIndexMeta idxMeta) -
Uses of JdbcIndexMeta in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return types with arguments of type JdbcIndexMeta Modifier and Type Method Description SortedSet<JdbcIndexMeta>JdbcMetadataInfo. getIndexesMeta(String schemaNamePtrn, String tblNamePtrn)List<JdbcIndexMeta>JdbcMetaIndexesResult. meta()
-