|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBField | |
|---|---|
| org.mentabean | |
| org.mentabean.jdbc | |
| Uses of DBField in org.mentabean |
|---|
| Methods in org.mentabean that return DBField | |
|---|---|
DBField |
BeanConfig.getAutoIncrementField()
Return an auto-increment field, if one was configured for this bean. |
DBField |
BeanConfig.getSequenceField()
Return a sequence field, if one was configured for this bean. |
| Methods in org.mentabean that return types with arguments of type DBField | |
|---|---|
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. |
| Uses of DBField in org.mentabean.jdbc |
|---|
| Fields in org.mentabean.jdbc declared as DBField | |
|---|---|
DBField |
AnsiSQLBeanSession.Value.field
|
| Method parameters in org.mentabean.jdbc with type arguments of type DBField | |
|---|---|
protected String |
AnsiSQLBeanSession.createPKConstraintQuery(String table,
Iterator<DBField> pks)
Create a SQL query to add the primary key constraint |
| Constructors in org.mentabean.jdbc with parameters of type DBField | |
|---|---|
AnsiSQLBeanSession.Value(DBField field,
boolean isSysdate)
|
|
AnsiSQLBeanSession.Value(DBField field,
Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||