LocationDO
Primary key: oid: int
schema LocationDO { @primary oid: int, file_oid: int, start_line_number: int, start_column_number: int, end_line_number: int, end_column_number: int, text: string }
LocationDO::getText
- Parameter
self
:LocationDO
- Return
string
pub fn getText(self: LocationDO) -> string;
LocationDO::getEndColumnNumber
- Parameter
self
:LocationDO
- Return
int
pub fn getEndColumnNumber(self: LocationDO) -> int;
LocationDO::getStartColumnNumber
- Parameter
self
:LocationDO
- Return
int
pub fn getStartColumnNumber(self: LocationDO) -> int;
LocationDO::__all__
Data constraint method.
- Parameter
db
:JavascriptDB
- Return
*LocationDO
pub fn __all__(db: JavascriptDB) -> *LocationDO;
LocationDO::getEndLineNumber
- Parameter
self
:LocationDO
- Return
int
pub fn getEndLineNumber(self: LocationDO) -> int;
LocationDO::getFileOid
- Parameter
self
:LocationDO
- Return
int
pub fn getFileOid(self: LocationDO) -> int;
LocationDO::getStartLineNumber
- Parameter
self
:LocationDO
- Return
int
pub fn getStartLineNumber(self: LocationDO) -> int;