| java.lang.Object workbench.storage.Position
Position | public class Position (Code) | | A class to identify the position of a row/column in a datastore
author: support@sql-workbench.net |
Constructor Summary | |
public | Position(int line, int col) |
NO_POSITION | final public static Position NO_POSITION(Code) | | A Position instance identifying a non-existing position
|
Position | public Position(int line, int col)(Code) | | |
getColumn | public int getColumn()(Code) | | |
getRow | public int getRow()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isValid | public boolean isValid()(Code) | | Check if this object identifies a valid position inside
a DataStore or table. If either row or column are < 0
this method returns false.
true if row and column identify a non negative location |
|
|