oracleColumns property

  1. @TagNumber(2)
List<OracleColumn> get oracleColumns

Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Implementation

@$pb.TagNumber(2)
$core.List<OracleColumn> get oracleColumns => $_getList(1);