net.anwiba.database.oracle.utilities.IndexNameStatement.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anwiba-database-oracle Show documentation
Show all versions of anwiba-database-oracle Show documentation
anwiba oracle database project
select index_owner,
index_name
from all_ind_columns
where table_owner = ?
and table_name = ?
and column_name = ?