Lines Matching refs:column
35 /** describes the common properties of a database column.
40 /** optional, could be used to copy a database column.
48 /** is the name of the column.
55 of the column.
60 /** is the type name used by the database. If the column type is
70 /** gets a column's number of decimal digits.
75 /** gets a column's number of digits to right of the decimal point.
80 /** indicates the nullability of values in the designated column.
86 /** indicates whether the column is automatically numbered, thus read-only.
92 /** indicates whether the column is a cash value.
98 /** indicates that the column contains some kind of time or date stamp
109 /** keeps a default value for a column, is provided as string.