@param forReadOnly if concurrency is CONCUR_READ_ONLY
@return The Statement
*/
public Statement getStatement(SchemaDescriptor compilationSchema, String statementText, boolean forReadOnly)
{
return new GenericStatement(compilationSchema, statementText, forReadOnly);
}