javax > javax.sql > javax.sql.rowsetmetadata >

Interface: javax.sql.RowSetMetaData
    javax.sql.RowSetMetaData


public interface RowSetMetaData extends ResultSetMetaData


FIELDS:

CONSTRUCTORS:

METHODS:
void setAutoIncrement(int columnIndex, boolean property)
Throws: SQLException

void setCaseSensitive(int columnIndex, boolean property)
Throws: SQLException

void setCatalogName(int columnIndex, String catalogName)
Throws: SQLException

void setColumnCount(int columnCount)
Throws: SQLException

void setColumnDisplaySize(int columnIndex, int size)
Throws: SQLException

void setColumnLabel(int columnIndex, String label)
Throws: SQLException

void setColumnName(int columnIndex, String columnName)
Throws: SQLException

void setColumnType(int columnIndex, int SQLType)
Throws: SQLException

void setColumnTypeName(int columnIndex, String typeName)
Throws: SQLException

void setCurrency(int columnIndex, boolean property)
Throws: SQLException

void setNullable(int columnIndex, int property)
Throws: SQLException

void setPrecision(int columnIndex, int precision)
Throws: SQLException

void setScale(int columnIndex, int scale)
Throws: SQLException

void setSchemaName(int columnIndex, String schemaName)
Throws: SQLException

void setSearchable(int columnIndex, boolean property)
Throws: SQLException

void setSigned(int columnIndex, boolean property)
Throws: SQLException

void setTableName(int columnIndex, String tableName)
Throws: SQLException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net