Uses of Class
org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
-
Uses of PLSQLargument in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type PLSQLargument Modifier and Type Method Description voidComplexDatabaseType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidDatabaseType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)StringDatabaseType.DatabaseTypeHelper. buildCompatible(PLSQLargument arg)voidComplexDatabaseType. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidDatabaseType. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidComplexDatabaseType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidDatabaseType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidDatabaseType.DatabaseTypeHelper. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidComplexDatabaseType. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)voidDatabaseType. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)voidComplexDatabaseType. buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues)voidDatabaseType. buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues)voidDatabaseType.DatabaseTypeHelper. buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues)StringDatabaseType.DatabaseTypeHelper. buildTarget(PLSQLargument arg)intComplexDatabaseType. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType.DatabaseTypeHelper. computeInIndex(PLSQLargument inArg, int newIndex)intComplexDatabaseType. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType.DatabaseTypeHelper. computeOutIndex(PLSQLargument outArg, int newIndex)voidDatabaseType.DatabaseTypeHelper. declareTarget(StringBuilder sb, PLSQLargument arg, DatabaseType databaseType)voidComplexDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType.DatabaseTypeHelper. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidComplexDatabaseType. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)voidDatabaseType.DatabaseTypeHelper. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)voidDatabaseType. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)Method parameters in org.eclipse.persistence.internal.helper with type arguments of type PLSQLargument Modifier and Type Method Description intComplexDatabaseType. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intComplexDatabaseType. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i)intDatabaseType. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i) -
Uses of PLSQLargument in org.eclipse.persistence.platform.database.jdbc
Method parameters in org.eclipse.persistence.platform.database.jdbc with type arguments of type PLSQLargument Modifier and Type Method Description intJDBCTypes. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intJDBCTypes. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i) -
Uses of PLSQLargument in org.eclipse.persistence.platform.database.oracle.jdbc
Methods in org.eclipse.persistence.platform.database.oracle.jdbc with parameters of type PLSQLargument Modifier and Type Method Description voidOracleArrayType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOracleObjectType. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOracleArrayType. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidOracleObjectType. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidOracleArrayType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidOracleObjectType. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidOracleArrayType. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)voidOracleObjectType. buildOutDeclare(StringBuilder sb, PLSQLargument outArg) -
Uses of PLSQLargument in org.eclipse.persistence.platform.database.oracle.plsql
Fields in org.eclipse.persistence.platform.database.oracle.plsql with type parameters of type PLSQLargument Modifier and Type Field Description protected List<PLSQLargument>PLSQLStoredProcedureCall. argumentsList of procedure IN/OUT/INOUT arguments.protected List<PLSQLargument>PLSQLrecord. fieldsMethods in org.eclipse.persistence.platform.database.oracle.plsql that return PLSQLargument Modifier and Type Method Description protected PLSQLargumentPLSQLargument. clone()Methods in org.eclipse.persistence.platform.database.oracle.plsql that return types with arguments of type PLSQLargument Modifier and Type Method Description List<PLSQLargument>PLSQLStoredProcedureCall. getArguments()Return the PLSQL arguments.protected static List<PLSQLargument>PLSQLStoredProcedureCall. getArguments(List<PLSQLargument> args, DatasourceCall.ParameterType direction)INTERNALList<PLSQLargument>PLSQLrecord. getFields()Return the record's fields defined as PLSQLargument.Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type PLSQLargument Modifier and Type Method Description voidPLSQLrecord. addField(PLSQLargument field)protected voidPLSQLStoredProcedureCall. addNestedFunctionsForArgument(List<String> functions, PLSQLargument argument, DatabaseType databaseType, Set<DatabaseType> processed)INTERNAL Add the nested function string required for the type and its subtypes.voidOraclePLSQLTypes. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)INTERNAL: Append any code or translation required for the type.voidPLSQLCursor. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidPLSQLrecord. buildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)voidOraclePLSQLTypes. buildInDeclare(StringBuilder sb, PLSQLargument inArg)INTERNAL: Append the variable declaration for the type.voidPLSQLCursor. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidPLSQLrecord. buildInDeclare(StringBuilder sb, PLSQLargument inArg)voidOraclePLSQLTypes. buildOutAssignment(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call)INTERNAL: Append any code or translation for assigning the output value.voidPLSQLCursor. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidPLSQLrecord. buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)voidOraclePLSQLTypes. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)INTERNAL: Append the variable declaration for the type.voidPLSQLCursor. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)voidPLSQLrecord. buildOutDeclare(StringBuilder sb, PLSQLargument outArg)voidOraclePLSQLTypes. buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues)INTERNAL: Build the query output row from the call output row.voidPLSQLrecord. buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues)intOraclePLSQLTypes. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)INTERNAL: Return the parameter index for the IN parameter.intPLSQLCursor. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intPLSQLrecord. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> iterator)intOraclePLSQLTypes. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i)INTERNAL: Return the parameter index for the OUT parameter.intPLSQLCursor. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> iterator)intPLSQLrecord. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> iterator)voidOraclePLSQLTypes. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)INTERNAL: Append the parameter for logging purposes.voidPLSQLrecord. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidOraclePLSQLTypes. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)INTERNAL: Translate the argument value from the query translation row to call translation row.voidPLSQLrecord. translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, List<DatabaseField> copyOfTranslationFields, List<DatabaseField> translationRowFields, List translationRowValues, StoredProcedureCall call)Method parameters in org.eclipse.persistence.platform.database.oracle.plsql with type arguments of type PLSQLargument Modifier and Type Method Description protected voidPLSQLStoredProcedureCall. buildBeginBlock(StringBuilder sb, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block that assigns fields at the beginning of the BEGIN block (before invoking the target procedure).protected voidPLSQLStoredProcedureCall. buildDeclareBlock(StringBuilder sb, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block that declares the temporary variables in the DECLARE section.protected voidPLSQLStoredProcedureCall. buildNestedFunctions(StringBuilder stream, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block with PL/SQL conversion routines as nested functions.protected voidPLSQLStoredProcedureCall. buildOutAssignments(StringBuilder sb, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block after the target procedures has been invoked and OUT parameters must be handled.protected voidPLSQLStoredFunctionCall. buildProcedureInvocation(StringBuilder sb, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target function.protected voidPLSQLStoredProcedureCall. buildProcedureInvocation(StringBuilder sb, List<PLSQLargument> arguments)INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target procedure.intOraclePLSQLTypes. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)INTERNAL: Return the parameter index for the IN parameter.intPLSQLCursor. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> i)intPLSQLrecord. computeInIndex(PLSQLargument inArg, int newIndex, ListIterator<PLSQLargument> iterator)intOraclePLSQLTypes. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> i)INTERNAL: Return the parameter index for the OUT parameter.intPLSQLCursor. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> iterator)intPLSQLrecord. computeOutIndex(PLSQLargument outArg, int newIndex, ListIterator<PLSQLargument> iterator)protected static List<PLSQLargument>PLSQLStoredProcedureCall. getArguments(List<PLSQLargument> args, DatasourceCall.ParameterType direction)INTERNALvoidPLSQLStoredProcedureCall. setArguments(List<PLSQLargument> arguments)Set the PLSQL arguments.
-