Home
last modified time | relevance | path

Searched refs:checkColumnIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx62 checkColumnIndex(column); in getColumnType()
100 checkColumnIndex(column); in isCaseSensitive()
118 checkColumnIndex(column); in getSchemaName()
136 checkColumnIndex(column); in getColumnName()
154 checkColumnIndex(column); in getTableName()
172 checkColumnIndex(column); in getCatalogName()
190 checkColumnIndex(column); in getColumnTypeName()
208 checkColumnIndex(column); in getColumnLabel()
226 checkColumnIndex(column); in getColumnServiceName()
238 checkColumnIndex(column); in isCurrency()
[all …]
H A Dmysqlc_resultset.cxx190 checkColumnIndex(column); in getBinaryStream()
204 checkColumnIndex(column); in getCharacterStream()
219 checkColumnIndex(column); in getBoolean()
249 checkColumnIndex(column); in getByte()
285 checkColumnIndex(column); in getDate()
324 checkColumnIndex(column); in getDouble()
342 checkColumnIndex(column); in getFloat()
360 checkColumnIndex(column); in getInt()
395 checkColumnIndex(column); in getLong()
432 checkColumnIndex(column); in getArray()
[all …]
H A Dmysqlc_resultsetmetadata.hxx110 void checkColumnIndex(sal_Int32 columnIndex);
H A Dmysqlc_resultset.hxx280 void checkColumnIndex(sal_Int32 index);
/trunk/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx59 void OResultSetMetaData::checkColumnIndex(sal_Int32 column) in checkColumnIndex() function in OResultSetMetaData
76 checkColumnIndex(column); in getColumnType()
105 checkColumnIndex(column); in getColumnName()
126 checkColumnIndex(column); in getColumnTypeName()
146 checkColumnIndex(column); in isCurrency()
166 checkColumnIndex(column); in getPrecision()
173 checkColumnIndex(column); in getScale()
181 checkColumnIndex(column); in isNullable()
196 checkColumnIndex(column); in isReadOnly()
/trunk/main/connectivity/source/inc/file/
H A DFResultSetMetaData.hxx50 void checkColumnIndex(sal_Int32 column);