Searched refs:getXXX (Results 1 – 8 of 8) sorted by relevance
103 <code>getXXX</code>115 <code>getXXX</code>
62 The getXXX methods retrieve column values for the current71 For the getXXX methods, the SDBC driver attempts to convert the
83 <code>getXXX</code>
72 Note that you must first call getXXX on a column to try to read
1187 #define XROW_GETXXX( getXXX ) \ argument1195 return m_xRowOrigin->getXXX( columnIndex );
59 #define XROW_GETXXX( getXXX, Type ) \ argument87 return m_xRowOrigin->getXXX( columnIndex ); \
71 Note that you must first call getXXX on a column to try to read
6674 DESCR:Database - Using the getXXX Methods
Completed in 61 milliseconds