Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Object « Object Oriented Database « Oracle PL / SQL
Oracle PL / SQL
Object Oriented Database
Object
1.
Create Object
2.
CREATE OR REPLACE TYPE
3.
Create a stored type which is visible to SQL and PL/SQL.
4.
reference user-defined data type in another block
5.
Student type
6.
Point type
7.
Use user-defined type as parameter
8.
This script demonstrates complex objects
9.
Name type
10.
Behavior of dependent objects.
11.
Build data type with another user type
12.
Create the object and collection types
13.
Create type and use it in inner query
14.
Create types and then use it in pl/sql block
15.
Combine user-defined type to create new type
16.
PriceType becomes the datatype of the price attribute in the ProductType object type
17.
Use self to reference member variable in constructor
18.
One to list using object references