Java Reference
In-Depth Information
<property name="Address2"
column="address2"
type="string"
not-null="true"
length="33"/>
<property name="City"
column="city"
type="string"
not-null="true"
length="18"/>
<property name="State"
column="state"
type="string"
not-null="true"
length="2"/>
<property name="Zip"
column="zip"
type="string"
not-null="true"
length="10"/>
<property name="Region"
column="region"
type="string"
not-null="true"
length="1"/>
<property name="County"
column="county"
type="string"
not-null="true"
length="3"/>
<property name="Country"
column="country"
type="string"
not-null="true"
length="2"/>
<property name="Certification"
column="certification"
type="string"
not-null="true"
length="10"/>
 
Search WWH ::




Custom Search