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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getChar()
Return the char used to represent this attribute.
-