public interface SQLPrimaryKey
extends com.holonplatform.core.Expression
Each column of the primary key is represented by a Path.
| Modifier and Type | Method and Description |
|---|---|
static SQLPrimaryKey |
create(com.holonplatform.core.Path<?>... paths)
Create a new
SQLPrimaryKey using given Paths. |
com.holonplatform.core.Path<?>[] |
getPaths()
Get the primary key
Paths. |
com.holonplatform.core.Path<?>[] getPaths()
Paths.static SQLPrimaryKey create(com.holonplatform.core.Path<?>... paths)
SQLPrimaryKey using given Paths.paths - Primary key pathsSQLPrimaryKeyCopyright © 2019 The Holon Platform. All rights reserved.