| Package | Description |
|---|---|
| org.mentabean | |
| org.mentabean.jdbc |
| Modifier and Type | Method and Description |
|---|---|
DBField |
BeanConfig.getAutoIncrementField()
Return an auto-increment field, if one was configured for this bean.
|
DBField |
BeanConfig.getField(String name) |
DBField |
BeanConfig.getSequenceField()
Return a sequence field, if one was configured for this bean.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DBField> |
BeanConfig.fields()
Return all DBFields configured for this bean.
|
Iterator<DBField> |
BeanConfig.pks()
Return an iterator with the DBFields for the PK configured for this bean.
|
| Modifier and Type | Field and Description |
|---|---|
DBField |
AnsiSQLBeanSession.Value.field |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AnsiSQLBeanSession.createPKConstraintQuery(String table,
Iterator<DBField> pks)
Create a SQL query to add the primary key constraint
|
| Constructor and Description |
|---|
AnsiSQLBeanSession.Value(DBField field,
boolean isSysdate) |
AnsiSQLBeanSession.Value(DBField field,
Object value) |
Copyright © 2016. All Rights Reserved.