Lines Matching refs:column

69 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLEx…  in getColumnDisplaySize()  argument
73 return callIntMethodWithIntArg("getColumnDisplaySize",mID,column); in getColumnDisplaySize()
77 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException… in getColumnType() argument
81 return callIntMethodWithIntArg("getColumnType",mID,column); in getColumnType()
98 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLExceptio… in isCaseSensitive() argument
102 return callBooleanMethodWithIntArg( "isCaseSensitive", mID,column ); in isCaseSensitive()
105 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getSchemaName( sal_Int32 column ) throw(SQLExc… in getSchemaName() argument
109 return callStringMethodWithIntArg("getSchemaName",mID,column); in getSchemaName()
113 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLExc… in getColumnName() argument
117 return callStringMethodWithIntArg("getColumnName",mID,column); in getColumnName()
120 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getTableName( sal_Int32 column ) throw(SQLExce… in getTableName() argument
124 return callStringMethodWithIntArg("getTableName",mID,column); in getTableName()
127 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getCatalogName( sal_Int32 column ) throw(SQLEx… in getCatalogName() argument
131 return callStringMethodWithIntArg("getCatalogName",mID,column); in getCatalogName()
134 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnTypeName( sal_Int32 column ) throw(SQ… in getColumnTypeName() argument
138 return callStringMethodWithIntArg("getColumnTypeName",mID,column); in getColumnTypeName()
141 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(SQLEx… in getColumnLabel() argument
145 return callStringMethodWithIntArg("getColumnLabel",mID,column); in getColumnLabel()
148 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnServiceName( sal_Int32 column ) throw… in getColumnServiceName() argument
152 return callStringMethodWithIntArg("getColumnClassName",mID,column); in getColumnServiceName()
156 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, Ru… in isCurrency() argument
162 return callBooleanMethodWithIntArg( "isCurrency", mID,column ); in isCurrency()
166 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQLExceptio… in isAutoIncrement() argument
170 return callBooleanMethodWithIntArg( "isAutoIncrement", mID,column ); in isAutoIncrement()
175 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, Runt… in isSigned() argument
179 return callBooleanMethodWithIntArg( "isSigned", mID,column ); in isSigned()
182 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException,… in getPrecision() argument
186 return callIntMethodWithIntArg("getPrecision",mID,column); in getPrecision()
189 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getScale( sal_Int32 column ) throw(::com::sun::star:… in getScale() argument
193 return callIntMethodWithIntArg("getScale",mID,column); in getScale()
196 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, R… in isNullable() argument
200 return callIntMethodWithIntArg("isNullable",mID,column); in isNullable()
204 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isSearchable( sal_Int32 column ) throw(SQLException, … in isSearchable() argument
208 return callBooleanMethodWithIntArg( "isSearchable", mID,column ); in isSearchable()
212 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, Ru… in isReadOnly() argument
216 return callBooleanMethodWithIntArg( "isReadOnly", mID,column ); in isReadOnly()
220 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isDefinitelyWritable( sal_Int32 column ) throw(SQLExc… in isDefinitelyWritable() argument
224 return callBooleanMethodWithIntArg( "isDefinitelyWritable", mID,column ); in isDefinitelyWritable()
227 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isWritable( sal_Int32 column ) throw(SQLException, Ru… in isWritable() argument
231 return callBooleanMethodWithIntArg( "isWritable", mID,column ); in isWritable()