All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wn.sqltemplates.sqlite.index.lexes_pronunciations-index.sql Maven / Gradle / Ivy

The newest version!
CREATE INDEX `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.pronunciationid}` ON ${lexes_pronunciations.table} (${lexes_pronunciations.pronunciationid});
CREATE INDEX `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.luid}` ON ${lexes_pronunciations.table} (${lexes_pronunciations.luid});
CREATE INDEX `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.wordid}` ON ${lexes_pronunciations.table} (${lexes_pronunciations.wordid});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy