Uses of Interface
com.pervasive.datarush.operators.io.jdbc.JDBCField
-
Packages that use JDBCField Package Description com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets. -
-
Uses of JDBCField in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return types with arguments of type JDBCField Modifier and Type Method Description static Namespace<JDBCField>
ConnectionHelper. extractFields(ResultSetMetaData rsmd)
static Namespace<JDBCField>
ConnectionHelper. getMetadata(JDBCConnector connector, String statement)
Acquires the metadata associated with a given SQL statement.
-