|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnMetadata | |
---|---|
org.jboss.dna.connector.meta.jdbc |
Uses of ColumnMetadata in org.jboss.dna.connector.meta.jdbc |
---|
Methods in org.jboss.dna.connector.meta.jdbc that return types with arguments of type ColumnMetadata | |
---|---|
List<ColumnMetadata> |
MetadataCollector.getColumns(Connection conn,
String catalogName,
String schemaName,
String tableName,
String columnName)
Return the list of columns that currently exist in the database to which connection is connected within the named
catalog (if catalogName is non-null), named schema (if schemaName is non-null), and named table. |
List<ColumnMetadata> |
JdbcMetadataCollector.getColumns(Connection conn,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |