oracleTables property

  1. @TagNumber(2)
List<OracleTable> oracleTables

Tables in the schema.

Implementation

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