public final class EmptyTupleSnapshot extends Object implements TupleSnapshot
Modifier and Type | Field and Description |
---|---|
static TupleSnapshot |
INSTANCE |
public static final TupleSnapshot INSTANCE
public Object get(String column)
TupleSnapshot
get
in interface TupleSnapshot
column
- the name of the columnnull
if the value is not setpublic boolean isEmpty()
TupleSnapshot
isEmpty
in interface TupleSnapshot
true
is there is at lease one value in the tuple, false
otherwise.public Set<String> getColumnNames()
TupleSnapshot
getColumnNames
in interface TupleSnapshot
Copyright © 2010-2015 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.