Lines Matching refs:property
64 * @param property <code>true</code> if the column is automatically
69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException;
76 * @param property <code>true</code> if the column is case sensitive;
81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException;
88 * @param property <code>true</code> if the column can be used in a
93 void setSearchable(int columnIndex, boolean property) throws SQLException;
100 * @param property <code>true</code> if the column is a cash value;
105 void setCurrency(int columnIndex, boolean property) throws SQLException;
113 * @param property one of the following constants:
120 void setNullable(int columnIndex, int property) throws SQLException;
127 * @param property <code>true</code> if the column is a signed number;
132 void setSigned(int columnIndex, boolean property) throws SQLException;