| java.lang.Object simpleorm.properties.SPropertyMap simpleorm.core.SFieldMeta simpleorm.core.SFieldScalar simpleorm.core.SFieldString
SFieldString | public class SFieldString extends SFieldScalar (Code) | | Represents String field meta data.
|
Constructor Summary | |
public | SFieldString(SRecordMeta meta, String columnName, int maxSize, SPropertyValue[] pvals) maxSize is the maximum size in bytes (not
characters) of the column. | public | SFieldString(SRecordMeta meta, String columnName, int maxSize) | public | SFieldString(SRecordMeta meta, String columnName, int maxSize, SPropertyValue pval) | public | SFieldString(SRecordMeta meta, String columnName, int maxSize, SPropertyValue pval1, SPropertyValue pval2) |
SFieldString | public SFieldString(SRecordMeta meta, String columnName, int maxSize, SPropertyValue[] pvals)(Code) | | maxSize is the maximum size in bytes (not
characters) of the column. This fairly meaningless number is
required for all database DDL except PostgreSQL, for which it is
ignored.
|
defaultDataType | String defaultDataType()(Code) | | Specializes SFieldMeta.
|
|
|