Updated comment.

This commit is contained in:
stronk7 2007-01-27 17:41:31 +00:00
parent a1b2780c8e
commit d65980452a

View File

@ -1075,7 +1075,7 @@ class XMLDBgenerator {
}
/**
* Given one object name and it's type (pk, uk, fk, ix, uix, seq, trg)
* Given one object name and it's type (pk, uk, fk, ck, ix, uix, seq, trg)
* return if such name is currently in use (true) or no (false)
* (invoked from getNameForObject()
* Only some DB have this implemented