public interface AQServerObject
Modifier and Type | Method and Description |
---|---|
javax.swing.ImageIcon |
getIcon()
Returns the icon corresponding to the object type.
|
java.lang.String |
getName()
To get a human-readable database object name.
|
AQServerConnection |
getServerConnection()
To get information on the server connection.
|
java.lang.String |
getTypeName()
To get the database object's type name.
|
java.lang.String |
scriptCREATE()
Generates a CREATE script for the server object.
|
java.lang.String |
scriptCREATE(AQScriptOptions options)
Generates a CREATE script for the server object.
|
java.lang.String |
scriptDROP()
Generates a DROP script for the server object.
|
java.lang.String getName()
java.lang.String getTypeName()
javax.swing.ImageIcon getIcon()
AQServerConnection getServerConnection()
java.lang.String scriptCREATE() throws AQException
AQException
- Throws an AQException if the server object does not support a CREATE script operation.java.lang.String scriptCREATE(AQScriptOptions options) throws AQException
options
- the script optionsAQException
- Throws an AQException if the server object does not support a CREATE script operation.java.lang.String scriptDROP() throws AQException
AQException
- Throws an AQException if the server object does not support a DROP script operation.
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.