| java.lang.Object javax.sql.rowset.RowSetMetaDataImpl com.sun.sql.rowset.RowSetMetaDataXImpl
definitelyWritable | boolean[] definitelyWritable(Code) | | |
readOnly | boolean[] readOnly(Code) | | |
writable | boolean[] writable(Code) | | |
isDefinitelyWritable | public boolean isDefinitelyWritable(int columnIndex) throws SQLException(Code) | | |
setDefinitelyWritable | public void setDefinitelyWritable(int columnIndex, boolean value) throws SQLException(Code) | | |
setReadOnly | public void setReadOnly(int columnIndex, boolean value) throws SQLException(Code) | | |
setWritable | public void setWritable(int columnIndex, boolean value) throws SQLException(Code) | | |
Methods inherited from javax.sql.rowset.RowSetMetaDataImpl | public String getCatalogName(int columnIndex) throws SQLException(Code)(Java Doc) public String getColumnClassName(int columnIndex) throws SQLException(Code)(Java Doc) public int getColumnCount() throws SQLException(Code)(Java Doc) public int getColumnDisplaySize(int columnIndex) throws SQLException(Code)(Java Doc) public String getColumnLabel(int columnIndex) throws SQLException(Code)(Java Doc) public String getColumnName(int columnIndex) throws SQLException(Code)(Java Doc) public int getColumnType(int columnIndex) throws SQLException(Code)(Java Doc) public String getColumnTypeName(int columnIndex) throws SQLException(Code)(Java Doc) public int getPrecision(int columnIndex) throws SQLException(Code)(Java Doc) public int getScale(int columnIndex) throws SQLException(Code)(Java Doc) public String getSchemaName(int columnIndex) throws SQLException(Code)(Java Doc) public String getTableName(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isAutoIncrement(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isCaseSensitive(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isCurrency(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isDefinitelyWritable(int columnIndex) throws SQLException(Code)(Java Doc) public int isNullable(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isReadOnly(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isSearchable(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isSigned(int columnIndex) throws SQLException(Code)(Java Doc) public boolean isWrapperFor(Class> interfaces) throws SQLException(Code)(Java Doc) public boolean isWritable(int columnIndex) throws SQLException(Code)(Java Doc) public void setAutoIncrement(int columnIndex, boolean property) throws SQLException(Code)(Java Doc) public void setCaseSensitive(int columnIndex, boolean property) throws SQLException(Code)(Java Doc) public void setCatalogName(int columnIndex, String catalogName) throws SQLException(Code)(Java Doc) public void setColumnCount(int columnCount) throws SQLException(Code)(Java Doc) public void setColumnDisplaySize(int columnIndex, int size) throws SQLException(Code)(Java Doc) public void setColumnLabel(int columnIndex, String label) throws SQLException(Code)(Java Doc) public void setColumnName(int columnIndex, String columnName) throws SQLException(Code)(Java Doc) public void setColumnType(int columnIndex, int SQLType) throws SQLException(Code)(Java Doc) public void setColumnTypeName(int columnIndex, String typeName) throws SQLException(Code)(Java Doc) public void setCurrency(int columnIndex, boolean property) throws SQLException(Code)(Java Doc) public void setNullable(int columnIndex, int property) throws SQLException(Code)(Java Doc) public void setPrecision(int columnIndex, int precision) throws SQLException(Code)(Java Doc) public void setScale(int columnIndex, int scale) throws SQLException(Code)(Java Doc) public void setSchemaName(int columnIndex, String schemaName) throws SQLException(Code)(Java Doc) public void setSearchable(int columnIndex, boolean property) throws SQLException(Code)(Java Doc) public void setSigned(int columnIndex, boolean property) throws SQLException(Code)(Java Doc) public void setTableName(int columnIndex, String tableName) throws SQLException(Code)(Java Doc) public T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException(Code)(Java Doc)
|
|
|