Lines Matching refs:sal_Int32

68 			sal_Int32 SAL_CALL getColumnCount()						throw(SQLException, RuntimeException);
70 sal_Bool SAL_CALL isAutoIncrement(sal_Int32 column) throw(SQLException, RuntimeException);
72 sal_Bool SAL_CALL isCaseSensitive(sal_Int32 column) throw(SQLException, RuntimeException);
74 sal_Bool SAL_CALL isSearchable(sal_Int32 column) throw(SQLException, RuntimeException);
76 sal_Bool SAL_CALL isCurrency(sal_Int32 column) throw(SQLException, RuntimeException);
78 sal_Int32 SAL_CALL isNullable(sal_Int32 column) throw(SQLException, RuntimeException);
80 sal_Bool SAL_CALL isSigned(sal_Int32 column) throw(SQLException, RuntimeException);
82 sal_Int32 SAL_CALL getColumnDisplaySize(sal_Int32 column)throw(SQLException, RuntimeException);
84 OUString SAL_CALL getColumnLabel(sal_Int32 column) throw(SQLException, RuntimeException);
86 OUString SAL_CALL getColumnName(sal_Int32 column) throw(SQLException, RuntimeException);
88 OUString SAL_CALL getSchemaName(sal_Int32 column) throw(SQLException, RuntimeException);
90 sal_Int32 SAL_CALL getPrecision(sal_Int32 column) throw(SQLException, RuntimeException);
92 sal_Int32 SAL_CALL getScale(sal_Int32 column) throw(SQLException, RuntimeException);
94 OUString SAL_CALL getTableName(sal_Int32 column) throw(SQLException, RuntimeException);
96 OUString SAL_CALL getCatalogName(sal_Int32 column) throw(SQLException, RuntimeException);
98 sal_Int32 SAL_CALL getColumnType(sal_Int32 column) throw(SQLException, RuntimeException);
100 OUString SAL_CALL getColumnTypeName(sal_Int32 column) throw(SQLException, RuntimeException);
102 sal_Bool SAL_CALL isReadOnly(sal_Int32 column) throw(SQLException, RuntimeException);
104 sal_Bool SAL_CALL isWritable(sal_Int32 column) throw(SQLException, RuntimeException);
106 sal_Bool SAL_CALL isDefinitelyWritable(sal_Int32 column)throw(SQLException, RuntimeException);
108 OUString SAL_CALL getColumnServiceName(sal_Int32 column)throw(SQLException, RuntimeException);
110 void checkColumnIndex(sal_Int32 columnIndex) throw (SQLException, RuntimeException);