summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qsqlfieldinfo.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qsqlfieldinfo.3qt')
-rw-r--r--doc/man/man3/qsqlfieldinfo.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qsqlfieldinfo.3qt b/doc/man/man3/qsqlfieldinfo.3qt
index 3b36efcc..c7b20c60 100644
--- a/doc/man/man3/qsqlfieldinfo.3qt
+++ b/doc/man/man3/qsqlfieldinfo.3qt
@@ -35,7 +35,7 @@ QSqlFieldInfo \- Stores meta data associated with a SQL field
.BI "QSqlField \fBtoField\fR () const"
.br
.ti -1c
-.BI "int \fBisRetquired\fR () const"
+.BI "int \fBisRequired\fR () const"
.br
.ti -1c
.BI "QVariant::Type \fBtype\fR () const"
@@ -79,7 +79,7 @@ The QSqlFieldInfo class stores meta data associated with a SQL field.
.PP
QSqlFieldInfo objects only store meta data; field values are stored in QSqlField objects.
.PP
-All values must be set in the constructor, and may be retrieved using isRetquired(), type(), length(), precision(), defaultValue(), name(), isGenerated() and typeID().
+All values must be set in the constructor, and may be retrieved using isRequired(), type(), length(), precision(), defaultValue(), name(), isGenerated() and typeID().
.PP
See also Database Classes.
.SH MEMBER FUNCTION DOCUMENTATION
@@ -106,7 +106,7 @@ See also setCalculated().
Returns TRUE if the field should be included in auto-generated SQL statments, e.g. in QSqlCursor; otherwise returns FALSE.
.PP
See also setGenerated().
-.SH "int QSqlFieldInfo::isRetquired () const"
+.SH "int QSqlFieldInfo::isRequired () const"
Returns a value greater than 0 if the field is retquired (NULL values are not allowed), 0 if it isn't retquired (NULL values are allowed) or less than 0 if it cannot be determined whether the field is retquired or not.
.SH "bool QSqlFieldInfo::isTrim () const"
Returns TRUE if trailing whitespace should be removed from character fields; otherwise returns FALSE.