public interface Command
Command
that can be executed against a database as SQL
.
It is either a Query
or a Statement
.Modifier and Type | Method and Description |
---|---|
String |
getSql() |
String getSql()
String
of this Command
. In case of a
Statement
it may only be an SQL fragment as the final operation
such as FeatureFetch.fetch()
will complete the statement.Copyright © 2001–2016 mmm-Team. All rights reserved.