public final class ConnectionHelper extends Object
| Constructor and Description |
|---|
ConnectionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Namespace<JDBCField> |
extractFields(ResultSetMetaData rsmd) |
static Namespace<JDBCField> |
getMetadata(JDBCConnector connector,
String statement)
Acquires the metadata associated with a given SQL statement.
|
public static Namespace<JDBCField> getMetadata(JDBCConnector connector, String statement)
statement - the statement to execute and acquire metadata fromfetchSize - the number of rows to fetchpublic static Namespace<JDBCField> extractFields(ResultSetMetaData rsmd) throws SQLException
SQLExceptionCopyright © 2020 Actian Corporation. All rights reserved.