Home
last modified time | relevance | path

Searched refs:getCharColAttrib (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx40 ::rtl::OUString OResultSetMetaData::getCharColAttrib(sal_Int32 _column,sal_Int32 ident) throw(SQLEx… in getCharColAttrib() function in OResultSetMetaData
188 return getCharColAttrib(column,SQL_DESC_SCHEMA_NAME); in getSchemaName()
194 return getCharColAttrib(column,SQL_DESC_NAME); in getColumnName()
199 return getCharColAttrib(column,SQL_DESC_TABLE_NAME); in getTableName()
204 return getCharColAttrib(column,SQL_DESC_CATALOG_NAME); in getCatalogName()
210 return getCharColAttrib(column,SQL_DESC_TYPE_NAME); in getColumnTypeName()
216 return getCharColAttrib(column,SQL_DESC_LABEL); in getColumnLabel()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSetMetaData.hxx57 …::rtl::OUString getCharColAttrib(sal_Int32 column,sal_Int32 ident) throw(::com::sun::star::sdbc::S…

Completed in 13 milliseconds