|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface ConnectionMetadataInterface
Information about the connection. Some objects that implement
ConnectionInterface also implement this interface.
ConnectionInterface cx = ...
if (cx instanceof ConnectionMetadataInterface)
{
ConnectionMetadataInterface cxMetadata = (ConnectionMetadataInterface)cx;
String normalizedUserName = cxMetadata.getNormalizedUserName():
...
}
| Method Summary | |
|---|---|
abstract java.lang.String |
getNormalizedDomain()
The normalized domain. |
abstract java.lang.String |
getNormalizedUserName()
The normalized user name. |
| Method Detail |
|---|
java.lang.String getNormalizedUserName()
getConnection() that created this
connection.
java.lang.String getNormalizedDomain()
getConnection() that created this
connection.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||