Settings for AutoGenerating feature schemas from physical schema. Class Table Mapping override Class override. Base type for RDBMS Provider Schema Override sets. Settings for AutoGenerating feature schemas from physical schema. Default Class table mapping type for classes in this schema. Settings for AutoGenerating feature schemas from physical schema. AutoGenerate a class for each table whose name appears in this list. AutoGenerate a class for each table whose name starts with this prefix. Affects the naming of classes generated from tables matching the tablePrefix. When true, the class name is the table name with prefix removed. When false, the class name is the table name. If the table also appears in the TableList then the class name is always the table name (prefix is not removed), even when removeTablePrefix is true. Gets the maximum number of rows to sample when table datamust be examined to determine schema information. The situations where this must be done depend on the provider. For example, when a geometric property is generated from a geometric column, the geomety types might be determined by examining some of the geometry values in the column. Base type for RDBMS Provider Schema Table Mapping override. Primary key name override. Base type for RDBMS Provider column overrides.