dbListColumns
Version 22.0.8473
dbListColumns
Version 22.0.8473
Lists the columns of a table or view.
Required Parameters
- driver: The JDBC driver class name in the Java version or the ADO.NET provider name in the .NET version.
- conn: The connection string or database URL.
- table: Table (or view) to delete the record from.
Optional Parameters
- user: The database username passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
- password: The database password passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
Output Attributes
- db:columnname: The name of the column.
- db:datatype: The data type of the column.