Uses of Interface
com.oracle.database.selectai.VectorIndex
Packages that use VectorIndex
Package
Description
Public API for using Oracle Select AI from Java applications.
-
Uses of VectorIndex in com.oracle.database.selectai
Methods in com.oracle.database.selectai that return VectorIndexModifier and TypeMethodDescriptionSelectAI.vectorIndex(VectorIndexConfig vectorIndexConfig) Creates aVectorIndexobject initialized from configuration.SelectAI.vectorIndex(String indexName) Opens aVectorIndexobject for an existing vector index in the current schema.Methods in com.oracle.database.selectai that return types with arguments of type VectorIndexModifier and TypeMethodDescriptionSelectAI.listVectorIndexes()Lists vector indexes visible in the current schema.SelectAI.listVectorIndexes(String indexNamePattern) Lists vector indexes visible in the current schema whose names match the supplied database regular-expression pattern.