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

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

The newest version!
CREATE UNIQUE INDEX `pk_@{lexes.table}` ON ${lexes.table} (${lexes.luid});
CREATE INDEX `k_@{lexes.table}_@{lexes.wordid}` ON ${lexes.table} (${lexes.wordid});
CREATE INDEX `k_@{lexes.table}_@{lexes.casedwordid}` ON ${lexes.table} (${lexes.casedwordid});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy