public final class SqlPrimaryKey extends SqlColumn
| Constructor and Description |
|---|
SqlPrimaryKey(SqlTable table,
SqlSequence sequence,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected SqlColumn |
newColumFromAlias(SqlTable targetTable) |
SqlSequence |
sequence() |
public SqlPrimaryKey(SqlTable table, SqlSequence sequence, String name)
protected SqlColumn newColumFromAlias(SqlTable targetTable)
newColumFromAlias in class SqlColumnpublic SqlSequence sequence()
Copyright © 2019. All rights reserved.