public class PrimaryKeyWithTable extends Object
| 构造器和说明 |
|---|
PrimaryKeyWithTable(String tableName,
PrimaryKey primaryKey) |
PrimaryKeyWithTable(String tableName,
PrimaryKey primaryKey,
RowQueryCriteria criteria) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowQueryCriteria |
getCriteria() |
PrimaryKey |
getPrimaryKey() |
String |
getTableName() |
void |
setCriteria(RowQueryCriteria criteria) |
void |
setPrimaryKey(PrimaryKey primaryKey) |
void |
setTableName(String tableName) |
public PrimaryKeyWithTable(String tableName, PrimaryKey primaryKey)
public PrimaryKeyWithTable(String tableName, PrimaryKey primaryKey, RowQueryCriteria criteria)
public String getTableName()
public void setTableName(String tableName)
public PrimaryKey getPrimaryKey()
public void setPrimaryKey(PrimaryKey primaryKey)
public RowQueryCriteria getCriteria()
public void setCriteria(RowQueryCriteria criteria)
Copyright © 2025. All Rights Reserved.