public class AutoIncrementFieldClassAndDatatypeMismatch extends DBRuntimeException
Support DBvolution at Patreon
| Constructor and Description |
|---|
AutoIncrementFieldClassAndDatatypeMismatch(PropertyWrapper field)
Thrown if the database's idea of an acceptable datatype to auto-increment
and the programmer's are incompatible.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AutoIncrementFieldClassAndDatatypeMismatch(PropertyWrapper field)
Generally DBinteger is the class you want.
field - fieldCopyright © 2017. All Rights Reserved.