java.lang.Object
com.pervasive.datarush.operators.io.jdbc.ConnectionHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMetadata(JDBCConnector connector, String statement) Acquires the metadata associated with a given SQL statement.
-
Constructor Details
-
ConnectionHelper
public ConnectionHelper()
-
-
Method Details
-
getMetadata
Acquires the metadata associated with a given SQL statement.- Parameters:
statement- the statement to execute and acquire metadata fromfetchSize- the number of rows to fetch- Returns:
- the metadata
-
extractFields
- Throws:
SQLException
-