org.apache.ojb.broker.util
Class SqlHelper.PathInfo
java.lang.Object
org.apache.ojb.broker.util.SqlHelper.PathInfo
- Enclosing class:
- SqlHelper
public static final class SqlHelper.PathInfo
- extends java.lang.Object
Helper Class for a split column
ie: sum (distinct amount) as theAmount
prefix = 'sum (distinct '
column = 'amount'
suffix = ') as theAmount'
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
public java.lang.String column
prefix
public java.lang.String prefix
suffix
public java.lang.String suffix
path
public final java.lang.String path
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30