UNPKG
relax-orm
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
0.9.2
0.9.1
0.9.0
0.6.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
ORM for OracleDB
github.com/walker-walks/relax-orm
walker-walks/relax-orm
relax-orm
/
dist
/
parser
/
limit-offset.parser.d.ts
3 lines
(2 loc)
•
245 B
TypeScript
View Raw
1
2
3
import
{
IFindOptions
,
MapperObject
}
from
'../interface/where.interface'
;
export
declare
function
parserLimitOffset
(
options
:
IFindOptions
<
any
>,
table
:
string
,
columns
:
string
,
whereOptions
:
string
,
orderString
:
string
): [
string
,
MapperObject
];