Package | Description |
---|---|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
SQLConnection |
SQLQueryBuilderPane.getConnection() |
Deprecated.
Returns the SQL connection with which to access data for the GUI.
|
SQLConnection |
SQLResultSetFormPane.getConnection() |
Deprecated.
Returns the SQL connection with which to access data.
|
SQLConnection |
SQLResultSetTableModel.getConnection() |
Deprecated.
Returns the SQL connection.
|
SQLConnection |
SQLResultSetTablePane.getConnection() |
Deprecated.
Returns the SQL connection with which to access data.
|
SQLConnection |
SQLStatementButton.getConnection() |
Deprecated.
Returns the SQL connection used to execute statements.
|
SQLConnection |
SQLStatementDocument.getConnection() |
Deprecated.
Returns the SQL connection used to execute statements.
|
SQLConnection |
SQLStatementMenuItem.getConnection() |
Deprecated.
Returns the SQL connection used to execute statements.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SQLQueryBuilderPane.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection with which to access data for the GUI.
|
void |
SQLResultSetFormPane.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection with which to access data.
|
void |
SQLResultSetTableModel.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection.
|
void |
SQLResultSetTablePane.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection with which to access data.
|
void |
SQLStatementButton.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection used to execute statements.
|
void |
SQLStatementDocument.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection used to execute statements.
|
void |
SQLStatementMenuItem.setConnection(SQLConnection connection) |
Deprecated.
Sets the SQL connection used to execute statements.
|
Constructor | Description |
---|---|
SQLQueryBuilderPane(SQLConnection connection) |
Deprecated.
Constructs a SQLQueryBuilderPane object.
|
SQLQueryBuilderPane(SQLConnection connection,
String[] tables) |
Deprecated.
Constructs a SQLQueryBuilderPane object.
|
SQLResultSetFormPane(SQLConnection connection,
String query) |
Deprecated.
Constructs a SQLResultSetFormPane object.
|
SQLResultSetTableModel(SQLConnection connection,
String query) |
Deprecated.
Constructs a SQLResultSetTableModel object.
|
SQLResultSetTablePane(SQLConnection connection,
String query) |
Deprecated.
Constructs a SQLResultSetTablePane object.
|
SQLStatementButton(String text,
Icon icon,
SQLConnection connection,
String SQLStatement) |
Deprecated.
Constructs a SQLStatementButton object.
|
SQLStatementDocument(SQLConnection connection,
String text) |
Deprecated.
Constructs a SQLStatementDocument object.
|
SQLStatementMenuItem(String text,
Icon icon,
SQLConnection connection,
String SQLStatement) |
Deprecated.
Constructs a SQLStatementMenuItem object.
|
Copyright © 2024. All rights reserved.