|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.data.JDBCDataDict
public class JDBCDataDict
Metadata taken from ResultsetMetadata.
| Constructor Summary | |
|---|---|
JDBCDataDict(ResultSetMetaData md)
Builds a JDBCDataDict with a given JDBC metadata. |
|
JDBCDataDict(ResultSetMetaData md,
String ignorelist)
Builds a JdbcDataDict with a given JDBC metadata. |
|
| Method Summary | |
|---|---|
MetaData |
getMetaData(String name)
Gets the MetaData associated to the name. |
String |
getQuery(String s)
The data dictionary can also be used to access specific queries identified by a name. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCDataDict(ResultSetMetaData md)
public JDBCDataDict(ResultSetMetaData md,
String ignorelist)
ignorelist - a comma-separated list of fields to be ignored when composing
the metadata. Can be null.| Method Detail |
|---|
public MetaData getMetaData(String name)
throws DataException
DataDict
getMetaData in interface DataDictDataException
public String getQuery(String s)
throws DataException
DataDict
getQuery in interface DataDicts - name of the query
DataException
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||