|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.sql.rowset.RowSetMetaDataImpl
com.sun.sql.rowset.RowSetMetaDataXImpl
public class RowSetMetaDataXImpl
Implements RowSetMetaDataX
| Field Summary |
|---|
| Fields inherited from interface java.sql.ResultSetMetaData |
|---|
columnNoNulls, columnNullable, columnNullableUnknown |
| Constructor Summary | |
|---|---|
RowSetMetaDataXImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnClassName(int columnIndex)
|
boolean |
isDefinitelyWritable(int columnIndex)
|
boolean |
isReadOnly(int columnIndex)
|
boolean |
isWritable(int columnIndex)
|
void |
setColumnClassName(int columnIndex,
java.lang.String className)
|
void |
setColumnCount(int columnCount)
|
void |
setDefinitelyWritable(int columnIndex,
boolean value)
|
void |
setReadOnly(int columnIndex,
boolean value)
|
void |
setWritable(int columnIndex,
boolean value)
|
| Methods inherited from class javax.sql.rowset.RowSetMetaDataImpl |
|---|
getCatalogName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isNullable, isSearchable, isSigned, setAutoIncrement, setCaseSensitive, setCatalogName, setColumnDisplaySize, setColumnLabel, setColumnName, setColumnType, setColumnTypeName, setCurrency, setNullable, setPrecision, setScale, setSchemaName, setSearchable, setSigned, setTableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.sql.RowSetMetaData |
|---|
setAutoIncrement, setCaseSensitive, setCatalogName, setColumnDisplaySize, setColumnLabel, setColumnName, setColumnType, setColumnTypeName, setCurrency, setNullable, setPrecision, setScale, setSchemaName, setSearchable, setSigned, setTableName |
| Methods inherited from interface java.sql.ResultSetMetaData |
|---|
getCatalogName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isNullable, isSearchable, isSigned |
| Constructor Detail |
|---|
public RowSetMetaDataXImpl()
| Method Detail |
|---|
public void setColumnCount(int columnCount)
throws java.sql.SQLException
setColumnCount in interface javax.sql.RowSetMetaDatasetColumnCount in class javax.sql.rowset.RowSetMetaDataImpljava.sql.SQLException
public void setColumnClassName(int columnIndex,
java.lang.String className)
throws java.sql.SQLException
setColumnClassName in interface RowSetMetaDataXjava.sql.SQLException
public void setDefinitelyWritable(int columnIndex,
boolean value)
throws java.sql.SQLException
setDefinitelyWritable in interface RowSetMetaDataXjava.sql.SQLException
public void setReadOnly(int columnIndex,
boolean value)
throws java.sql.SQLException
setReadOnly in interface RowSetMetaDataXjava.sql.SQLException
public void setWritable(int columnIndex,
boolean value)
throws java.sql.SQLException
setWritable in interface RowSetMetaDataXjava.sql.SQLException
public java.lang.String getColumnClassName(int columnIndex)
throws java.sql.SQLException
getColumnClassName in interface java.sql.ResultSetMetaDatagetColumnClassName in class javax.sql.rowset.RowSetMetaDataImpljava.sql.SQLException
public boolean isDefinitelyWritable(int columnIndex)
throws java.sql.SQLException
isDefinitelyWritable in interface java.sql.ResultSetMetaDataisDefinitelyWritable in class javax.sql.rowset.RowSetMetaDataImpljava.sql.SQLException
public boolean isReadOnly(int columnIndex)
throws java.sql.SQLException
isReadOnly in interface java.sql.ResultSetMetaDataisReadOnly in class javax.sql.rowset.RowSetMetaDataImpljava.sql.SQLException
public boolean isWritable(int columnIndex)
throws java.sql.SQLException
isWritable in interface java.sql.ResultSetMetaDataisWritable in class javax.sql.rowset.RowSetMetaDataImpljava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||