Lines Matching refs:checkColumnIndex
64 checkColumnIndex(column); in getColumnType()
104 checkColumnIndex(column); in isCaseSensitive()
123 checkColumnIndex(column); in getSchemaName()
142 checkColumnIndex(column); in getColumnName()
161 checkColumnIndex(column); in getTableName()
180 checkColumnIndex(column); in getCatalogName()
199 checkColumnIndex(column); in getColumnTypeName()
218 checkColumnIndex(column); in getColumnLabel()
237 checkColumnIndex(column); in getColumnServiceName()
250 checkColumnIndex(column); in isCurrency()
269 checkColumnIndex(column); in isAutoIncrement()
288 checkColumnIndex(column); in isSigned()
307 checkColumnIndex(column); in getPrecision()
326 checkColumnIndex(column); in getScale()
344 checkColumnIndex(column); in isNullable()
363 checkColumnIndex(column); in isSearchable()
382 checkColumnIndex(column); in isReadOnly()
401 checkColumnIndex(column); in isDefinitelyWritable()
420 checkColumnIndex(column); in isWritable()
435 void OResultSetMetaData::checkColumnIndex(sal_Int32 columnIndex) in checkColumnIndex() function in OResultSetMetaData