| java.lang.Object org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory org.geotools.data.postgis.fidmapper.PostgisFIDMapperFactory
Method Summary | |
protected FIDMapper | buildLastResortFidMapper(String schema, String tableName, Connection connection, ColumnInfo[] colInfos) | protected FIDMapper | buildNoPKMapper(String schema, String tableName, Connection connection) | protected FIDMapper | buildSingleColumnFidMapper(String schema, String tableName, Connection connection, ColumnInfo ci) | protected boolean | isAutoIncrement(String catalog, String schema, String tableName, Connection conn, ResultSet tableInfo, String columnName, int dataType) see@DefaultFIDMapperFactory in main module (jdbc)
This version pre-double quotes the column name and table name and passes it to the superclass's version. |
isAutoIncrement | protected boolean isAutoIncrement(String catalog, String schema, String tableName, Connection conn, ResultSet tableInfo, String columnName, int dataType) throws SQLException(Code) | | see@DefaultFIDMapperFactory in main module (jdbc)
This version pre-double quotes the column name and table name and passes it to the superclass's version.
|
Methods inherited from org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory | protected FIDMapper buildLastResortFidMapper(String schema, String tableName, Connection connection, ColumnInfo[] colInfos)(Code)(Java Doc) protected FIDMapper buildMultiColumnFIDMapper(String schema, String tableName, Connection connection, ColumnInfo[] colInfos)(Code)(Java Doc) protected FIDMapper buildNoPKMapper(String schema, String tableName, Connection connection)(Code)(Java Doc) protected FIDMapper buildSingleColumnFidMapper(String schema, String tableName, Connection connection, ColumnInfo ci)(Code)(Java Doc) protected List getColumnInfoList(ColumnInfo[] colInfos)(Code)(Java Doc) public FIDMapper getMapper(String catalog, String schema, String tableName, Connection connection) throws IOException(Code)(Java Doc) public FIDMapper getMapper(FeatureType featureType)(Code)(Java Doc) protected ColumnInfo[] getPkColumnInfo(String catalog, String schema, String typeName, Connection conn) throws SchemaNotFoundException, DataSourceException(Code)(Java Doc) protected boolean isAutoIncrement(String catalog, String schema, String tableName, Connection conn, ResultSet tableInfo, String columnName, int dataType) throws SQLException(Code)(Java Doc) protected boolean isIntegralType(int dataType)(Code)(Java Doc) public boolean isReturningTypedFIDMapper()(Code)(Java Doc) protected boolean isTextType(int dataType)(Code)(Java Doc) public void setReturningTypedFIDMapper(boolean returningTypedFIDMapper)(Code)(Java Doc)
|
|
|