public class SingleRowQueryCriteria extends RowQueryCriteria
| 构造器和说明 |
|---|
SingleRowQueryCriteria(String tableName)
构造一个在给定名称的表中查询的条件。
|
| 限定符和类型 | 方法和说明 |
|---|---|
RowPrimaryKey |
getRowPrimaryKey()
获取主键(Primary Key)列名称与值的对应字典(只读)。
|
void |
setPrimaryKey(RowPrimaryKey primaryKey)
设置主键(Primary Key)。
|
addColumnsToGet, addColumnsToGet, copyTo, getColumnsToGet, getFilter, getTableName, setColumnsToGet, setFilter, setTableNamepublic SingleRowQueryCriteria(String tableName)
tableName - 查询的表名。public RowPrimaryKey getRowPrimaryKey()
public void setPrimaryKey(RowPrimaryKey primaryKey)
primaryKey - 行的主键。Copyright © 2019. All Rights Reserved.