com.jdbwc.core.util
Class PgSQLMetaGeta
java.lang.Object
com.jdbwc.core.util.PgSQLMetaGeta
public class PgSQLMetaGeta
- extends java.lang.Object
- Version:
- 2008-05-29
- Author:
- Tim Gall (Oz-DevWorX)
Method Summary |
protected SQLField[] |
getParameterMetaData(com.ozdevworx.dtype.DataHandler tableNames,
com.ozdevworx.dtype.DataHandler columns,
com.ozdevworx.dtype.DataHandler params)
|
protected SQLField[] |
getResultSetMetaData(com.ozdevworx.dtype.DataHandler tableNames,
com.ozdevworx.dtype.DataHandler columns,
com.ozdevworx.dtype.DataHandler aliases)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PgSQLMetaGeta
protected PgSQLMetaGeta(WCConnection connection)
- Constructs a new instance of this.
getResultSetMetaData
protected SQLField[] getResultSetMetaData(com.ozdevworx.dtype.DataHandler tableNames,
com.ozdevworx.dtype.DataHandler columns,
com.ozdevworx.dtype.DataHandler aliases)
throws java.sql.SQLException
- Parameters:
tableNames
- columns
- aliases
-
- Returns:
- array of SQLField MetaData
- Throws:
java.sql.SQLException
getParameterMetaData
protected SQLField[] getParameterMetaData(com.ozdevworx.dtype.DataHandler tableNames,
com.ozdevworx.dtype.DataHandler columns,
com.ozdevworx.dtype.DataHandler params)
throws java.sql.SQLException
- Parameters:
tableNames
- columns
- params
-
- Returns:
- array of SQLField MetaData
- Throws:
java.sql.SQLException