public class StoreTableRow extends Object implements org.chenmin.open.objector.IStoreTableRow
| 构造器和说明 |
|---|
StoreTableRow() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,org.chenmin.open.objector.ColumnValueObject> |
getColumnValue() |
List<org.chenmin.open.objector.PrimaryKeySchemaObject> |
getPrimaryKey() |
Map<String,org.chenmin.open.objector.PrimaryKeyValueObject> |
getPrimaryKeyValue() |
String |
getTablename() |
void |
setColumnValue(Map<String,org.chenmin.open.objector.ColumnValueObject> v) |
void |
setPrimaryKeyValue(Map<String,org.chenmin.open.objector.PrimaryKeyValueObject> v) |
public String getTablename()
getTablename 在接口中 org.chenmin.open.objector.IStoreTablepublic List<org.chenmin.open.objector.PrimaryKeySchemaObject> getPrimaryKey()
getPrimaryKey 在接口中 org.chenmin.open.objector.IStoreTablepublic Map<String,org.chenmin.open.objector.PrimaryKeyValueObject> getPrimaryKeyValue()
getPrimaryKeyValue 在接口中 org.chenmin.open.objector.IStoreTableRowpublic Map<String,org.chenmin.open.objector.ColumnValueObject> getColumnValue()
getColumnValue 在接口中 org.chenmin.open.objector.IStoreTableRowpublic void setPrimaryKeyValue(Map<String,org.chenmin.open.objector.PrimaryKeyValueObject> v)
setPrimaryKeyValue 在接口中 org.chenmin.open.objector.IStoreTableRowCopyright © 2018. All rights reserved.