| java.lang.Object org.axiondb.event.BaseTableModificationPublisher org.axiondb.engine.tables.TableView
deleteFile | protected boolean deleteFile(File file)(Code) | | |
freeRowId | public void freeRowId(int id)(Code) | | |
getColumnCount | final public int getColumnCount()(Code) | | |
getColumnIdentifiers | final public List getColumnIdentifiers()(Code) | | |
getNextRowId | public int getNextRowId()(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
isColumnIndexed | final public boolean isColumnIndexed(Column column)(Code) | | |
isPrimaryKeyConstraintExists | final public boolean isPrimaryKeyConstraintExists(String columnName)(Code) | | check if primary constraint exists on a column
Parameters: ColumnName - name of the column if PrimaryKeyConstraint exists on the column |
isUniqueConstraintExists | public boolean isUniqueConstraintExists(String columnName)(Code) | | check if unique constraint exists on a column
Parameters: columnName - name of the columm true if uniqueConstraint exists on the column |
|
|