| Package | Description |
|---|---|
| com.cybozu.kintone.database |
| Modifier and Type | Method and Description |
|---|---|
Field |
Record.getField(java.lang.String name)
Gets the field object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,Field>> |
ResultSet.getEntrySet()
Gets the entry set of the record.
|
java.util.Set<java.util.Map.Entry<java.lang.String,Field>> |
Record.getEntrySet()
Gets the entry set of the record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.addField(java.lang.String name,
Field field)
Adds a new field.
|
void |
Connection.lazyUpload(Field field)
Uploads the file binded with the field and sets the file key.
|