Request(Connection) | Get all the default info from the specified database server node. |
Request(IPEndPoint) | Get all the default info from the specified database server node. This method does not support secure connections nor user authentication. |
Request(Connection, List<String>) | Get many info values by name from the specified database server node. |
Request(Connection, String) | Get one info value by name from the specified database server node. |
Request(Connection, String[]) | Get many info values by name from the specified database server node. |
Request(InfoPolicy, Node) | Get default info values from the specified database server node. This method supports user authentication. |
Request(IPEndPoint, String) | Get one info value by name from the specified database server node. This method does not support secure connections nor user authentication. |
Request(IPEndPoint, String[]) | Get many info values by name from the specified database server node. This method does not support secure connections nor user authentication. |
Request(Node, String) | Get one info value by name from the specified database server node. This method supports user authentication. |
Request(String, Int32) | Get default info from the specified database server node, using host name and port. This method does not support user authentication. |
Request(InfoPolicy, Node, String) | Get one info value by name from the specified database server node. This method supports user authentication. |
Request(InfoPolicy, Node, String[]) | Get many info values by name from the specified database server node. This method supports user authentication. |
Request(String, Int32, String) | Get one info value by name from the specified database server node, using host name and port. This method does not support user authentication. |
Request(String, Int32, String[]) | Get many info values by name from the specified database server node, using host name and port. This method does not support user authentication. |