KSLCore
Toggle table of contents
R1.2.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
DatabaseIfc
/
Companion
/
deleteAllFromTableSQL
delete
All
From
Table
SQL
fun
deleteAllFromTableSQL
(
tableName
:
String
,
schemaName
:
String
?
)
:
String
(
source
)
Returns a string SQL to be used to delete all records from a table
delete from schemaName.tableName