public class SqlGenConfig
extends java.lang.Object
| Constructor and Description |
|---|
SqlGenConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUpdateablePrimaryKey()
Returns
true if database supports update of the primary key. |
boolean |
isUpdateAcceptsTableAlias()
Returns
true if SQL syntax allow usage of table alias in the update query. |
void |
setUpdateablePrimaryKey(boolean updateablePrimaryKey) |
void |
setUpdateAcceptsTableAlias(boolean updateAcceptsTableAlias) |
public boolean isUpdateAcceptsTableAlias()
true if SQL syntax allow usage of table alias in the update query.public void setUpdateAcceptsTableAlias(boolean updateAcceptsTableAlias)
public boolean isUpdateablePrimaryKey()
true if database supports update of the primary key.public void setUpdateablePrimaryKey(boolean updateablePrimaryKey)
Copyright © 2003-present Jodd Team