com.bea.control
Annotation Type JdbcControl.SQLRowSet


@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface JdbcControl.SQLRowSet

SQLx annotation definition.


Optional Element Summary
 JdbcControl.CommandType commandType
          commandType element.
 String rowsetName
          rowsetName element.
 String rowsetSchema
          rowsetSchema element.
 

commandType

public abstract JdbcControl.CommandType commandType
commandType element. Optional; defaults to NONE.

Default:
NONE

rowsetName

public abstract String rowsetName
rowsetName element. Optional; defaults to empty string.

Default:
""

rowsetSchema

public abstract String rowsetSchema
rowsetSchema element. Optional; defaults to empty string.

Default:
""