Purpose | Represents a record. |
---|---|
Hierarchy | java.lang.Object
|
Syntax | public class Record
|
Description | Record handles one record. |
Purpose | Specifies that a record was deleted. |
---|---|
Syntax | public final static byte RECSTATE_DB_DELETED
|
Description | The record has been deleted. |
Purpose | Specifies that a record is marked for deletion. |
---|---|
Syntax | public final static byte RECSTATE_DELETED
|
Description | The record is marked for deletion. |
Purpose | Specifies that a record exists. |
---|---|
Syntax | public final static byte RECSTATE_EXISTING
|
Description | The record exists in the database. |
Purpose | Specifies that a record is in an undefined state. |
---|---|
Syntax | public final static byte RECSTATE_INVALID
|
Description | The record is in an undefined state. |
Purpose | Specifies that a record was modified. |
---|---|
Syntax | public final static byte RECSTATE_MODIFIED
|
Description | The record has been modified. |
Purpose | Specifies that a record is new and doesn't have data. |
---|---|
Syntax | public final static byte RECSTATE_NEW
|
Description | The record doesn't have any data and doesn't exist in the database. |
Purpose | Specifies that a record is new and has data. |
---|---|
Syntax | public final static byte RECSTATE_NEW_MODIFIED
|
Description | The record is new and has data. |
Purpose | Returns a record's RelationView. |
---|---|
Syntax | public RelationView getRelationView( )
|
Parameters | None. |
Description | Returns the record's RelationView. |
Purpose | Returns a record's state as a byte. |
---|---|
Syntax | public byte getState( )
|
Parameters | None. |
Description | Returns the record's current state as a byte. Possible values: |
Purpose | Returns a record's state as a String. |
---|---|
Syntax | public String getStateString( )
|
Parameters | None. |
Description | Returns the record's current state as a String. Possible values:
|
Copyright © 1996 Symantec Corporation. All rights reserved.