|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.jdbc.business.Wrapper
public final class Wrapper
Utility class for JDBC Structure querying
Method Summary | |
---|---|
static java.lang.String |
getFROMReference(Structure structure)
Gets reference of the structure |
static java.lang.String |
getReference(Structure structure)
Gets reference of the structure |
static java.lang.String |
getReference(Structure structure,
java.lang.String attributeName)
Gets the reference string of the attribute in the SQL structure |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getReference(Structure structure, java.lang.String attributeName)
structure
- the referenced StructureattributeName
- the given attribute name
public static java.lang.String getReference(Structure structure)
structure
- the referenced Structure
public static java.lang.String getFROMReference(Structure structure)
structure
- the referenced Structure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |