exposed-vertx-sql-client
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed-vertx-sql-client
exposed-vertx-sql-client-core
/
com.huanshankeji.exposedvertxsqlclient
/
DatabaseClient
/
executePlainSql
execute
Plain
Sql
suspend
fun
executePlainSql
(
sql
:
String
)
:
RowSet
<
Row
>
(
source
)
Use
SqlClient.preparedQuery
here because of
SqlConnectOptions.setCachePreparedStatements
.