@Immutable public interface MkData
Modifier and Type | Method and Description |
---|---|
Iterable<Attributes> |
iterate(String table,
Conditions conds)
Iterate everything for the given table.
|
void |
put(String table,
Attributes attrs)
Add new attribute into the given table.
|
Iterable<Attributes> iterate(String table, Conditions conds) throws IOException
table
- Name of the tableconds
- ConditionsIOException
- If failsvoid put(String table, Attributes attrs) throws IOException
table
- Table nameattrs
- Attributes to saveIOException
- If failsCopyright © 2012–2014 jcabi.com. All rights reserved.