Package com.ongres.scram.common
Interface CharSupplier
- All Known Implementing Classes:
Gs2Attributes
,Gs2CbindFlag
,ScramAttributes
interface CharSupplier
Represents an attribute (a key name) that is represented by a single char.
-
Method Summary
Modifier and TypeMethodDescriptionchar
getChar()
Return the char used to represent this attribute.
-
Method Details
-
getChar
char getChar()Return the char used to represent this attribute.- Returns:
- The character of the attribute
-