Uses of Class
org.teiid.odbc.PGUtil.PgColInfo

Packages that use PGUtil.PgColInfo
org.teiid.odbc   
org.teiid.transport   
 

Uses of PGUtil.PgColInfo in org.teiid.odbc
 

Method parameters in org.teiid.odbc with type arguments of type PGUtil.PgColInfo
 void ODBCClientRemote.sendCursorResults(ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount)
           
 void ODBCClientRemote.sendPortalResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount, boolean portal)
           
 void ODBCClientRemote.sendResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, boolean describeRows)
           
 void ODBCClientRemote.sendResultSetDescription(java.util.List<PGUtil.PgColInfo> cols)
           
 

Uses of PGUtil.PgColInfo in org.teiid.transport
 

Method parameters in org.teiid.transport with type arguments of type PGUtil.PgColInfo
 void PgBackendProtocol.sendCursorResults(ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount)
           
 void PgBackendProtocol.sendPortalResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount, boolean portal)
           
 void PgBackendProtocol.sendResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, boolean describeRows)
           
 void PgBackendProtocol.sendResultSetDescription(java.util.List<PGUtil.PgColInfo> cols)
           
 



Copyright © 2011. All Rights Reserved.