public interface IDataServer extends IModelObject
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchUpdateSize()
Returns the batch update size that should be used when querying this data server.
|
IConnectionInfo |
getConnectionInfo()
Gets information about the connection to the server.
|
IPhysicalSchema |
getDefaultPhysicalSchema()
Looks up the default physical schema for this
IDataServer from
its associated physical schemas. |
int |
getFetchArraySize()
Returns the fetch array size that should be used when querying this data server.
|
java.lang.String |
getName()
Returns the name of this
IDataServer. |
java.util.Collection |
getPhysicalSchemas()
Obtains an unmodifable collection of
IPhysicalSchemas that belongs
to this IDataServer. |
java.lang.String |
getServerInstanceName()
Return the server instance name that can be used for some technology (i.e.
|
ITechnology |
getTechnology()
Returns the technology to which this data server is linked, or null if it
is unknown.
|
java.lang.String |
getUsername()
Gets the user name associated with the data server connection.
|
getBigNumericId, getGlobalId, getNumericIdint getBatchUpdateSize()
int getFetchArraySize()
java.lang.String getServerInstanceName()
null if none.OdiTechnology#isInstanceServerSupported()IPhysicalSchema getDefaultPhysicalSchema()
IDataServer from
its associated physical schemas.java.util.Collection getPhysicalSchemas()
IPhysicalSchemas that belongs
to this IDataServer.IPhysicalSchemasjava.lang.String getName()
IDataServer.getName in interface IModelObject#setName(String)ITechnology getTechnology()
IConnectionInfo getConnectionInfo()
java.lang.String getUsername()