Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
IFSFile.copyTo(String path) |
Copies this file or directory to the specified file or directory
on the system.
|
void |
CharacterDataArea.create() |
Creates a character data area on the system.
|
void |
CharacterDataArea.create(int length,
String initialValue,
String textDescription,
String authority) |
Creates a character data area with the specified attributes.
|
void |
DataQueue.create(int maxEntryLength) |
Creates a sequential data queue on the system.
|
void |
DataQueue.create(int maxEntryLength,
String authority,
boolean saveSenderInformation,
boolean FIFO,
boolean forceToAuxiliaryStorage,
String description) |
Creates a sequential data queue on the system.
|
void |
DataQueue.create(DataQueueAttributes attributes) |
Creates a sequential data queue on the system.
|
void |
DecimalDataArea.create() |
Creates a decimal data area on the system.
|
void |
DecimalDataArea.create(int length,
int decimalPositions,
BigDecimal initialValue,
String textDescription,
String authority) |
Creates a decimal data area with the specified attributes.
|
void |
KeyedDataQueue.create(int keyLength,
int maxEntryLength) |
Creates a keyed data queue on the system.
|
void |
KeyedDataQueue.create(int keyLength,
int maxEntryLength,
String authority,
boolean saveSenderInformation,
boolean forceToAuxiliaryStorage,
String description) |
Creates a keyed data queue on the system.
|
void |
LogicalDataArea.create() |
Creates a logical data area on the system.
|
void |
LogicalDataArea.create(boolean initialValue,
String textDescription,
String authority) |
Creates a logical data area with the specified attributes.
|
void |
SaveFile.create() |
Creates a save file on the system.
|
void |
SaveFile.create(long maxRecords,
int asp,
int waitTime,
boolean shared,
String authority,
String description) |
Creates a save file on the system.
|
void |
Subsystem.create() |
Creates the subsystem on the system.
|
void |
Subsystem.create(String authority) |
Creates the subsystem on the system.
|
void |
UserIndex.create(String extendedAttribute,
byte entryLengthAttribute,
int entryLength,
byte keyInsertion,
int keyLength,
byte immediateUpdate,
byte optimization,
String authority,
String description) |
Creates a user index on the system.
|
Copyright © 2024. All rights reserved.