All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.imaginary.sql.msql.MsqlResultSetMetaData
public void run()
public int getColumnCount() throws SQLException
public boolean isAutoIncrement(int column) throws SQLException
public boolean isCaseSensitive(int column) throws SQLException
public boolean isSearchable(int column) throws SQLException
public boolean isCurrency(int column) throws SQLException
public int isNullable(int column) throws SQLException
public boolean isSigned(int column) throws SQLException
public int getColumnDisplaySize(int column) throws SQLException
public String getColumnLabel(int column) throws SQLException
public String getColumnName(int column) throws SQLException
public String getSchemaName(int column) throws SQLException
public int getPrecision(int column) throws SQLException
public int getScale(int column) throws SQLException
public String getTableName(int column) throws SQLException
public String getCatalogName(int column) throws SQLException
public int getColumnType(int column) throws SQLException
public String getColumnTypeName(int column) throws SQLException
public boolean isReadOnly(int column) throws SQLException
public boolean isWritable(int column) throws SQLException
public boolean isDefinitelyWritable(int column) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index