Rachel
Toggle table of contents
3.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.cs.server-engine
/
love.yinlin.cs.service
Package-level
declarations
Types
Functions
Types
Database
Link copied to clipboard
class
Database
Redis
Link copied to clipboard
class
Redis
SQLConverter
Link copied to clipboard
object
SQLConverter
Functions
delete
SQL
Link copied to clipboard
fun
Connection
.
deleteSQL
(
sql
:
String
,
vararg
args
:
Any
?
)
:
Boolean
query
SQL
Link copied to clipboard
fun
Connection
.
querySQL
(
sql
:
String
,
vararg
args
:
Any
?
)
:
JsonArray
?
query
SQLSingle
Link copied to clipboard
fun
Connection
.
querySQLSingle
(
sql
:
String
,
vararg
args
:
Any
?
)
:
JsonObject
?
throw
Execute
SQL
Link copied to clipboard
fun
Connection
.
throwExecuteSQL
(
sql
:
String
,
vararg
args
:
Any
?
)
throw
Insert
SQLDuplicate
Key
Link copied to clipboard
fun
Connection
.
throwInsertSQLDuplicateKey
(
sql
:
String
,
vararg
args
:
Any
?
)
:
Boolean
throw
Insert
SQLGenerated
Key
Link copied to clipboard
fun
Connection
.
throwInsertSQLGeneratedKey
(
sql
:
String
,
vararg
args
:
Any
?
)
:
Long
throw
Query
SQL
Link copied to clipboard
fun
Connection
.
throwQuerySQL
(
sql
:
String
,
vararg
args
:
Any
?
)
:
JsonArray
throw
Query
SQLSingle
Link copied to clipboard
fun
Connection
.
throwQuerySQLSingle
(
sql
:
String
,
vararg
args
:
Any
?
)
:
JsonObject
update
SQL
Link copied to clipboard
fun
Connection
.
updateSQL
(
sql
:
String
,
vararg
args
:
Any
?
)
:
Boolean
values
Link copied to clipboard
fun
values
(
count
:
Int
)
:
String