SQLCommand
classin packageklyn.data.sql.internal
public final class SQLCommand:
SQLCommand

Rendered prepared SQL command and its ordered parameter values.

command = statement.render(dialect)
print(command.text)
Properties
Modifier and Type Member Description
public readonly property parameters
parameters as ArrayList<Object>
No summary.
public readonly property text
text as String
No summary.
Constructors
Modifier and Type Member Description
public SQLCommand
SQLCommand(text as String, parameters as IList<Object>):
Creates an immutable command snapshot.