Class KeySet
java.lang.Object
com.apple.foundationdb.relational.api.KeySet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
KeySet
public KeySet()
-
-
Method Details
-
toMap
-
setKeyColumn
Sets the map entry (columnName.UPPER, value).- Parameters:
columnName
- the name of the columnvalue
- the value object to insert in the KeySet- Returns:
- the constructed key set that was inserted in the map
- Throws:
SQLException
- Unsupported operation if the KeySet is immutable
-
setKeyColumns
-
toString
-