Home
last modified time | relevance | path

Searched refs:OResultSetMetaData (Results 1 – 24 of 24) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.cxx32 OResultSetMetaData::~OResultSetMetaData() in ~OResultSetMetaData()
43 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
50 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
57 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive()
100 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
113 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
118 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
129 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
135 sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 column ) throw(SQLException, RuntimeE… in isSearchable()
141 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly()
[all …]
H A DSResultSetMetaData.hxx40 class OResultSetMetaData : public OResultSetMetaData_BASE class
45 virtual ~OResultSetMetaData();
48 OResultSetMetaData(OConnection* _pConnection) : m_pConnection(_pConnection){} in OResultSetMetaData() function in connectivity::skeleton::OResultSetMetaData
H A DSPreparedStatement.cxx88 m_xMetaData = new OResultSetMetaData(getOwnConnection()); in getMetaData()
H A DSResultSet.cxx252 m_xMetaData = new OResultSetMetaData(m_pStatement->getOwnConnection()); in getMetaData()
/aoo4110/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx45 OResultSetMetaData::OResultSetMetaData(const ::vos::ORef<connectivity::OSQLColumns>& _rxColumns,con… in OResultSetMetaData() function in OResultSetMetaData
54 OResultSetMetaData::~OResultSetMetaData() in ~OResultSetMetaData()
59 void OResultSetMetaData::checkColumnIndex(sal_Int32 column) throw(SQLException, RuntimeException) in checkColumnIndex()
73 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
81 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
143 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
157 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 /*column*/ ) throw(SQLException, RuntimeE… in isSigned()
163 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
178 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
193 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly()
[all …]
H A DFPreparedStatement.cxx162 …m_xMetaData = new OResultSetMetaData(m_aSQLIterator.getSelectColumns(),m_aSQLIterator.getTables().… in getMetaData()
H A DFResultSet.cxx345 …m_xMetaData = new OResultSetMetaData(m_xColumns,m_aSQLIterator.getTables().begin()->first,m_pTable… in getMetaData()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx36 OResultSetMetaData::~OResultSetMetaData() in ~OResultSetMetaData()
86 SQLLEN OResultSetMetaData::getNumColAttrib(OConnection* _pConnection in getNumColAttrib()
117 SQLSMALLINT OResultSetMetaData::getColumnODBCType(OConnection* _pConnection in getColumnODBCType()
138 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
169 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
226 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
239 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
278 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
285 sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 column ) throw(SQLException, RuntimeE… in isSearchable()
292 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly()
[all …]
H A DODatabaseMetaDataResultSet.cxx362 …return m_xMetaData.is() ? m_xMetaData : (m_xMetaData = new OResultSetMetaData(m_pConnection,m_aSt… in getMetaData()
925 m_xMetaData = new OResultSetMetaData(m_pConnection,m_aStatementHandle,m_aColMapping); in openTablesTypes()
943 m_xMetaData = new OResultSetMetaData(m_pConnection,m_aStatementHandle,m_aColMapping); in openCatalogs()
960 m_xMetaData = new OResultSetMetaData(m_pConnection,m_aStatementHandle,m_aColMapping); in openSchemas()
1324 …mnTypes.insert(::std::map<sal_Int32,SWORD>::value_type(columnIndex,OResultSetMetaData::getColumnOD… in impl_getColumnType_nothrow()
H A Dmakefile.mk48 $(SLO)$/OResultSetMetaData.obj \
H A DOResultSet.cxx558 m_xMetaData = new OResultSetMetaData(m_pStatement->getOwnConnection(),m_aStatementHandle); in getMetaData()
1757 …mnTypes.insert(::std::map<sal_Int32,SWORD>::value_type(columnIndex,OResultSetMetaData::getColumnOD… in impl_getColumnType_nothrow()
H A DOPreparedStatement.cxx120 m_xMetaData = new OResultSetMetaData(getOwnConnection(),m_aStatementHandle); in getMetaData()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAResultSetMetaData.cxx39 OResultSetMetaData::OResultSetMetaData( ADORecordset* _pRecordSet) in OResultSetMetaData() function in OResultSetMetaData
47 OResultSetMetaData::~OResultSetMetaData() in ~OResultSetMetaData()
62 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
69 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
85 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive()
149 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
186 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
197 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
214 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
231 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly()
[all …]
H A DAPreparedStatement.cxx129 m_xMetaData = new OResultSetMetaData(m_RecordSet); in getMetaData()
H A DAResultSet.cxx298 m_xMetaData = new OResultSetMetaData(m_pRecordSet); in getMetaData()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx35 OResultSetMetaData::~OResultSetMetaData() in ~OResultSetMetaData()
60 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType(sal_Int32 column) in getColumnType()
83 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount() in getColumnCount()
119 OUString SAL_CALL OResultSetMetaData::getSchemaName(sal_Int32 column) in getSchemaName()
157 OUString SAL_CALL OResultSetMetaData::getTableName(sal_Int32 column) in getTableName()
246 sal_Bool SAL_CALL OResultSetMetaData::isCurrency(sal_Int32 column) in isCurrency()
284 sal_Bool SAL_CALL OResultSetMetaData::isSigned(sal_Int32 column) in isSigned()
322 sal_Int32 SAL_CALL OResultSetMetaData::getScale(sal_Int32 column) in getScale()
378 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly(sal_Int32 column) in isReadOnly()
416 sal_Bool SAL_CALL OResultSetMetaData::isWritable(sal_Int32 column) in isWritable()
[all …]
H A Dmysqlc_resultsetmetadata.hxx46 class OResultSetMetaData : public OResultSetMetaData_BASE class
51 virtual ~OResultSetMetaData();
53 OResultSetMetaData( sql::ResultSetMetaData * _meta, rtl_TextEncoding _encoding ) in OResultSetMetaData() function in connectivity::mysqlc::OResultSetMetaData
H A Dmysqlc_preparedstatement.cxx143 m_xMetaData = new OResultSetMetaData( in getMetaData()
H A Dmysqlc_resultset.cxx432 m_xMetaData = new OResultSetMetaData(m_result->getMetaData(), m_encoding); in getMetaData()
/aoo4110/main/connectivity/source/inc/ado/
H A DAResultSetMetaData.hxx46 class OResultSetMetaData : public OResultSetMetaData_BASE class
55 OResultSetMetaData( const OResultSetMetaData& ); // never implemented
56 OResultSetMetaData& operator=( const OResultSetMetaData& ); // never implemented
59 virtual ~OResultSetMetaData();
62 OResultSetMetaData( ADORecordset* _pRecordSet);
H A DAResultSet.hxx51 class OResultSetMetaData;
/aoo4110/main/connectivity/source/inc/odbc/
H A DOResultSetMetaData.hxx45 class OOO_DLLPUBLIC_ODBCBASE OResultSetMetaData : class
61 OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ) in OResultSetMetaData() function in connectivity::odbc::OResultSetMetaData
67OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ,const ::std::vector<sal_Int32> & _… in OResultSetMetaData() function in connectivity::odbc::OResultSetMetaData
74 virtual ~OResultSetMetaData();
/aoo4110/main/connectivity/source/inc/file/
H A DFResultSetMetaData.hxx43 class OOO_DLLPUBLIC_FILE OResultSetMetaData : class
52 virtual ~OResultSetMetaData();
55OResultSetMetaData(const ::vos::ORef<connectivity::OSQLColumns>& _rxColumns,const ::rtl::OUString&…
/aoo4110/main/connectivity/source/inc/adabas/
H A DBResultSetMetaData.hxx37 typedef odbc::OResultSetMetaData OAdabasResultSetMetaData_BASE;

Completed in 148 milliseconds