public AlterRequest(String sqlQuery, boolean escapeProcessing, int timeout, String lineSeparator)(Code)
Creates a new AlterRequest instance. The caller must give an
SQL request, without any leading or trailing spaces and beginning with
'alter table '
The request is not parsed but it can be done later by a call to
AlterRequest.parse(DatabaseSchema,int,boolean) .
Parameters: sqlQuery - the SQL request Parameters: escapeProcessing - should the driver to escape processing beforesending to the database ? Parameters: timeout - an int value Parameters: lineSeparator - the line separator used in the query See Also:AlterRequest.parse