Home
last modified time | relevance | path

Searched refs:oTableList (Results 1 – 17 of 17) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/odbc/
H A Dogrodbcdatasource.cpp217 CPLODBCStatement oTableList( &oSession ); in OpenMDB() local
219 if( oTableList.GetTables() ) in OpenMDB()
221 while( oTableList.Fetch() ) in OpenMDB()
223 const char *pszSchema = oTableList.GetColData(1); in OpenMDB()
232 osLayerName += oTableList.GetColData(2); in OpenMDB()
431 CPLODBCStatement oTableList( &oSession ); in Open() local
433 if( oTableList.GetTables() ) in Open()
435 while( oTableList.Fetch() ) in Open()
437 const char *pszSchema = oTableList.GetColData(1); in Open()
446 osLayerName += oTableList.GetColData(2); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbcdatasource.cpp180 CPLODBCStatement oTableList( &oSession ); in OpenMDB() local
182 if( oTableList.GetTables() ) in OpenMDB()
184 while( oTableList.Fetch() ) in OpenMDB()
186 const char *pszSchema = oTableList.GetColData(1); in OpenMDB()
187 const char* pszTableName = oTableList.GetColData(2); in OpenMDB()
401 CPLODBCStatement oTableList( &oSession ); in Open() local
403 if( oTableList.GetTables() ) in Open()
405 while( oTableList.Fetch() ) in Open()
407 const char *pszSchema = oTableList.GetColData(1); in Open()
416 osLayerName += oTableList.GetColData(2); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbcdatasource.cpp180 CPLODBCStatement oTableList( &oSession ); in OpenMDB() local
182 if( oTableList.GetTables() ) in OpenMDB()
184 while( oTableList.Fetch() ) in OpenMDB()
186 const char *pszSchema = oTableList.GetColData(1); in OpenMDB()
187 const char* pszTableName = oTableList.GetColData(2); in OpenMDB()
401 CPLODBCStatement oTableList( &oSession ); in Open() local
403 if( oTableList.GetTables() ) in Open()
405 while( oTableList.Fetch() ) in Open()
407 const char *pszSchema = oTableList.GetColData(1); in Open()
416 osLayerName += oTableList.GetColData(2); in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbcdatasource.cpp180 CPLODBCStatement oTableList( &oSession ); in OpenMDB() local
182 if( oTableList.GetTables() ) in OpenMDB()
184 while( oTableList.Fetch() ) in OpenMDB()
186 const char *pszSchema = oTableList.GetColData(1); in OpenMDB()
187 const char* pszTableName = oTableList.GetColData(2); in OpenMDB()
401 CPLODBCStatement oTableList( &oSession ); in Open() local
403 if( oTableList.GetTables() ) in Open()
405 while( oTableList.Fetch() ) in Open()
407 const char *pszSchema = oTableList.GetColData(1); in Open()
416 osLayerName += oTableList.GetColData(2); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/walk/
H A Dogrwalkdatasource.cpp97 CPLODBCStatement oTableList( &oSession ); in Open() local
98 if( oTableList.GetTables() ) in Open()
100 while( oTableList.Fetch() ) in Open()
102 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/walk/
H A Dogrwalkdatasource.cpp97 CPLODBCStatement oTableList( &oSession ); in Open() local
98 if( oTableList.GetTables() ) in Open()
100 while( oTableList.Fetch() ) in Open()
102 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/walk/
H A Dogrwalkdatasource.cpp97 CPLODBCStatement oTableList( &oSession ); in Open() local
98 if( oTableList.GetTables() ) in Open()
100 while( oTableList.Fetch() ) in Open()
102 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/idb/
H A Dogridbdatasource.cpp173 ITCursor oTableList( *poConn ); in Open() local
175 if ( oTableList.Prepare("select tabname from systables where tabtype='T' and tabid > 99") && in Open()
176 oTableList.Open(ITCursor::ReadOnly) ) in Open()
179 while( (row = oTableList.NextRow()) ) in Open()
190 oTableList.QueryText().Data() ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbdatasource.cpp180 ITCursor oTableList( *poConn ); in Open() local
182 if ( oTableList.Prepare("select tabname from systables where tabtype='T' and tabid > 99") && in Open()
183 oTableList.Open(ITCursor::ReadOnly) ) in Open()
186 while( (row = oTableList.NextRow()) ) in Open()
197 oTableList.QueryText().Data() ); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbdatasource.cpp180 ITCursor oTableList( *poConn ); in Open() local
182 if ( oTableList.Prepare("select tabname from systables where tabtype='T' and tabid > 99") && in Open()
183 oTableList.Open(ITCursor::ReadOnly) ) in Open()
186 while( (row = oTableList.NextRow()) ) in Open()
197 oTableList.QueryText().Data() ); in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbdatasource.cpp180 ITCursor oTableList( *poConn ); in Open() local
182 if ( oTableList.Prepare("select tabname from systables where tabtype='T' and tabid > 99") && in Open()
183 oTableList.Open(ITCursor::ReadOnly) ) in Open()
186 while( (row = oTableList.NextRow()) ) in Open()
197 oTableList.QueryText().Data() ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodatasource.cpp214 CPLODBCStatement oTableList( &oSession ); in Open() local
216 if( oTableList.GetTables() ) in Open()
218 while( oTableList.Fetch() ) in Open()
220 const CPLString osTableName = CPLString( oTableList.GetColData(2) ); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodatasource.cpp214 CPLODBCStatement oTableList( &oSession ); in Open() local
216 if( oTableList.GetTables() ) in Open()
218 while( oTableList.Fetch() ) in Open()
220 const CPLString osTableName = CPLString( oTableList.GetColData(2) ); in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgeo/
H A Dogrpgeodatasource.cpp214 CPLODBCStatement oTableList( &oSession ); in Open() local
216 if( oTableList.GetTables() ) in Open()
218 while( oTableList.Fetch() ) in Open()
220 const CPLString osTableName = CPLString( oTableList.GetColData(2) ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geomedia/
H A Dogrgeomediadatasource.cpp146 CPLODBCStatement oTableList( &oSession ); in Open() local
147 if( oTableList.GetTables() ) in Open()
149 while( oTableList.Fetch() ) in Open()
151 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geomedia/
H A Dogrgeomediadatasource.cpp146 CPLODBCStatement oTableList( &oSession ); in Open() local
147 if( oTableList.GetTables() ) in Open()
149 while( oTableList.Fetch() ) in Open()
151 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geomedia/
H A Dogrgeomediadatasource.cpp146 CPLODBCStatement oTableList( &oSession ); in Open() local
147 if( oTableList.GetTables() ) in Open()
149 while( oTableList.Fetch() ) in Open()
151 const CPLString osTableName = CPLString( oTableList.GetColData(2, "") ); in Open()