19 package testsuite.clusterj.model;
21 import com.mysql.clusterj.annotation.Column;
22 import com.mysql.clusterj.annotation.Index;
23 import com.mysql.clusterj.annotation.PersistenceCapable;
24 import com.mysql.clusterj.annotation.PrimaryKey;
61 @PersistenceCapable(
table=
"doubletypes")
62 @PrimaryKey(column=
"id")
71 Double getDouble_null_hash();
72 void setDouble_null_hash(Double value);
76 Double getDouble_null_btree();
77 void setDouble_null_btree(Double value);
80 Double getDouble_null_both();
81 void setDouble_null_both(Double value);
84 Double getDouble_null_none();
85 void setDouble_null_none(Double value);
89 double getDouble_not_null_hash();
90 void setDouble_not_null_hash(
double value);
94 double getDouble_not_null_btree();
95 void setDouble_not_null_btree(
double value);
98 double getDouble_not_null_both();
99 void setDouble_not_null_both(
double value);
102 double getDouble_not_null_none();
103 void setDouble_not_null_none(
double value);