Package org.glassfish.jdbc.admin.cli
Class ExecuteJdbcSql
java.lang.Object
org.glassfish.jdbc.admin.cli.ExecuteJdbcSql
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@TargetType({DAS,DOMAIN,CLUSTER,STANDALONE_INSTANCE})
@ExecuteOn(ALL)
@Service(name="execute-jdbc-sql")
@PerLookup
public class ExecuteJdbcSql
extends Object
implements org.glassfish.api.admin.AdminCommand
Execute SQL against JDBC Resource Command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.glassfish.api.admin.AdminCommandContext context) Executes the command with the command parameters
-
Constructor Details
-
ExecuteJdbcSql
public ExecuteJdbcSql()
-
-
Method Details
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context) Executes the command with the command parameters- Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand- Parameters:
context- information
-