plsar-framework
1.01
plsar-framework
/
plsar
/
PLSAR
/
Repo
Repo
class
Repo
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Repo
Link copied to clipboard
fun
Repo
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
delete
Link copied to clipboard
fun
delete
(
preSql
:
String
,
params
:
Array
<
Any
?
>
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
preSql
:
String
,
params
:
Array
<
Any
?
>
,
cls
:
Class
<
*
>
)
:
Any
?
Content copied to clipboard
get
Int
Link copied to clipboard
fun
getInt
(
preSql
:
String
,
params
:
Array
<
Any
?
>
)
:
Int
?
Content copied to clipboard
get
List
Link copied to clipboard
fun
getList
(
preSql
:
String
,
params
:
Array
<
Any
?
>
,
cls
:
Class
<
*
>
)
:
List
<
Any
?
>
Content copied to clipboard
get
Long
Link copied to clipboard
fun
getLong
(
preSql
:
String
,
params
:
Array
<
Any
?
>
)
:
Long
?
Content copied to clipboard
save
Link copied to clipboard
fun
save
(
preSql
:
String
,
params
:
Array
<
Any
?
>
)
:
Boolean
Content copied to clipboard
set
Data
Source
Link copied to clipboard
fun
setDataSource
(
ds
:
DataSource
?
)
Content copied to clipboard
update
Link copied to clipboard
fun
update
(
preSql
:
String
,
params
:
Array
<
Any
?
>
)
:
Boolean
Content copied to clipboard
Properties
ds
Link copied to clipboard
var
ds
:
DataSource
?
=
null
Content copied to clipboard