Namespace: OpenEdge.DataAdmin.Lang
Type: Class QueryUtil
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: OpenEdge.DataAdmin.Lang.IQueryMap


/* Copyright (c) 2011 by progress Software Corporation.
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:convert a dataset query to before table query
Author(s):hdaniels
Created:Wed Sep 28 14:31:20 EDT 2011
Notes:based on naming convention



Method Summary
  Options Name Purpose
  CHARACTER ColumnExpression (character, character, character)
  CHARACTER ColumnSortSource (character)
  CHARACTER ColumnSource (character)
  CHARACTER ReplaceQueryValues (character, character, character[])

Constructor Summary
  Options Name Purpose
  QueryUtil (character)

Property Summary
  Options Name Purpose
  CHARACTER BaseQuery


Method Detail
Top

CHARACTER ColumnExpression (character, character, character)

Parameters:
pcColumn CHARACTER
 
pcOperator CHARACTER
 
pcValue CHARACTER
 
Returns CHARACTER
 
Top

CHARACTER ColumnSortSource (character)

Parameters:
pcColumn CHARACTER
 
Returns CHARACTER
 
Top

CHARACTER ColumnSource (character)

Parameters:
pcColumn CHARACTER
 
Returns CHARACTER
 
Top

CHARACTER ReplaceQueryValues (character, character, character[])

Parameters:
pcQuery CHARACTER
 
pcFieldNames CHARACTER
 
pcValues CHARACTER
 
Returns CHARACTER
 


Constructor Detail
Top

QueryUtil (character)

Parameters:
pcTables CHARACTER
 


Property Detail
Top

CHARACTER BaseQuery

Returns CHARACTER