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.cxx64 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()
[all …]
H A Dmysqlc_resultset.cxx197 checkColumnIndex(column); in getBinaryStream()
212 checkColumnIndex(column); in getCharacterStream()
228 checkColumnIndex(column); in getBoolean()
259 checkColumnIndex(column); in getByte()
297 checkColumnIndex(column); in getDate()
337 checkColumnIndex(column); in getDouble()
356 checkColumnIndex(column); in getFloat()
375 checkColumnIndex(column); in getInt()
412 checkColumnIndex(column); in getLong()
451 checkColumnIndex(column); in getArray()
[all …]
H A Dmysqlc_resultsetmetadata.hxx110 void checkColumnIndex(sal_Int32 columnIndex) throw (SQLException, RuntimeException);
H A Dmysqlc_resultset.hxx313 void checkColumnIndex(sal_Int32 index) throw(SQLException, RuntimeException);
/trunk/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx59 void OResultSetMetaData::checkColumnIndex(sal_Int32 column) throw(SQLException, RuntimeException) 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) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…

Completed in 27 milliseconds