Apache.Hadoop.Hive.ThriftHiveMetastore.Client.get_all_tables C# (CSharp) Method

get_all_tables() public method

public get_all_tables ( string db_name ) : List
db_name string
return List
            public List<string> get_all_tables(string db_name)
            {
                send_get_all_tables(db_name);
                return recv_get_all_tables();
            }
ThriftHiveMetastore.Client