buildSQLQuery(String typeName, FIDMapper mapper, AttributeType[] attrTypes, org.opengis.filter.Filter filter) Constructs the full SQL SELECT statement for the supplied Filter.
Constructs the full SQL SELECT statement for the supplied Filter.
The statement is constructed by concatenating the SELECT column list,
FROM table specification and WHERE clause appropriate to the supplied
Filter.
Parameters: typeName - The name of the table (feature type) to be queried Parameters: mapper - FIDMapper to identify the FID columns in the table Parameters: attrTypes - The specific attribute columns to be selected Parameters: filter - The Filter that will be used by the encoder to construct theWHERE clause The fully formed SQL SELECT statement throws: SQLEncoderException - Not thrown by this method but may be thrown by the encoderclass