T
- the generic typepublic class PrimaryKeyValue<T extends SqlDdlTable> extends Object
Modifier | Constructor and Description |
---|---|
protected |
PrimaryKeyValue(SqlDdlTable table,
SqlField[] columns,
Object[] values)
Instantiates a new primary key value.
|
Modifier and Type | Method and Description |
---|---|
SqlField[] |
getColumns() |
SqlTable |
getTable()
Gets the table.
|
Object[] |
getValues() |
WHERE |
getWhereClause()
Gets the where clause.
|
String |
getWhereString()
Gets the where string.
|
SELECT |
select()
Select.
|
protected PrimaryKeyValue(SqlDdlTable table, SqlField[] columns, Object[] values)
table
- the tablecolumns
- the columnsvalues
- the valuespublic SqlTable getTable()
public WHERE getWhereClause()
public String getWhereString()
public SELECT select()
public SqlField[] getColumns()
public Object[] getValues()
Copyright © 2003–2023 XDEV Software. All rights reserved.