Package | Description |
---|---|
oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database.
|
oracle.javatools.db.ora |
Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle.
|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
Modifier and Type | Method and Description |
---|---|
SQLFragment |
CheckConstraint.getCheckConditionFragment()
Retrieves the conditional expression represented by this constraint which is derived from the check condition.
|
Column[] |
View.getColumns() |
SQLFragment |
Column.getVirtualExpression()
Retrieves the Virtual Expression for the Column.
|
Modifier and Type | Method and Description |
---|---|
Column[] |
MaterializedView.getColumns() |
Modifier and Type | Method and Description |
---|---|
PlSqlAttribute[] |
Type.getAttributes()
Get method for the Attributes property
|
DBObjectID |
Trigger.getBaseObjectID()
Get method for the ID of the SchemaObject this is a Trigger for
|
Trigger.BaseType |
Trigger.getBaseType()
Get method for the BaseType property
|
DBObjectID |
PlSqlDatatype.getBaseTypeID()
Get method for the BaseTypeID property
|
PlSqlBlock[] |
PlSqlBlock.getBlocks()
Get method for the Blocks property
|
PlSqlMethod.CallSpecLanguage |
PlSqlMethod.getCallSpecLanguage()
Get method for the CallSpecLanguage property
|
java.lang.String |
PlSqlMethod.getCallSpecLibName()
Get method for the CallSpecLibName property
|
java.lang.String |
PlSqlMethod.getCallSpecName()
Get method for the CallSpecName property
|
java.lang.String |
Trigger.getCode()
Get method for the Code property
|
java.lang.String |
Type.getCollectionType()
Returns the code for the Type for Collection Types - either VARRAY or TABLE.
|
DBObjectID[] |
Trigger.getColumnIDs()
Get method for the ColumnIDs property
|
PlSqlComment[] |
PlSqlCodeFragment.getComments()
Get method for the Comments property
|
PlSqlReference |
PlSqlDatum.getDataTypeReference()
Get method for the DataTypeReference property
|
PlSqlDatatype[] |
PlSqlBlock.getDatatypes()
Get method for the Datatypes property
|
DataTypeUsage |
PlSqlReference.getDataTypeUsage()
Get method for the DataTypeUsage property
|
java.lang.String |
PlSqlParameter.getDefaultValue()
Get method for the DefaultValue property
|
java.lang.Integer |
DBObjectPlSqlFragment.getEndOffset()
Get method for the EndOffset property
|
java.lang.String[] |
Trigger.getEvents()
Get method for the Events property
|
java.lang.Integer |
Type.getLimit()
Get method for the Limit property
|
java.lang.Integer |
PlSqlDatatype.getLimit()
Get method for the Limit property
|
PlSqlMethod[] |
Type.getMethods()
Get method for the Methods property
|
PlSqlMethod.MethodType |
PlSqlMethod.getMethodType()
Get method for the MethodType property
|
PlSqlParameter.Mode |
PlSqlParameter.getMode()
Get method for the Mode property
|
PlSqlReference |
Type.getOfTypeUsageReference()
Get method for the OfTypeUsageReference property
|
java.lang.String |
Type.getOID()
Get method for the OID property
|
PlSqlParameter |
PlSqlSubProgram.getParameter(java.lang.String name)
Gets a Parameter of the given name
|
PlSqlParameter[] |
PlSqlSubProgram.getParameters()
Get method for the Parameters property
|
DBObjectID |
PlSqlReference.getReferenceID() |
DBObjectID[] |
PlSqlReference.getReferences() |
PlSqlReference[] |
PlSqlBlock.getReferences()
Get method for the References property
|
PlSqlReference.ReferenceType |
PlSqlReference.getReferenceType()
Get method for the ReferenceType property
|
java.lang.String |
Trigger.getReferencingNewAs()
Get method for the ReferencingNewAs property
|
java.lang.String |
Trigger.getReferencingOldAs()
Get method for the ReferencingOldAs property
|
PlSqlReference |
PlSqlSubProgram.getReturnTypeReference()
Get method for the ReturnTypeReference property
|
DBObjectID |
PlSqlSchemaObjectBody.getSpecID()
Get method for the SpecID property
|
java.lang.String |
Type.getSqljExternalName()
Get method for the SqljExternalName property
|
java.lang.String |
PlSqlAttribute.getSqljExternalName()
Get method for the SqljExternalName property
|
java.lang.String |
PlSqlMethod.getSqljSigName()
Get method for the SqljSigName property
|
java.lang.String |
PlSqlMethod.getSqljSigVarName()
Get method for the SqljSigVarName property
|
Type.SQLJUsingType |
Type.getSqljUsing()
Get method for the SqljUsing property
|
java.lang.Integer |
DBObjectPlSqlFragment.getStartOffset()
Get method for the StartOffset property
|
PlSqlDatatype.Structure |
PlSqlDatatype.getStructure()
Get method for the Structure property
|
PlSqlSubProgram[] |
PlSqlBlock.getSubPrograms()
Get method for the SubPrograms property
|
java.lang.String |
PlSqlComment.getText()
Get method for the text property
|
Trigger.Timing |
Trigger.getTiming()
Get method for the Timing property
|
java.lang.String |
Type.getTypeCode()
Returns the type code
|
PlSqlReference |
Type.getUnderTypeReference()
Get method for the UnderTypeReference property
|
PlSqlVariable |
PlSqlBlock.getVariable(java.lang.String name)
Gets a Variable of the given name
|
PlSqlVariable[] |
PlSqlDatatype.getVariables()
Get method for the Variables property
|
PlSqlVariable[] |
PlSqlBlock.getVariables()
Get method for the Variables property
|
java.lang.String |
Trigger.getWhenClause()
Get method for the WhenClause property
|
boolean |
Type.isAuthidCurrentUser()
Get method for the AuthidCurrentUser property
|
boolean |
PlSqlMethod.isCallSpecWithContext()
Get method for the CallSpecWithContext property
|
boolean |
Type.isFinal()
Whether this object type can be the supertype to another object type
|
boolean |
PlSqlMethod.isFinal()
Get method for the Final property
|
boolean |
Type.isInstantiable()
Whether an object can be defined to be of this type.
|
boolean |
PlSqlMethod.isInstantiable()
Get method for the Instantiable property
|
boolean |
PlSqlParameter.isNoCopy()
Get method for the NoCopy property
|
boolean |
PlSqlMethod.isOverriding()
Get method for the Overriding property
|
boolean |
Trigger.isStatementLevel()
Get method for the StatementLevel property
|
boolean |
PlSqlDatatype.isSubType()
Get method for the SubType property
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SQLQuery.getDistinctSource()
Get the source string used to define the DISTINCT/UNIQUE/ALL property for the query
|
SQLFragment |
IndexObject.getExpression()
Gets the expression for this Index object which is derived from the expression source.
|
FromObject[] |
SQLQuery.getFromObjects()
Get all the from objects for this query.
|
GroupByObject |
SQLQuery.getGroupByObject()
Gets the "GROUP BY ...
|
HierarchicalQueryObject |
SQLQuery.getHierarchicalQueryObject()
Get the "CONNECT BY ...
|
ModelObject |
SQLQuery.getModelObject()
Gets the MODEL clause of the query.
|
OrderByObject[] |
SQLQuery.getOrderByObjects()
Get all the OrderBy objects for this query.
|
SelectObject[] |
SQLQuery.getSelectObjects()
Get all the select objects for this query.
|
SetOperator |
SQLQuery.getSetOperator()
Returns set operator for queries that are connected by one of the SET operators UNION, INTERSECT, MINUS or UNION ALL
|
WhereObject |
SQLQuery.getWhereObject()
Gets the WHERE clause for this query.
|