BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Interface JdbcControl.SQLRowSet

All Superinterfaces:
Annotation
Enclosing interface:
JdbcControl

public static interface JdbcControl.SQLRowSet
extends Annotation

SQLx annotation definition.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 JdbcControl.CommandType commandType()
          commandType element.
 String rowsetName()
          rowsetName element.
 String rowsetSchema()
          rowsetSchema element.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

commandType

public JdbcControl.CommandType commandType()
commandType element. Optional; defaults to NONE.


rowsetName

public String rowsetName()
rowsetName element. Optional; defaults to empty string.


rowsetSchema

public String rowsetSchema()
rowsetSchema element. Optional; defaults to empty string.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.