attributeNameByNumber

fun attributeNameByNumber(attributeNumber: Int): String?

Returns the name of the attribute carrying attributeNumber, or null when this type has no attribute under that number - a dropped column's, a system column's, or any number at all for a type loaded without them.

Parameters

attributeNumber

the attribute number to look up, as PostgreSQL numbers it.