www.element4solution.com

e4s.db
Class E4DBSelectDistinct

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.E4DBSelectDistinct

public class E4DBSelectDistinct
extends E4Object

Special wrapper for distinct selection.

See Also:
e4s.db.E4DBFilterAnd#setFilter_IN(e4s.db.E4DBSelectDistinct)

Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4DBSelectDistinct(E4DBSelect_Intf select, E4DBColumnName column)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
           
 void close()
           
 void finalize()
           
 E4DBColumnName getColumn()
          Get the column which is used for the distinct selection.
 E4DBSelect_Intf getSelect()
          Get the basic selection.
 java.lang.String getSQL()
           
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E4DBSelectDistinct

public E4DBSelectDistinct(E4DBSelect_Intf select,
                          E4DBColumnName column)
Method Detail

close

public void close()
           throws E4DBException
Throws:
E4DBException

getColumn

public E4DBColumnName getColumn()
Get the column which is used for the distinct selection.


getSelect

public E4DBSelect_Intf getSelect()
Get the basic selection.


getSQL

public java.lang.String getSQL()

finalize

public void finalize()
Overrides:
finalize in class E4Object

_getSVNVersionString

public static java.lang.String _getSVNVersionString()

www.element4solution.com