IActionInput maxRowsInput = xQueryAction.getMaxRows();
if ( maxRowsInput != ActionInputConstant.NULL_INPUT ) {
this.setMaxRows( maxRowsInput.getIntValue() );
}
IPreparedComponent sharedConnection = (IPreparedComponent) xQueryAction.getSharedConnection().getValue();
if ( sharedConnection != null ) {
connectionOwner = false;
connection = sharedConnection.shareConnection();
} else {
connection = getConnection();
}
if ( connection == null ) {
error( Messages.getInstance().getErrorString(