Lines Matching refs:raises
49 long getColumnCount() raises (SQLException);
60 boolean isAutoIncrement([in]long column) raises (SQLException);
71 boolean isCaseSensitive([in]long column) raises (SQLException);
82 boolean isSearchable([in]long column) raises (SQLException);
93 boolean isCurrency([in]long column) raises (SQLException);
104 long isNullable([in]long column) raises (SQLException);
115 boolean isSigned([in]long column) raises (SQLException);
126 long getColumnDisplaySize([in]long column) raises (SQLException);
138 string getColumnLabel([in]long column) raises (SQLException);
149 string getColumnName([in]long column) raises (SQLException);
160 string getSchemaName([in]long column) raises (SQLException);
171 long getPrecision([in]long column) raises (SQLException);
182 long getScale([in]long column) raises (SQLException);
193 string getTableName([in]long column) raises (SQLException);
204 string getCatalogName([in]long column) raises (SQLException);
215 long getColumnType([in]long column) raises (SQLException);
226 string getColumnTypeName([in]long column) raises (SQLException);
237 boolean isReadOnly([in]long column) raises (SQLException);
248 boolean isWritable([in]long column) raises (SQLException);
259 boolean isDefinitelyWritable([in]long column) raises (SQLException);
273 string getColumnServiceName([in]long column) raises (SQLException);