Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Oracle 4
« Previous
Next »
What is GET_BLOCK property?
Options
- Restricted procedure
- Unrestricted procedure
- Library function
- None of the above
CORRECT ANSWER : None of the above
Discussion Board
GET_BLOCK Property
GET_BLOCK property returns information about a specified block. You must issue a call to the built-in once for each property
value you want to retrieve.
Syntax : FUNCTION GET_BLOCK_PROPERTY
(block_id Block,
property NUMBER);
FUNCTION GET_BLOCK_PROPERTY
(block_name VARCHAR2,
property NUMBER);
where,
block_id: The unique ID Form Builder assigned to the block when you created it. Datatype is BLOCK.
block_name: The name you gave the block when you created it. Datatype is VARCHAR2.
property: Specifies various constants to return information about the given block such as, ALL_RECORDS, BLOCKSCROLLBAR_X_POS, COLUMN_SECURITY etc.
Prajakta Pandit 03-1-2017 05:36 AM
Oracle pl/SQl,d2k forms
Very useful
Anitha 09-20-2016 10:17 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Oracle (40)
Oracle (30)
Oracle (49)
Oracle (51)
Oracle (52)
Oracle DBA (29)
Oracle PLSQL (30)
Oracle Replication (20)
Oracle Architecture (20)
Oracle Transaction (20)
PLSQL (22)
PLSQL (24)
PLSQL (50)
Advertisement
▲