| org.geotools.data.postgis.PostgisOnlineTestCase org.geotools.data.postgis.AbstractPostgisOnlineTestCase
All known Subclasses: org.geotools.data.postgis.PostgisFeatureReaderOnlineTest, org.geotools.data.postgis.PostgisFeatureStoreOnlineTest, org.geotools.data.postgis.PostgisFeatureWriterOnlineTest,
AbstractPostgisOnlineTestCase | public class AbstractPostgisOnlineTestCase extends PostgisOnlineTestCase (Code) | | Sets up various dummy tables/sequences, for extension.
author: Cory Horner, Refractions Research |
table1 | final protected String table1(Code) | | simple table with serial (int4) primary key
|
table2 | final protected String table2(Code) | | simple table with int4 primary key and sequence as default value
|
table3 | final protected String table3(Code) | | simple table with bigserial (int8) primary key
|
table4 | final protected String table4(Code) | | simple table with int8 primary key and sequence as default value
|
table5 | final protected String table5(Code) | | simple table with serial (int4) primary key, WITHOUT OIDS, and space in name
|
table6 | final protected String table6(Code) | | simple table with int4 primary key, sequence as default value, WITHOUT OIDS, and space in name
|
table7 | final protected String table7(Code) | | just like table1, but will be inserted in a different schema
|
|
|