toggle menu
exposed-vertx-sql-client
jvm
switch theme
search in API
exposed-vertx-sql-client-postgresql
/
com.huanshankeji.exposedvertxsqlclient
/
DatabaseClient
/
executePlainSql
execute
Plain
Sql
suspend
fun
executePlainSql
(
sql
:
String
)
:
RowSet
<
Row
>
(
source
)
Use
SqlClient.preparedQuery
here because of
PgConnectOptions.setCachePreparedStatements
.